COLOR #19E6B7

HEX: #19E6B7
RGB: (25,230,183)

Color info

#19E6B7 contains mainly green and blue colors. Web safe color of #19E6B7 is #00CCCC (or #0CC).

RGB color model

#19E6B7 color RGB value is (25,230,183).

  • red value is 25;
  • green value is 230;
  • blue value is 183.
RGB:
(25,230,183)
(10%,90%,72%)

RGB channels and saturation

R 25 of 255 = 10%
G 230 of 255 = 90%
B 183 of 255 = 72%

25
230
183

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

Portions of RGB colors in percentages

R + G + B =
25 + 230 + 183 = 438 (100%)
R 25 of 438 ~ 5.71%
G 230 of 438 ~ 52.51%
B 183 of 438 ~ 41.78%

%52.51
%41.78

CMYK color model

#19E6B7 color CMYK value is (89,0,20,10).

  • cyan value is 89.13%
  • magenta value is 0.00%
  • yellow value is 20.43%
  • key color value is 9.80%
CMYK:
(89,0,20,10)
C89M0Y20K10 
(89%,0%,20%,10%)
(0.89/0.00/0.20/0.10)	

CMYK percentages

%89.13
%0
%20.43
%9.8

Codes

Color #19E6B7 in popluar color models

19E6B7
RGB25230183
HSL166°80.39%50.00%
HSB/HSV166°89.13%90.20%
CMYK89.13%0.00%20.43%
9.80%

Color #19E6B7 in popluar number systems.

HEX19E6B7
Decimal25230183
Binary110011110011010110111
Octal31346267

Shades and tints

Shades of #19E6B7

#19E6B7
(25,230,183)
#17D2A7
(23,210,167)
#15BE97
(21,190,151)
#13AA87
(19,170,135)
#119677
(17,150,119)
#0F8267
(15,130,103)
#0D6E57
(13,110,87)
#0B5A47
(11,90,71)
#094637
(9,70,55)
#073227
(7,50,39)
#051E17
(5,30,23)
#000000
(0,0,0)

Tints of #19E6B7

#19E6B7
(25,230,183)
#2DE8BD
(45,232,189)
#41EAC3
(65,234,195)
#55ECC9
(85,236,201)
#69EECF
(105,238,207)
#7DF0D5
(125,240,213)
#91F2DB
(145,242,219)
#A5F4E1
(165,244,225)
#B9F6E7
(185,246,231)
#CDF8ED
(205,248,237)
#E1FAF3
(225,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19E6B7 color. Also use rgb(25,230,183) instead hex code.

Text Font Color

.myTextColor { color: #19E6B7; }

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

This text font color is #19E6B7.


Background Color

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

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

This div background color is #19E6B7.


Border color

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

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

This div border color is #19E6B7.


Opacity

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

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

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

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

This text has shadow with #19E6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19E6B7 on black background.


Color preview on white background

This text has color #19E6B7 on white background.



Black color preview on #19E6B7 background

This text has black color on #19E6B7 background.


White color preview on #19E6B7 background

This text has white color on #19E6B7 background.