Color Hex Logo

#37aeaa Color Hex

#37AEAA
(55,174,170)
0 Favorites   0 Comments

Color spaces of #37aeaa

RGB 55174170
HSL0.490.520.45
HSV178°68°68°
CMYK 0.680.000.02   0.32
XYZ23.967333.986643.3271
Yxy33.98660.23660.3356
Hunter Lab58.2980-28.6372-3.2557
CIE-Lab64.9519-33.0449-7.5335

#37aeaa color RGB value is (55,174,170).

#37aeaa hex color red value is 55, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #37aeaa hue: 0.49 , saturation: 0.52 and the lightness value of 37aeaa is 0.45.

The process color (four color CMYK) of #37aeaa color hex is 0.68, 0.00, 0.02, 0.32. Web safe color of #37aeaa is #339999. Color #37aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10101110 10101010
Octal 67 256 252
Decimal 55 174 170
Hex 37 AE AA

RGB Percentages of Color #37aeaa

%13.78
%43.61
%42.61

CMYK Percentages of Color #37aeaa

%68
%0
%2
%32

Triadic Colors of #37aeaa

#37aeaa #aa37ae #aeaa37

Analogous Colors of #37aeaa

#37aeaa #3777ae #37ae6f

Monochromatic Colors of #37aeaa

#37aeaa

Complementary Color

#37aeaa #ae373b

#37aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#37aeaa Color CSS Codes

.mybgcolor {background-color:#37aeaa; } 
.myforecolor {color:#37aeaa; }
.mybordercolor {border:3px solid #37aeaa; }

#37aeaa Text Font Color

<p style="color:#37aeaa">Text here</p>

This sample text font color is #37aeaa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#37aeaa Background Color

<div style="background-color:#37aeaa">
Div content here</div>

This div background color is #37aeaa


#37aeaa Border Color

<div style="border:3px solid #37aeaa">
Div here</div>

This div border color is #37aeaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,174,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37aeaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37aeaa;
  -webkit-box-shadow: 1px 1px 3px 2px #37aeaa;
  box-shadow:         1px 1px 3px 2px #37aeaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,174,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #37aeaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #37aeaa;
  -webkit-box-shadow: 1px 1px 3px 2px #37aeaa;
  box-shadow:         1px 1px 3px 2px #37aeaa;">
Div content here</div>

This div box has shadow with color #37aeaa


Comments

No comments written yet.

Please login to write comment.