COLOR #19E1B6

HEX: #19E1B6
RGB: (25,225,182)

Color info

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

RGB color model

#19E1B6 color RGB value is (25,225,182).

  • red value is 25;
  • green value is 225;
  • blue value is 182.
RGB:
(25,225,182)
(10%,88%,71%)

RGB channels and saturation

R 25 of 255 = 10%
G 225 of 255 = 88%
B 182 of 255 = 71%

25
225
182

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

Portions of RGB colors in percentages

R + G + B =
25 + 225 + 182 = 432 (100%)
R 25 of 432 ~ 5.79%
G 225 of 432 ~ 52.08%
B 182 of 432 ~ 42.13%

%52.08
%42.13

CMYK color model

#19E1B6 color CMYK value is (89,0,19,12).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 19.11%
  • key color value is 11.76%
CMYK:
(89,0,19,12)
C89M0Y19K12 
(89%,0%,19%,12%)
(0.89/0.00/0.19/0.12)	

CMYK percentages

%88.89
%0
%19.11
%11.76

Codes

Color #19E1B6 in popluar color models

19E1B6
RGB25225182
HSL167°80.00%49.02%
HSB/HSV167°88.89%88.24%
CMYK88.89%0.00%19.11%
11.76%

Color #19E1B6 in popluar number systems.

HEX19E1B6
Decimal25225182
Binary110011110000110110110
Octal31341266

Shades and tints

Shades of #19E1B6

#19E1B6
(25,225,182)
#17CDA6
(23,205,166)
#15B996
(21,185,150)
#13A586
(19,165,134)
#119176
(17,145,118)
#0F7D66
(15,125,102)
#0D6956
(13,105,86)
#0B5546
(11,85,70)
#094136
(9,65,54)
#072D26
(7,45,38)
#051916
(5,25,22)
#000000
(0,0,0)

Tints of #19E1B6

#19E1B6
(25,225,182)
#2DE3BC
(45,227,188)
#41E5C2
(65,229,194)
#55E7C8
(85,231,200)
#69E9CE
(105,233,206)
#7DEBD4
(125,235,212)
#91EDDA
(145,237,218)
#A5EFE0
(165,239,224)
#B9F1E6
(185,241,230)
#CDF3EC
(205,243,236)
#E1F5F2
(225,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19E1B6 color. Also use rgb(25,225,182) instead hex code.

Text Font Color

.myTextColor { color: #19E1B6; }

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

This text font color is #19E1B6.


Background Color

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

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

This div background color is #19E1B6.


Border color

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

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

This div border color is #19E1B6.


Opacity

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

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

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

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

This text has shadow with #19E1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19E1B6 on black background.


Color preview on white background

This text has color #19E1B6 on white background.



Black color preview on #19E1B6 background

This text has black color on #19E1B6 background.


White color preview on #19E1B6 background

This text has white color on #19E1B6 background.