COLOR #19B79E

HEX: #19B79E
RGB: (25,183,158)

Color info

#19B79E contains mainly green and blue colors. Web safe color of #19B79E is #00CC99 (or #0C9).

RGB color model

#19B79E color RGB value is (25,183,158).

  • red value is 25;
  • green value is 183;
  • blue value is 158.
RGB:
(25,183,158)
(10%,72%,62%)

RGB channels and saturation

R 25 of 255 = 10%
G 183 of 255 = 72%
B 158 of 255 = 62%

25
183
158

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

Portions of RGB colors in percentages

R + G + B =
25 + 183 + 158 = 366 (100%)
R 25 of 366 ~ 6.83%
G 183 of 366 ~ 50%
B 158 of 366 ~ 43.17%

%50
%43.17

CMYK color model

#19B79E color CMYK value is (86,0,14,28).

  • cyan value is 86.34%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • key color value is 28.24%
CMYK:
(86,0,14,28)
C86M0Y14K28 
(86%,0%,14%,28%)
(0.86/0.00/0.14/0.28)	

CMYK percentages

%86.34
%0
%13.66
%28.24

Codes

Color #19B79E in popluar color models

19B79E
RGB25183158
HSL171°75.96%40.78%
HSB/HSV171°86.34%71.76%
CMYK86.34%0.00%13.66%
28.24%

Color #19B79E in popluar number systems.

HEX19B79E
Decimal25183158
Binary110011011011110011110
Octal31267236

Shades and tints

Shades of #19B79E

#19B79E
(25,183,158)
#17A790
(23,167,144)
#159782
(21,151,130)
#138774
(19,135,116)
#117766
(17,119,102)
#0F6758
(15,103,88)
#0D574A
(13,87,74)
#0B473C
(11,71,60)
#09372E
(9,55,46)
#072720
(7,39,32)
#051712
(5,23,18)
#000000
(0,0,0)

Tints of #19B79E

#19B79E
(25,183,158)
#2DBDA6
(45,189,166)
#41C3AE
(65,195,174)
#55C9B6
(85,201,182)
#69CFBE
(105,207,190)
#7DD5C6
(125,213,198)
#91DBCE
(145,219,206)
#A5E1D6
(165,225,214)
#B9E7DE
(185,231,222)
#CDEDE6
(205,237,230)
#E1F3EE
(225,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19B79E color. Also use rgb(25,183,158) instead hex code.

Text Font Color

.myTextColor { color: #19B79E; }

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

This text font color is #19B79E.


Background Color

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

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

This div background color is #19B79E.


Border color

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

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

This div border color is #19B79E.


Opacity

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

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

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

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

This text has shadow with #19B79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19B79E on black background.


Color preview on white background

This text has color #19B79E on white background.



Black color preview on #19B79E background

This text has black color on #19B79E background.


White color preview on #19B79E background

This text has white color on #19B79E background.