COLOR #19DD9E

HEX: #19DD9E
RGB: (25,221,158)

Color info

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

RGB color model

#19DD9E color RGB value is (25,221,158).

  • red value is 25;
  • green value is 221;
  • blue value is 158.
RGB:
(25,221,158)
(10%,87%,62%)

RGB channels and saturation

R 25 of 255 = 10%
G 221 of 255 = 87%
B 158 of 255 = 62%

25
221
158

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

Portions of RGB colors in percentages

R + G + B =
25 + 221 + 158 = 404 (100%)
R 25 of 404 ~ 6.19%
G 221 of 404 ~ 54.7%
B 158 of 404 ~ 39.11%

%54.7
%39.11

CMYK color model

#19DD9E color CMYK value is (89,0,29,13).

  • cyan value is 88.69%
  • magenta value is 0.00%
  • yellow value is 28.51%
  • key color value is 13.33%
CMYK:
(89,0,29,13)
C89M0Y29K13 
(89%,0%,29%,13%)
(0.89/0.00/0.29/0.13)	

CMYK percentages

%88.69
%0
%28.51
%13.33

Codes

Color #19DD9E in popluar color models

19DD9E
RGB25221158
HSL161°79.67%48.24%
HSB/HSV161°88.69%86.67%
CMYK88.69%0.00%28.51%
13.33%

Color #19DD9E in popluar number systems.

HEX19DD9E
Decimal25221158
Binary110011101110110011110
Octal31335236

Shades and tints

Shades of #19DD9E

#19DD9E
(25,221,158)
#17C990
(23,201,144)
#15B582
(21,181,130)
#13A174
(19,161,116)
#118D66
(17,141,102)
#0F7958
(15,121,88)
#0D654A
(13,101,74)
#0B513C
(11,81,60)
#093D2E
(9,61,46)
#072920
(7,41,32)
#051512
(5,21,18)
#000000
(0,0,0)

Tints of #19DD9E

#19DD9E
(25,221,158)
#2DE0A6
(45,224,166)
#41E3AE
(65,227,174)
#55E6B6
(85,230,182)
#69E9BE
(105,233,190)
#7DECC6
(125,236,198)
#91EFCE
(145,239,206)
#A5F2D6
(165,242,214)
#B9F5DE
(185,245,222)
#CDF8E6
(205,248,230)
#E1FBEE
(225,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19DD9E color. Also use rgb(25,221,158) instead hex code.

Text Font Color

.myTextColor { color: #19DD9E; }

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

This text font color is #19DD9E.


Background Color

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

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

This div background color is #19DD9E.


Border color

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

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

This div border color is #19DD9E.


Opacity

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

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

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

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

This text has shadow with #19DD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19DD9E on black background.


Color preview on white background

This text has color #19DD9E on white background.



Black color preview on #19DD9E background

This text has black color on #19DD9E background.


White color preview on #19DD9E background

This text has white color on #19DD9E background.