COLOR #16B0A0

HEX: #16B0A0
RGB: (22,176,160)

Color info

#16B0A0 contains mainly green and blue colors. Web safe color of #16B0A0 is #009999 (or #099).

RGB color model

#16B0A0 color RGB value is (22,176,160).

  • red value is 22;
  • green value is 176;
  • blue value is 160.
RGB:
(22,176,160)
(9%,69%,63%)

RGB channels and saturation

R 22 of 255 = 9%
G 176 of 255 = 69%
B 160 of 255 = 63%

22
176
160

R + G + B ~ 47%. #16B0A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
22 + 176 + 160 = 358 (100%)
R 22 of 358 ~ 6.15%
G 176 of 358 ~ 49.16%
B 160 of 358 ~ 44.69%

%49.16
%44.69

CMYK color model

#16B0A0 color CMYK value is (88,0,9,31).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 30.98%
CMYK:
(88,0,9,31)
C88M0Y9K31 
(88%,0%,9%,31%)
(0.88/0.00/0.09/0.31)	

CMYK percentages

%87.5
%0
%9.09
%30.98

Codes

Color #16B0A0 in popluar color models

16B0A0
RGB22176160
HSL174°77.78%38.82%
HSB/HSV174°87.50%69.02%
CMYK87.50%0.00%9.09%
30.98%

Color #16B0A0 in popluar number systems.

HEX16B0A0
Decimal22176160
Binary101101011000010100000
Octal26260240

Shades and tints

Shades of #16B0A0

#16B0A0
(22,176,160)
#14A092
(20,160,146)
#129084
(18,144,132)
#108076
(16,128,118)
#0E7068
(14,112,104)
#0C605A
(12,96,90)
#0A504C
(10,80,76)
#08403E
(8,64,62)
#063030
(6,48,48)
#042022
(4,32,34)
#021014
(2,16,20)
#000000
(0,0,0)

Tints of #16B0A0

#16B0A0
(22,176,160)
#2BB7A8
(43,183,168)
#40BEB0
(64,190,176)
#55C5B8
(85,197,184)
#6ACCC0
(106,204,192)
#7FD3C8
(127,211,200)
#94DAD0
(148,218,208)
#A9E1D8
(169,225,216)
#BEE8E0
(190,232,224)
#D3EFE8
(211,239,232)
#E8F6F0
(232,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #16B0A0 color. Also use rgb(22,176,160) instead hex code.

Text Font Color

.myTextColor { color: #16B0A0; }

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

This text font color is #16B0A0.


Background Color

.myBgColor { background-color: #16B0A0; }

<div style="background-color:#16B0A0">Inner text</div>

This div background color is #16B0A0.


Border color

.myBorderColor { border: 1px solid #16B0A0; }

<div style="border:3px solid #16B0A0">Div</div>

This div border color is #16B0A0.


Opacity

.myOpacity80 { color: #16B0A0; opacity: 0.8; }

<p style="color:#16B0A0;opacity:0.8;">80%</p>

Text with #16B0A0 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 #16B0A0;}

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

This text has shadow with #16B0A0 color.

.textShadow {text-shadow: 3px 3px 1px #16B0A0, 3px 3px 1px red;}

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

This text has shadow with #16B0A0 primary color and red secondary color.


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

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

This text has shadow with #16B0A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #16B0A0 on black background.


Color preview on white background

This text has color #16B0A0 on white background.



Black color preview on #16B0A0 background

This text has black color on #16B0A0 background.


White color preview on #16B0A0 background

This text has white color on #16B0A0 background.