COLOR #37AEAA

HEX: #37AEAA
RGB: (55,174,170)

Color info

#37AEAA contains mainly green and blue colors. Web safe color of #37AEAA is #339999 (or #399).

RGB color model

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

  • red value is 55;
  • green value is 174;
  • blue value is 170.
RGB:
(55,174,170)
(22%,68%,67%)

RGB channels and saturation

R 55 of 255 = 22%
G 174 of 255 = 68%
B 170 of 255 = 67%

55
174
170

R + G + B ~ 52%. #37AEAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 174 + 170 = 399 (100%)
R 55 of 399 ~ 13.78%
G 174 of 399 ~ 43.61%
B 170 of 399 ~ 42.61%

%13.78
%43.61
%42.61

CMYK color model

#37AEAA color CMYK value is (68,0,2,32).

  • cyan value is 68.39%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • key color value is 31.76%
CMYK:
(68,0,2,32)
C68M0Y2K32 
(68%,0%,2%,32%)
(0.68/0.00/0.02/0.32)	

CMYK percentages

%68.39
%0
%2.3
%31.76

Codes

Color #37AEAA in popluar color models

37AEAA
RGB55174170
HSL178°51.97%44.90%
HSB/HSV178°68.39%68.24%
CMYK68.39%0.00%2.30%
31.76%

Color #37AEAA in popluar number systems.

HEX37AEAA
Decimal55174170
Binary1101111010111010101010
Octal67256252

Shades and tints

Shades of #37AEAA

#37AEAA
(55,174,170)
#329F9B
(50,159,155)
#2D908C
(45,144,140)
#28817D
(40,129,125)
#23726E
(35,114,110)
#1E635F
(30,99,95)
#195450
(25,84,80)
#144541
(20,69,65)
#0F3632
(15,54,50)
#0A2723
(10,39,35)
#051814
(5,24,20)
#000000
(0,0,0)

Tints of #37AEAA

#37AEAA
(55,174,170)
#49B5B1
(73,181,177)
#5BBCB8
(91,188,184)
#6DC3BF
(109,195,191)
#7FCAC6
(127,202,198)
#91D1CD
(145,209,205)
#A3D8D4
(163,216,212)
#B5DFDB
(181,223,219)
#C7E6E2
(199,230,226)
#D9EDE9
(217,237,233)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37AEAA color. Also use rgb(55,174,170) instead hex code.

Text Font Color

.myTextColor { color: #37AEAA; }

<p style="color:#37AEAA">This sample text font color is #37AEAA.</p>

This text font color is #37AEAA.


Background Color

.myBgColor { background-color: #37AEAA; }

<div style="background-color:#37AEAA">Inner text</div>

This div background color is #37AEAA.


Border color

.myBorderColor { border: 1px solid #37AEAA; }

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

This div border color is #37AEAA.


Opacity

.myOpacity80 { color: #37AEAA; opacity: 0.8; }

<p style="color:#37AEAA;opacity:0.8;">80%</p>

Text with #37AEAA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #37AEAA;}

<p style="text-shadow: 3px 3px 1px #37AEAA">Text here.</p>

This text has shadow with #37AEAA color.

.textShadow {text-shadow: 3px 3px 1px #37AEAA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #37AEAA, 5px 5px 20px red">Text here.</p>

This text has shadow with #37AEAA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#37AEAA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#37AEAA, Direction=45, Strength=4)">Text</p>

This text has shadow with #37AEAA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #37AEAA;
  -webkit-box-shadow:	1px 1px 3px 2px #37AEAA;
  box-shadow:		1px 1px 3px 2px #37AEAA;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #37AEAA on black background.


Color preview on white background

This text has color #37AEAA on white background.



Black color preview on #37AEAA background

This text has black color on #37AEAA background.


White color preview on #37AEAA background

This text has white color on #37AEAA background.