COLOR #16E493

HEX: #16E493
RGB: (22,228,147)

Color info

#16E493 contains mainly green color. Web safe color of #16E493 is #00CC99 (or #0C9).

RGB color model

#16E493 color RGB value is (22,228,147).

  • red value is 22;
  • green value is 228;
  • blue value is 147.
RGB:
(22,228,147)
(9%,89%,58%)

RGB channels and saturation

R 22 of 255 = 9%
G 228 of 255 = 89%
B 147 of 255 = 58%

22
228
147

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

Portions of RGB colors in percentages

R + G + B =
22 + 228 + 147 = 397 (100%)
R 22 of 397 ~ 5.54%
G 228 of 397 ~ 57.43%
B 147 of 397 ~ 37.03%

%57.43
%37.03

CMYK color model

#16E493 color CMYK value is (90,0,36,11).

  • cyan value is 90.35%
  • magenta value is 0.00%
  • yellow value is 35.53%
  • key color value is 10.59%
CMYK:
(90,0,36,11)
C90M0Y36K11 
(90%,0%,36%,11%)
(0.90/0.00/0.36/0.11)	

CMYK percentages

%90.35
%0
%35.53
%10.59

Codes

Color #16E493 in popluar color models

16E493
RGB22228147
HSL156°82.40%49.02%
HSB/HSV156°90.35%89.41%
CMYK90.35%0.00%35.53%
10.59%

Color #16E493 in popluar number systems.

HEX16E493
Decimal22228147
Binary101101110010010010011
Octal26344223

Shades and tints

Shades of #16E493

#16E493
(22,228,147)
#14D086
(20,208,134)
#12BC79
(18,188,121)
#10A86C
(16,168,108)
#0E945F
(14,148,95)
#0C8052
(12,128,82)
#0A6C45
(10,108,69)
#085838
(8,88,56)
#06442B
(6,68,43)
#04301E
(4,48,30)
#021C11
(2,28,17)
#000000
(0,0,0)

Tints of #16E493

#16E493
(22,228,147)
#2BE69C
(43,230,156)
#40E8A5
(64,232,165)
#55EAAE
(85,234,174)
#6AECB7
(106,236,183)
#7FEEC0
(127,238,192)
#94F0C9
(148,240,201)
#A9F2D2
(169,242,210)
#BEF4DB
(190,244,219)
#D3F6E4
(211,246,228)
#E8F8ED
(232,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #16E493 color. Also use rgb(22,228,147) instead hex code.

Text Font Color

.myTextColor { color: #16E493; }

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

This text font color is #16E493.


Background Color

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

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

This div background color is #16E493.


Border color

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

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

This div border color is #16E493.


Opacity

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

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

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

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

This text has shadow with #16E493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #16E493 on black background.


Color preview on white background

This text has color #16E493 on white background.



Black color preview on #16E493 background

This text has black color on #16E493 background.


White color preview on #16E493 background

This text has white color on #16E493 background.