COLOR #19D6C6

HEX: #19D6C6
RGB: (25,214,198)

Color info

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

RGB color model

#19D6C6 color RGB value is (25,214,198).

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

RGB channels and saturation

R 25 of 255 = 10%
G 214 of 255 = 84%
B 198 of 255 = 78%

25
214
198

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

Portions of RGB colors in percentages

R + G + B =
25 + 214 + 198 = 437 (100%)
R 25 of 437 ~ 5.72%
G 214 of 437 ~ 48.97%
B 198 of 437 ~ 45.31%

%48.97
%45.31

CMYK color model

#19D6C6 color CMYK value is (88,0,7,16).

  • cyan value is 88.32%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 16.08%
CMYK:
(88,0,7,16)
C88M0Y7K16 
(88%,0%,7%,16%)
(0.88/0.00/0.07/0.16)	

CMYK percentages

%88.32
%0
%7.48
%16.08

Codes

Color #19D6C6 in popluar color models

19D6C6
RGB25214198
HSL175°79.08%46.86%
HSB/HSV175°88.32%83.92%
CMYK88.32%0.00%7.48%
16.08%

Color #19D6C6 in popluar number systems.

HEX19D6C6
Decimal25214198
Binary110011101011011000110
Octal31326306

Shades and tints

Shades of #19D6C6

#19D6C6
(25,214,198)
#17C3B4
(23,195,180)
#15B0A2
(21,176,162)
#139D90
(19,157,144)
#118A7E
(17,138,126)
#0F776C
(15,119,108)
#0D645A
(13,100,90)
#0B5148
(11,81,72)
#093E36
(9,62,54)
#072B24
(7,43,36)
#051812
(5,24,18)
#000000
(0,0,0)

Tints of #19D6C6

#19D6C6
(25,214,198)
#2DD9CB
(45,217,203)
#41DCD0
(65,220,208)
#55DFD5
(85,223,213)
#69E2DA
(105,226,218)
#7DE5DF
(125,229,223)
#91E8E4
(145,232,228)
#A5EBE9
(165,235,233)
#B9EEEE
(185,238,238)
#CDF1F3
(205,241,243)
#E1F4F8
(225,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19D6C6; }

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

This text font color is #19D6C6.


Background Color

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

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

This div background color is #19D6C6.


Border color

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

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

This div border color is #19D6C6.


Opacity

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

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

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

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

This text has shadow with #19D6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19D6C6 on black background.


Color preview on white background

This text has color #19D6C6 on white background.



Black color preview on #19D6C6 background

This text has black color on #19D6C6 background.


White color preview on #19D6C6 background

This text has white color on #19D6C6 background.