COLOR #16C496

HEX: #16C496
RGB: (22,196,150)

Color info

#16C496 contains mainly green and blue colors. Web safe color of #16C496 is #00CC99 (or #0C9).

RGB color model

#16C496 color RGB value is (22,196,150).

  • red value is 22;
  • green value is 196;
  • blue value is 150.
RGB:
(22,196,150)
(9%,77%,59%)

RGB channels and saturation

R 22 of 255 = 9%
G 196 of 255 = 77%
B 150 of 255 = 59%

22
196
150

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

Portions of RGB colors in percentages

R + G + B =
22 + 196 + 150 = 368 (100%)
R 22 of 368 ~ 5.98%
G 196 of 368 ~ 53.26%
B 150 of 368 ~ 40.76%

%53.26
%40.76

CMYK color model

#16C496 color CMYK value is (89,0,23,23).

  • cyan value is 88.78%
  • magenta value is 0.00%
  • yellow value is 23.47%
  • key color value is 23.14%
CMYK:
(89,0,23,23)
C89M0Y23K23 
(89%,0%,23%,23%)
(0.89/0.00/0.23/0.23)	

CMYK percentages

%88.78
%0
%23.47
%23.14

Codes

Color #16C496 in popluar color models

16C496
RGB22196150
HSL164°79.82%42.75%
HSB/HSV164°88.78%76.86%
CMYK88.78%0.00%23.47%
23.14%

Color #16C496 in popluar number systems.

HEX16C496
Decimal22196150
Binary101101100010010010110
Octal26304226

Shades and tints

Shades of #16C496

#16C496
(22,196,150)
#14B389
(20,179,137)
#12A27C
(18,162,124)
#10916F
(16,145,111)
#0E8062
(14,128,98)
#0C6F55
(12,111,85)
#0A5E48
(10,94,72)
#084D3B
(8,77,59)
#063C2E
(6,60,46)
#042B21
(4,43,33)
#021A14
(2,26,20)
#000000
(0,0,0)

Tints of #16C496

#16C496
(22,196,150)
#2BC99F
(43,201,159)
#40CEA8
(64,206,168)
#55D3B1
(85,211,177)
#6AD8BA
(106,216,186)
#7FDDC3
(127,221,195)
#94E2CC
(148,226,204)
#A9E7D5
(169,231,213)
#BEECDE
(190,236,222)
#D3F1E7
(211,241,231)
#E8F6F0
(232,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #16C496 color. Also use rgb(22,196,150) instead hex code.

Text Font Color

.myTextColor { color: #16C496; }

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

This text font color is #16C496.


Background Color

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

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

This div background color is #16C496.


Border color

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

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

This div border color is #16C496.


Opacity

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

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

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

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

This text has shadow with #16C496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #16C496 on black background.


Color preview on white background

This text has color #16C496 on white background.



Black color preview on #16C496 background

This text has black color on #16C496 background.


White color preview on #16C496 background

This text has white color on #16C496 background.