COLOR #19E5B0

HEX: #19E5B0
RGB: (25,229,176)

Color info

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

RGB color model

#19E5B0 color RGB value is (25,229,176).

  • red value is 25;
  • green value is 229;
  • blue value is 176.
RGB:
(25,229,176)
(10%,90%,69%)

RGB channels and saturation

R 25 of 255 = 10%
G 229 of 255 = 90%
B 176 of 255 = 69%

25
229
176

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

Portions of RGB colors in percentages

R + G + B =
25 + 229 + 176 = 430 (100%)
R 25 of 430 ~ 5.81%
G 229 of 430 ~ 53.26%
B 176 of 430 ~ 40.93%

%53.26
%40.93

CMYK color model

#19E5B0 color CMYK value is (89,0,23,10).

  • cyan value is 89.08%
  • magenta value is 0.00%
  • yellow value is 23.14%
  • key color value is 10.20%
CMYK:
(89,0,23,10)
C89M0Y23K10 
(89%,0%,23%,10%)
(0.89/0.00/0.23/0.10)	

CMYK percentages

%89.08
%0
%23.14
%10.2

Codes

Color #19E5B0 in popluar color models

19E5B0
RGB25229176
HSL164°80.31%49.80%
HSB/HSV164°89.08%89.80%
CMYK89.08%0.00%23.14%
10.20%

Color #19E5B0 in popluar number systems.

HEX19E5B0
Decimal25229176
Binary110011110010110110000
Octal31345260

Shades and tints

Shades of #19E5B0

#19E5B0
(25,229,176)
#17D1A0
(23,209,160)
#15BD90
(21,189,144)
#13A980
(19,169,128)
#119570
(17,149,112)
#0F8160
(15,129,96)
#0D6D50
(13,109,80)
#0B5940
(11,89,64)
#094530
(9,69,48)
#073120
(7,49,32)
#051D10
(5,29,16)
#000000
(0,0,0)

Tints of #19E5B0

#19E5B0
(25,229,176)
#2DE7B7
(45,231,183)
#41E9BE
(65,233,190)
#55EBC5
(85,235,197)
#69EDCC
(105,237,204)
#7DEFD3
(125,239,211)
#91F1DA
(145,241,218)
#A5F3E1
(165,243,225)
#B9F5E8
(185,245,232)
#CDF7EF
(205,247,239)
#E1F9F6
(225,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19E5B0 color. Also use rgb(25,229,176) instead hex code.

Text Font Color

.myTextColor { color: #19E5B0; }

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

This text font color is #19E5B0.


Background Color

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

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

This div background color is #19E5B0.


Border color

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

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

This div border color is #19E5B0.


Opacity

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

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

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

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

This text has shadow with #19E5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19E5B0 on black background.


Color preview on white background

This text has color #19E5B0 on white background.



Black color preview on #19E5B0 background

This text has black color on #19E5B0 background.


White color preview on #19E5B0 background

This text has white color on #19E5B0 background.