COLOR #19D096

HEX: #19D096
RGB: (25,208,150)

Color info

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

RGB color model

#19D096 color RGB value is (25,208,150).

  • red value is 25;
  • green value is 208;
  • blue value is 150.
RGB:
(25,208,150)
(10%,82%,59%)

RGB channels and saturation

R 25 of 255 = 10%
G 208 of 255 = 82%
B 150 of 255 = 59%

25
208
150

R + G + B ~ 50%. #19D096 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
25 + 208 + 150 = 383 (100%)
R 25 of 383 ~ 6.53%
G 208 of 383 ~ 54.31%
B 150 of 383 ~ 39.16%

%54.31
%39.16

CMYK color model

#19D096 color CMYK value is (88,0,28,18).

  • cyan value is 87.98%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 18.43%
CMYK:
(88,0,28,18)
C88M0Y28K18 
(88%,0%,28%,18%)
(0.88/0.00/0.28/0.18)	

CMYK percentages

%87.98
%0
%27.88
%18.43

Codes

Color #19D096 in popluar color models

19D096
RGB25208150
HSL161°78.54%45.69%
HSB/HSV161°87.98%81.57%
CMYK87.98%0.00%27.88%
18.43%

Color #19D096 in popluar number systems.

HEX19D096
Decimal25208150
Binary110011101000010010110
Octal31320226

Shades and tints

Shades of #19D096

#19D096
(25,208,150)
#17BE89
(23,190,137)
#15AC7C
(21,172,124)
#139A6F
(19,154,111)
#118862
(17,136,98)
#0F7655
(15,118,85)
#0D6448
(13,100,72)
#0B523B
(11,82,59)
#09402E
(9,64,46)
#072E21
(7,46,33)
#051C14
(5,28,20)
#000000
(0,0,0)

Tints of #19D096

#19D096
(25,208,150)
#2DD49F
(45,212,159)
#41D8A8
(65,216,168)
#55DCB1
(85,220,177)
#69E0BA
(105,224,186)
#7DE4C3
(125,228,195)
#91E8CC
(145,232,204)
#A5ECD5
(165,236,213)
#B9F0DE
(185,240,222)
#CDF4E7
(205,244,231)
#E1F8F0
(225,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19D096 color. Also use rgb(25,208,150) instead hex code.

Text Font Color

.myTextColor { color: #19D096; }

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

This text font color is #19D096.


Background Color

.myBgColor { background-color: #19D096; }

<div style="background-color:#19D096">Inner text</div>

This div background color is #19D096.


Border color

.myBorderColor { border: 1px solid #19D096; }

<div style="border:3px solid #19D096">Div</div>

This div border color is #19D096.


Opacity

.myOpacity80 { color: #19D096; opacity: 0.8; }

<p style="color:#19D096;opacity:0.8;">80%</p>

Text with #19D096 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 #19D096;}

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

This text has shadow with #19D096 color.

.textShadow {text-shadow: 3px 3px 1px #19D096, 3px 3px 1px red;}

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

This text has shadow with #19D096 primary color and red secondary color.


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

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

This text has shadow with #19D096 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19D096 on black background.


Color preview on white background

This text has color #19D096 on white background.



Black color preview on #19D096 background

This text has black color on #19D096 background.


White color preview on #19D096 background

This text has white color on #19D096 background.