COLOR #20D5A4

HEX: #20D5A4
RGB: (32,213,164)

Color info

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

RGB color model

#20D5A4 color RGB value is (32,213,164).

  • red value is 32;
  • green value is 213;
  • blue value is 164.
RGB:
(32,213,164)
(13%,84%,64%)

RGB channels and saturation

R 32 of 255 = 13%
G 213 of 255 = 84%
B 164 of 255 = 64%

32
213
164

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

Portions of RGB colors in percentages

R + G + B =
32 + 213 + 164 = 409 (100%)
R 32 of 409 ~ 7.82%
G 213 of 409 ~ 52.08%
B 164 of 409 ~ 40.1%

%52.08
%40.1

CMYK color model

#20D5A4 color CMYK value is (85,0,23,16).

  • cyan value is 84.98%
  • magenta value is 0.00%
  • yellow value is 23.00%
  • key color value is 16.47%
CMYK:
(85,0,23,16)
C85M0Y23K16 
(85%,0%,23%,16%)
(0.85/0.00/0.23/0.16)	

CMYK percentages

%84.98
%0
%23
%16.47

Codes

Color #20D5A4 in popluar color models

20D5A4
RGB32213164
HSL164°73.88%48.04%
HSB/HSV164°84.98%83.53%
CMYK84.98%0.00%23.00%
16.47%

Color #20D5A4 in popluar number systems.

HEX20D5A4
Decimal32213164
Binary1000001101010110100100
Octal40325244

Shades and tints

Shades of #20D5A4

#20D5A4
(32,213,164)
#1EC296
(30,194,150)
#1CAF88
(28,175,136)
#1A9C7A
(26,156,122)
#18896C
(24,137,108)
#16765E
(22,118,94)
#146350
(20,99,80)
#125042
(18,80,66)
#103D34
(16,61,52)
#0E2A26
(14,42,38)
#0C1718
(12,23,24)
#000000
(0,0,0)

Tints of #20D5A4

#20D5A4
(32,213,164)
#34D8AC
(52,216,172)
#48DBB4
(72,219,180)
#5CDEBC
(92,222,188)
#70E1C4
(112,225,196)
#84E4CC
(132,228,204)
#98E7D4
(152,231,212)
#ACEADC
(172,234,220)
#C0EDE4
(192,237,228)
#D4F0EC
(212,240,236)
#E8F3F4
(232,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20D5A4 color. Also use rgb(32,213,164) instead hex code.

Text Font Color

.myTextColor { color: #20D5A4; }

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

This text font color is #20D5A4.


Background Color

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

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

This div background color is #20D5A4.


Border color

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

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

This div border color is #20D5A4.


Opacity

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

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

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

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

This text has shadow with #20D5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20D5A4 on black background.


Color preview on white background

This text has color #20D5A4 on white background.



Black color preview on #20D5A4 background

This text has black color on #20D5A4 background.


White color preview on #20D5A4 background

This text has white color on #20D5A4 background.