COLOR #19C2D4

HEX: #19C2D4
RGB: (25,194,212)

Color info

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

RGB color model

#19C2D4 color RGB value is (25,194,212).

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

RGB channels and saturation

R 25 of 255 = 10%
G 194 of 255 = 76%
B 212 of 255 = 83%

25
194
212

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

Portions of RGB colors in percentages

R + G + B =
25 + 194 + 212 = 431 (100%)
R 25 of 431 ~ 5.8%
G 194 of 431 ~ 45.01%
B 212 of 431 ~ 49.19%

%45.01
%49.19

CMYK color model

#19C2D4 color CMYK value is (88,8,0,17).

  • cyan value is 88.21%
  • magenta value is 8.49%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(88,8,0,17)
C88M8Y0K17 
(88%,8%,0%,17%)
(0.88/0.08/0.00/0.17)	

CMYK percentages

%88.21
%8.49
%0
%16.86

Codes

Color #19C2D4 in popluar color models

19C2D4
RGB25194212
HSL186°78.90%46.47%
HSB/HSV186°88.21%83.14%
CMYK88.21%8.49%0.00%
16.86%

Color #19C2D4 in popluar number systems.

HEX19C2D4
Decimal25194212
Binary110011100001011010100
Octal31302324

Shades and tints

Shades of #19C2D4

#19C2D4
(25,194,212)
#17B1C1
(23,177,193)
#15A0AE
(21,160,174)
#138F9B
(19,143,155)
#117E88
(17,126,136)
#0F6D75
(15,109,117)
#0D5C62
(13,92,98)
#0B4B4F
(11,75,79)
#093A3C
(9,58,60)
#072929
(7,41,41)
#051816
(5,24,22)
#000000
(0,0,0)

Tints of #19C2D4

#19C2D4
(25,194,212)
#2DC7D7
(45,199,215)
#41CCDA
(65,204,218)
#55D1DD
(85,209,221)
#69D6E0
(105,214,224)
#7DDBE3
(125,219,227)
#91E0E6
(145,224,230)
#A5E5E9
(165,229,233)
#B9EAEC
(185,234,236)
#CDEFEF
(205,239,239)
#E1F4F2
(225,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19C2D4; }

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

This text font color is #19C2D4.


Background Color

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

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

This div background color is #19C2D4.


Border color

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

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

This div border color is #19C2D4.


Opacity

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

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

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

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

This text has shadow with #19C2D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19C2D4 on black background.


Color preview on white background

This text has color #19C2D4 on white background.



Black color preview on #19C2D4 background

This text has black color on #19C2D4 background.


White color preview on #19C2D4 background

This text has white color on #19C2D4 background.