COLOR #37AA99

HEX: #37AA99 RGB: (55,170,153)

Color info

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

RGB color model

#37AA99 color RGB value is (55,170,153).

RGB: (55,170,153) (22%, 67%, 60%)

RGB channels and saturation

R 55 of 255 = 22%
G 170 of 255 = 67%
B 153 of 255 = 60%

55
170
153

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

Portions of RGB colors in percentages

R + G + B = 55 + 170 + 153 = 378 (100%)
R 55 of 378 ~ 14.55%
G 170 of 378 ~ 44.97%
B 153 of 378 ~ 40.48'%

%14.55
%44.97
%40.48

CMYK color model

#37AA99 color CMYK value is (68,0,10,33).

  • cyan value is 67.65%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 33.33%
CMYK: (68,0,10,33) C68M0Y10K33 (68%,0%,10%,33%) (0.68/0.00/0.10/0.33) 

CMYK percentages

%67.65
%0
%10
%33.33

Codes

Color #37AA99 in popluar color models

37 AA 99
RGB 55 170 153
HSL 171° 51.11% 44.12%
HSB/HSV 171° 67.65% 66.67%
CMYK 67.65% 0.00% 10.00%
33.33%

Color #37AA99 in popluar number systems.

HEX 37 AA 99
Decimal 55 170 153
Binary 110111 10101010 10011001
Octal 67 252 231

Shades and tints

Shades of #37AA99

#37AA99
(55,170,153)
#329B8C
(50,155,140)
#2D8C7F
(45,140,127)
#287D72
(40,125,114)
#236E65
(35,110,101)
#1E5F58
(30,95,88)
#19504B
(25,80,75)
#14413E
(20,65,62)
#0F3231
(15,50,49)
#0A2324
(10,35,36)
#051417
(5,20,23)
#000000
(0,0,0)

Tints of #37AA99

#37AA99
(55,170,153)
#49B1A2
(73,177,162)
#5BB8AB
(91,184,171)
#6DBFB4
(109,191,180)
#7FC6BD
(127,198,189)
#91CDC6
(145,205,198)
#A3D4CF
(163,212,207)
#B5DBD8
(181,219,216)
#C7E2E1
(199,226,225)
#D9E9EA
(217,233,234)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37AA99; }

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

This text font color is #37AA99.

Background Color

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

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

This div background color is #37AA99.

Border color

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

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

This div border color is #37AA99.

Opacity

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

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

Text with #37AA99 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 #37AA99;}

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

This text has shadow with #37AA99 color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #37AA99; -webkit-box-shadow: 1px 1px 3px 2px #37AA99; box-shadow:1px 1px 3px 2px #37AA99;">
Div content here
</div>

This div box has shadow with color #37AA99.

Preview

Color preview on black background

This text has color #37AA99 on black background.


Color preview on white background

This text has color #37AA99 on white background.


Black color preview on #37AA99 background

This text has black color on #37AA99 background.


White color preview on #37AA99 background

This text has white color on #37AA99 background.


Related colors

Complementary color

Complementary color for #hex is #C85566.


I love getcolorcode.com

Triadic colors

1 #9937AA and #AA9937 with #37AA99 are triadic colors.

2 #99AA37 and #AA3799 with #37AA99 are triadic colors.