COLOR #20B5AF

HEX: #20B5AF
RGB: (32,181,175)

Color info

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

RGB color model

#20B5AF color RGB value is (32,181,175).

  • red value is 32;
  • green value is 181;
  • blue value is 175.
RGB:
(32,181,175)
(13%,71%,69%)

RGB channels and saturation

R 32 of 255 = 13%
G 181 of 255 = 71%
B 175 of 255 = 69%

32
181
175

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

Portions of RGB colors in percentages

R + G + B =
32 + 181 + 175 = 388 (100%)
R 32 of 388 ~ 8.25%
G 181 of 388 ~ 46.65%
B 175 of 388 ~ 45.1%

%46.65
%45.1

CMYK color model

#20B5AF color CMYK value is (82,0,3,29).

  • cyan value is 82.32%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 29.02%
CMYK:
(82,0,3,29)
C82M0Y3K29 
(82%,0%,3%,29%)
(0.82/0.00/0.03/0.29)	

CMYK percentages

%82.32
%0
%3.31
%29.02

Codes

Color #20B5AF in popluar color models

20B5AF
RGB32181175
HSL178°69.95%41.76%
HSB/HSV178°82.32%70.98%
CMYK82.32%0.00%3.31%
29.02%

Color #20B5AF in popluar number systems.

HEX20B5AF
Decimal32181175
Binary1000001011010110101111
Octal40265257

Shades and tints

Shades of #20B5AF

#20B5AF
(32,181,175)
#1EA5A0
(30,165,160)
#1C9591
(28,149,145)
#1A8582
(26,133,130)
#187573
(24,117,115)
#166564
(22,101,100)
#145555
(20,85,85)
#124546
(18,69,70)
#103537
(16,53,55)
#0E2528
(14,37,40)
#0C1519
(12,21,25)
#000000
(0,0,0)

Tints of #20B5AF

#20B5AF
(32,181,175)
#34BBB6
(52,187,182)
#48C1BD
(72,193,189)
#5CC7C4
(92,199,196)
#70CDCB
(112,205,203)
#84D3D2
(132,211,210)
#98D9D9
(152,217,217)
#ACDFE0
(172,223,224)
#C0E5E7
(192,229,231)
#D4EBEE
(212,235,238)
#E8F1F5
(232,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20B5AF color. Also use rgb(32,181,175) instead hex code.

Text Font Color

.myTextColor { color: #20B5AF; }

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

This text font color is #20B5AF.


Background Color

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

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

This div background color is #20B5AF.


Border color

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

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

This div border color is #20B5AF.


Opacity

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

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

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

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

This text has shadow with #20B5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20B5AF on black background.


Color preview on white background

This text has color #20B5AF on white background.



Black color preview on #20B5AF background

This text has black color on #20B5AF background.


White color preview on #20B5AF background

This text has white color on #20B5AF background.