COLOR #19D5C7

HEX: #19D5C7
RGB: (25,213,199)

Color info

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

RGB color model

#19D5C7 color RGB value is (25,213,199).

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

RGB channels and saturation

R 25 of 255 = 10%
G 213 of 255 = 84%
B 199 of 255 = 78%

25
213
199

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

Portions of RGB colors in percentages

R + G + B =
25 + 213 + 199 = 437 (100%)
R 25 of 437 ~ 5.72%
G 213 of 437 ~ 48.74%
B 199 of 437 ~ 45.54%

%48.74
%45.54

CMYK color model

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

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

CMYK percentages

%88.26
%0
%6.57
%16.47

Codes

Color #19D5C7 in popluar color models

19D5C7
RGB25213199
HSL176°78.99%46.67%
HSB/HSV176°88.26%83.53%
CMYK88.26%0.00%6.57%
16.47%

Color #19D5C7 in popluar number systems.

HEX19D5C7
Decimal25213199
Binary110011101010111000111
Octal31325307

Shades and tints

Shades of #19D5C7

#19D5C7
(25,213,199)
#17C2B5
(23,194,181)
#15AFA3
(21,175,163)
#139C91
(19,156,145)
#11897F
(17,137,127)
#0F766D
(15,118,109)
#0D635B
(13,99,91)
#0B5049
(11,80,73)
#093D37
(9,61,55)
#072A25
(7,42,37)
#051713
(5,23,19)
#000000
(0,0,0)

Tints of #19D5C7

#19D5C7
(25,213,199)
#2DD8CC
(45,216,204)
#41DBD1
(65,219,209)
#55DED6
(85,222,214)
#69E1DB
(105,225,219)
#7DE4E0
(125,228,224)
#91E7E5
(145,231,229)
#A5EAEA
(165,234,234)
#B9EDEF
(185,237,239)
#CDF0F4
(205,240,244)
#E1F3F9
(225,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19D5C7 color. Also use rgb(25,213,199) instead hex code.

Text Font Color

.myTextColor { color: #19D5C7; }

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

This text font color is #19D5C7.


Background Color

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

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

This div background color is #19D5C7.


Border color

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

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

This div border color is #19D5C7.


Opacity

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

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

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

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

This text has shadow with #19D5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19D5C7 on black background.


Color preview on white background

This text has color #19D5C7 on white background.



Black color preview on #19D5C7 background

This text has black color on #19D5C7 background.


White color preview on #19D5C7 background

This text has white color on #19D5C7 background.