COLOR #19DA9B

HEX: #19DA9B
RGB: (25,218,155)

Color info

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

RGB color model

#19DA9B color RGB value is (25,218,155).

  • red value is 25;
  • green value is 218;
  • blue value is 155.
RGB:
(25,218,155)
(10%,85%,61%)

RGB channels and saturation

R 25 of 255 = 10%
G 218 of 255 = 85%
B 155 of 255 = 61%

25
218
155

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

Portions of RGB colors in percentages

R + G + B =
25 + 218 + 155 = 398 (100%)
R 25 of 398 ~ 6.28%
G 218 of 398 ~ 54.77%
B 155 of 398 ~ 38.94%

%54.77
%38.94

CMYK color model

#19DA9B color CMYK value is (89,0,29,15).

  • cyan value is 88.53%
  • magenta value is 0.00%
  • yellow value is 28.90%
  • key color value is 14.51%
CMYK:
(89,0,29,15)
C89M0Y29K15 
(89%,0%,29%,15%)
(0.89/0.00/0.29/0.15)	

CMYK percentages

%88.53
%0
%28.9
%14.51

Codes

Color #19DA9B in popluar color models

19DA9B
RGB25218155
HSL160°79.42%47.65%
HSB/HSV160°88.53%85.49%
CMYK88.53%0.00%28.90%
14.51%

Color #19DA9B in popluar number systems.

HEX19DA9B
Decimal25218155
Binary110011101101010011011
Octal31332233

Shades and tints

Shades of #19DA9B

#19DA9B
(25,218,155)
#17C78D
(23,199,141)
#15B47F
(21,180,127)
#13A171
(19,161,113)
#118E63
(17,142,99)
#0F7B55
(15,123,85)
#0D6847
(13,104,71)
#0B5539
(11,85,57)
#09422B
(9,66,43)
#072F1D
(7,47,29)
#051C0F
(5,28,15)
#000000
(0,0,0)

Tints of #19DA9B

#19DA9B
(25,218,155)
#2DDDA4
(45,221,164)
#41E0AD
(65,224,173)
#55E3B6
(85,227,182)
#69E6BF
(105,230,191)
#7DE9C8
(125,233,200)
#91ECD1
(145,236,209)
#A5EFDA
(165,239,218)
#B9F2E3
(185,242,227)
#CDF5EC
(205,245,236)
#E1F8F5
(225,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19DA9B color. Also use rgb(25,218,155) instead hex code.

Text Font Color

.myTextColor { color: #19DA9B; }

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

This text font color is #19DA9B.


Background Color

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

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

This div background color is #19DA9B.


Border color

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

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

This div border color is #19DA9B.


Opacity

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

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

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

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

This text has shadow with #19DA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19DA9B on black background.


Color preview on white background

This text has color #19DA9B on white background.



Black color preview on #19DA9B background

This text has black color on #19DA9B background.


White color preview on #19DA9B background

This text has white color on #19DA9B background.