COLOR #20AAB2

HEX: #20AAB2
RGB: (32,170,178)

Color info

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

RGB color model

#20AAB2 color RGB value is (32,170,178).

  • red value is 32;
  • green value is 170;
  • blue value is 178.
RGB:
(32,170,178)
(13%,67%,70%)

RGB channels and saturation

R 32 of 255 = 13%
G 170 of 255 = 67%
B 178 of 255 = 70%

32
170
178

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

Portions of RGB colors in percentages

R + G + B =
32 + 170 + 178 = 380 (100%)
R 32 of 380 ~ 8.42%
G 170 of 380 ~ 44.74%
B 178 of 380 ~ 46.84%

%44.74
%46.84

CMYK color model

#20AAB2 color CMYK value is (82,4,0,30).

  • cyan value is 82.02%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(82,4,0,30)
C82M4Y0K30 
(82%,4%,0%,30%)
(0.82/0.04/0.00/0.30)	

CMYK percentages

%82.02
%4.49
%0
%30.2

Codes

Color #20AAB2 in popluar color models

20AAB2
RGB32170178
HSL183°69.52%41.18%
HSB/HSV183°82.02%69.80%
CMYK82.02%4.49%0.00%
30.20%

Color #20AAB2 in popluar number systems.

HEX20AAB2
Decimal32170178
Binary1000001010101010110010
Octal40252262

Shades and tints

Shades of #20AAB2

#20AAB2
(32,170,178)
#1E9BA2
(30,155,162)
#1C8C92
(28,140,146)
#1A7D82
(26,125,130)
#186E72
(24,110,114)
#165F62
(22,95,98)
#145052
(20,80,82)
#124142
(18,65,66)
#103232
(16,50,50)
#0E2322
(14,35,34)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #20AAB2

#20AAB2
(32,170,178)
#34B1B9
(52,177,185)
#48B8C0
(72,184,192)
#5CBFC7
(92,191,199)
#70C6CE
(112,198,206)
#84CDD5
(132,205,213)
#98D4DC
(152,212,220)
#ACDBE3
(172,219,227)
#C0E2EA
(192,226,234)
#D4E9F1
(212,233,241)
#E8F0F8
(232,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20AAB2 color. Also use rgb(32,170,178) instead hex code.

Text Font Color

.myTextColor { color: #20AAB2; }

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

This text font color is #20AAB2.


Background Color

.myBgColor { background-color: #20AAB2; }

<div style="background-color:#20AAB2">Inner text</div>

This div background color is #20AAB2.


Border color

.myBorderColor { border: 1px solid #20AAB2; }

<div style="border:3px solid #20AAB2">Div</div>

This div border color is #20AAB2.


Opacity

.myOpacity80 { color: #20AAB2; opacity: 0.8; }

<p style="color:#20AAB2;opacity:0.8;">80%</p>

Text with #20AAB2 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 #20AAB2;}

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

This text has shadow with #20AAB2 color.

.textShadow {text-shadow: 3px 3px 1px #20AAB2, 3px 3px 1px red;}

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

This text has shadow with #20AAB2 primary color and red secondary color.


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

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

This text has shadow with #20AAB2 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #20AAB2;
-webkit-box-shadow: 1px 1px 3px 2px #20AAB2;
box-shadow:1px 1px 3px 2px #20AAB2;">
Div content here</div>
This div box has shadow with color #20AAB2.

Preview

Color preview on black background

This text has color #20AAB2 on black background.


Color preview on white background

This text has color #20AAB2 on white background.



Black color preview on #20AAB2 background

This text has black color on #20AAB2 background.


White color preview on #20AAB2 background

This text has white color on #20AAB2 background.