COLOR #20DAA5

HEX: #20DAA5
RGB: (32,218,165)

Color info

#20DAA5 contains mainly green and blue colors. Web safe color of #20DAA5 is #33CC99 (or #3C9).

RGB color model

#20DAA5 color RGB value is (32,218,165).

  • red value is 32;
  • green value is 218;
  • blue value is 165.
RGB:
(32,218,165)
(13%,85%,65%)

RGB channels and saturation

R 32 of 255 = 13%
G 218 of 255 = 85%
B 165 of 255 = 65%

32
218
165

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

Portions of RGB colors in percentages

R + G + B =
32 + 218 + 165 = 415 (100%)
R 32 of 415 ~ 7.71%
G 218 of 415 ~ 52.53%
B 165 of 415 ~ 39.76%

%52.53
%39.76

CMYK color model

#20DAA5 color CMYK value is (85,0,24,15).

  • cyan value is 85.32%
  • magenta value is 0.00%
  • yellow value is 24.31%
  • key color value is 14.51%
CMYK:
(85,0,24,15)
C85M0Y24K15 
(85%,0%,24%,15%)
(0.85/0.00/0.24/0.15)	

CMYK percentages

%85.32
%0
%24.31
%14.51

Codes

Color #20DAA5 in popluar color models

20DAA5
RGB32218165
HSL163°74.40%49.02%
HSB/HSV163°85.32%85.49%
CMYK85.32%0.00%24.31%
14.51%

Color #20DAA5 in popluar number systems.

HEX20DAA5
Decimal32218165
Binary1000001101101010100101
Octal40332245

Shades and tints

Shades of #20DAA5

#20DAA5
(32,218,165)
#1EC796
(30,199,150)
#1CB487
(28,180,135)
#1AA178
(26,161,120)
#188E69
(24,142,105)
#167B5A
(22,123,90)
#14684B
(20,104,75)
#12553C
(18,85,60)
#10422D
(16,66,45)
#0E2F1E
(14,47,30)
#0C1C0F
(12,28,15)
#000000
(0,0,0)

Tints of #20DAA5

#20DAA5
(32,218,165)
#34DDAD
(52,221,173)
#48E0B5
(72,224,181)
#5CE3BD
(92,227,189)
#70E6C5
(112,230,197)
#84E9CD
(132,233,205)
#98ECD5
(152,236,213)
#ACEFDD
(172,239,221)
#C0F2E5
(192,242,229)
#D4F5ED
(212,245,237)
#E8F8F5
(232,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20DAA5 color. Also use rgb(32,218,165) instead hex code.

Text Font Color

.myTextColor { color: #20DAA5; }

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

This text font color is #20DAA5.


Background Color

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

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

This div background color is #20DAA5.


Border color

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

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

This div border color is #20DAA5.


Opacity

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

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

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

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

This text has shadow with #20DAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20DAA5 on black background.


Color preview on white background

This text has color #20DAA5 on white background.



Black color preview on #20DAA5 background

This text has black color on #20DAA5 background.


White color preview on #20DAA5 background

This text has white color on #20DAA5 background.