COLOR #20A37E

HEX: #20A37E
RGB: (32,163,126)

Color info

#20A37E contains mainly green and blue colors. Web safe color of #20A37E is #339966 (or #396).

RGB color model

#20A37E color RGB value is (32,163,126).

  • red value is 32;
  • green value is 163;
  • blue value is 126.
RGB:
(32,163,126)
(13%,64%,49%)

RGB channels and saturation

R 32 of 255 = 13%
G 163 of 255 = 64%
B 126 of 255 = 49%

32
163
126

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

Portions of RGB colors in percentages

R + G + B =
32 + 163 + 126 = 321 (100%)
R 32 of 321 ~ 9.97%
G 163 of 321 ~ 50.78%
B 126 of 321 ~ 39.25%

%9.97
%50.78
%39.25

CMYK color model

#20A37E color CMYK value is (80,0,23,36).

  • cyan value is 80.37%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 36.08%
CMYK:
(80,0,23,36)
C80M0Y23K36 
(80%,0%,23%,36%)
(0.80/0.00/0.23/0.36)	

CMYK percentages

%80.37
%0
%22.7
%36.08

Codes

Color #20A37E in popluar color models

20A37E
RGB32163126
HSL163°67.18%38.24%
HSB/HSV163°80.37%63.92%
CMYK80.37%0.00%22.70%
36.08%

Color #20A37E in popluar number systems.

HEX20A37E
Decimal32163126
Binary100000101000111111110
Octal40243176

Shades and tints

Shades of #20A37E

#20A37E
(32,163,126)
#1E9573
(30,149,115)
#1C8768
(28,135,104)
#1A795D
(26,121,93)
#186B52
(24,107,82)
#165D47
(22,93,71)
#144F3C
(20,79,60)
#124131
(18,65,49)
#103326
(16,51,38)
#0E251B
(14,37,27)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #20A37E

#20A37E
(32,163,126)
#34AB89
(52,171,137)
#48B394
(72,179,148)
#5CBB9F
(92,187,159)
#70C3AA
(112,195,170)
#84CBB5
(132,203,181)
#98D3C0
(152,211,192)
#ACDBCB
(172,219,203)
#C0E3D6
(192,227,214)
#D4EBE1
(212,235,225)
#E8F3EC
(232,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20A37E color. Also use rgb(32,163,126) instead hex code.

Text Font Color

.myTextColor { color: #20A37E; }

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

This text font color is #20A37E.


Background Color

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

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

This div background color is #20A37E.


Border color

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

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

This div border color is #20A37E.


Opacity

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

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

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

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

This text has shadow with #20A37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20A37E on black background.


Color preview on white background

This text has color #20A37E on white background.



Black color preview on #20A37E background

This text has black color on #20A37E background.


White color preview on #20A37E background

This text has white color on #20A37E background.