COLOR #20B2AA

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

Color info

Color name is LightSeaGreen. #20B2AA contains mainly green and blue colors. Web safe color of #20B2AA is #339999 (or #399).

RGB color model

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

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

RGB channels and saturation

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

32
178
170

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

Portions of RGB colors in percentages

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

%46.84
%44.74

CMYK color model

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

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

CMYK percentages

%82.02
%0
%4.49
%30.2

Codes

Color #20B2AA in popluar color models

20B2AA
RGB32178170
HSL177°69.52%41.18%
HSB/HSV177°82.02%69.80%
CMYK82.02%0.00%4.49%
30.20%

Color #20B2AA in popluar number systems.

HEX20B2AA
Decimal32178170
Binary1000001011001010101010
Octal40262252

Shades and tints

Shades of #20B2AA

#20B2AA
(32,178,170)
#1EA29B
(30,162,155)
#1C928C
(28,146,140)
#1A827D
(26,130,125)
#18726E
(24,114,110)
#16625F
(22,98,95)
#145250
(20,82,80)
#124241
(18,66,65)
#103232
(16,50,50)
#0E2223
(14,34,35)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #20B2AA

#20B2AA
(32,178,170)
#34B9B1
(52,185,177)
#48C0B8
(72,192,184)
#5CC7BF
(92,199,191)
#70CEC6
(112,206,198)
#84D5CD
(132,213,205)
#98DCD4
(152,220,212)
#ACE3DB
(172,227,219)
#C0EAE2
(192,234,226)
#D4F1E9
(212,241,233)
#E8F8F0
(232,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #20B2AA; }

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

This text font color is #20B2AA.


Background Color

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

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

This div background color is #20B2AA.


Border color

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

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

This div border color is #20B2AA.


Opacity

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

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

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

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

This text has shadow with #20B2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20B2AA on black background.


Color preview on white background

This text has color #20B2AA on white background.



Black color preview on #20B2AA background

This text has black color on #20B2AA background.


White color preview on #20B2AA background

This text has white color on #20B2AA background.