COLOR #19C2D6

HEX: #19C2D6
RGB: (25,194,214)

Color info

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

RGB color model

#19C2D6 color RGB value is (25,194,214).

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

RGB channels and saturation

R 25 of 255 = 10%
G 194 of 255 = 76%
B 214 of 255 = 84%

25
194
214

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

Portions of RGB colors in percentages

R + G + B =
25 + 194 + 214 = 433 (100%)
R 25 of 433 ~ 5.77%
G 194 of 433 ~ 44.8%
B 214 of 433 ~ 49.42%

%44.8
%49.42

CMYK color model

#19C2D6 color CMYK value is (88,9,0,16).

  • cyan value is 88.32%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(88,9,0,16)
C88M9Y0K16 
(88%,9%,0%,16%)
(0.88/0.09/0.00/0.16)	

CMYK percentages

%88.32
%9.35
%0
%16.08

Codes

Color #19C2D6 in popluar color models

19C2D6
RGB25194214
HSL186°79.08%46.86%
HSB/HSV186°88.32%83.92%
CMYK88.32%9.35%0.00%
16.08%

Color #19C2D6 in popluar number systems.

HEX19C2D6
Decimal25194214
Binary110011100001011010110
Octal31302326

Shades and tints

Shades of #19C2D6

#19C2D6
(25,194,214)
#17B1C3
(23,177,195)
#15A0B0
(21,160,176)
#138F9D
(19,143,157)
#117E8A
(17,126,138)
#0F6D77
(15,109,119)
#0D5C64
(13,92,100)
#0B4B51
(11,75,81)
#093A3E
(9,58,62)
#07292B
(7,41,43)
#051818
(5,24,24)
#000000
(0,0,0)

Tints of #19C2D6

#19C2D6
(25,194,214)
#2DC7D9
(45,199,217)
#41CCDC
(65,204,220)
#55D1DF
(85,209,223)
#69D6E2
(105,214,226)
#7DDBE5
(125,219,229)
#91E0E8
(145,224,232)
#A5E5EB
(165,229,235)
#B9EAEE
(185,234,238)
#CDEFF1
(205,239,241)
#E1F4F4
(225,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19C2D6; }

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

This text font color is #19C2D6.


Background Color

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

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

This div background color is #19C2D6.


Border color

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

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

This div border color is #19C2D6.


Opacity

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

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

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

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

This text has shadow with #19C2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19C2D6 on black background.


Color preview on white background

This text has color #19C2D6 on white background.



Black color preview on #19C2D6 background

This text has black color on #19C2D6 background.


White color preview on #19C2D6 background

This text has white color on #19C2D6 background.