COLOR #19E6C6

HEX: #19E6C6
RGB: (25,230,198)

Color info

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

RGB color model

#19E6C6 color RGB value is (25,230,198).

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

RGB channels and saturation

R 25 of 255 = 10%
G 230 of 255 = 90%
B 198 of 255 = 78%

25
230
198

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

Portions of RGB colors in percentages

R + G + B =
25 + 230 + 198 = 453 (100%)
R 25 of 453 ~ 5.52%
G 230 of 453 ~ 50.77%
B 198 of 453 ~ 43.71%

%50.77
%43.71

CMYK color model

#19E6C6 color CMYK value is (89,0,14,10).

  • cyan value is 89.13%
  • magenta value is 0.00%
  • yellow value is 13.91%
  • key color value is 9.80%
CMYK:
(89,0,14,10)
C89M0Y14K10 
(89%,0%,14%,10%)
(0.89/0.00/0.14/0.10)	

CMYK percentages

%89.13
%0
%13.91
%9.8

Codes

Color #19E6C6 in popluar color models

19E6C6
RGB25230198
HSL171°80.39%50.00%
HSB/HSV171°89.13%90.20%
CMYK89.13%0.00%13.91%
9.80%

Color #19E6C6 in popluar number systems.

HEX19E6C6
Decimal25230198
Binary110011110011011000110
Octal31346306

Shades and tints

Shades of #19E6C6

#19E6C6
(25,230,198)
#17D2B4
(23,210,180)
#15BEA2
(21,190,162)
#13AA90
(19,170,144)
#11967E
(17,150,126)
#0F826C
(15,130,108)
#0D6E5A
(13,110,90)
#0B5A48
(11,90,72)
#094636
(9,70,54)
#073224
(7,50,36)
#051E12
(5,30,18)
#000000
(0,0,0)

Tints of #19E6C6

#19E6C6
(25,230,198)
#2DE8CB
(45,232,203)
#41EAD0
(65,234,208)
#55ECD5
(85,236,213)
#69EEDA
(105,238,218)
#7DF0DF
(125,240,223)
#91F2E4
(145,242,228)
#A5F4E9
(165,244,233)
#B9F6EE
(185,246,238)
#CDF8F3
(205,248,243)
#E1FAF8
(225,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19E6C6; }

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

This text font color is #19E6C6.


Background Color

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

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

This div background color is #19E6C6.


Border color

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

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

This div border color is #19E6C6.


Opacity

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

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

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

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

This text has shadow with #19E6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19E6C6 on black background.


Color preview on white background

This text has color #19E6C6 on white background.



Black color preview on #19E6C6 background

This text has black color on #19E6C6 background.


White color preview on #19E6C6 background

This text has white color on #19E6C6 background.