COLOR #19A676

HEX: #19A676
RGB: (25,166,118)

Color info

#19A676 contains mainly green and blue colors. Web safe color of #19A676 is #009966 (or #096).

RGB color model

#19A676 color RGB value is (25,166,118).

  • red value is 25;
  • green value is 166;
  • blue value is 118.
RGB:
(25,166,118)
(10%,65%,46%)

RGB channels and saturation

R 25 of 255 = 10%
G 166 of 255 = 65%
B 118 of 255 = 46%

25
166
118

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

Portions of RGB colors in percentages

R + G + B =
25 + 166 + 118 = 309 (100%)
R 25 of 309 ~ 8.09%
G 166 of 309 ~ 53.72%
B 118 of 309 ~ 38.19%

%53.72
%38.19

CMYK color model

#19A676 color CMYK value is (85,0,29,35).

  • cyan value is 84.94%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 34.90%
CMYK:
(85,0,29,35)
C85M0Y29K35 
(85%,0%,29%,35%)
(0.85/0.00/0.29/0.35)	

CMYK percentages

%84.94
%0
%28.92
%34.9

Codes

Color #19A676 in popluar color models

19A676
RGB25166118
HSL160°73.82%37.45%
HSB/HSV160°84.94%65.10%
CMYK84.94%0.00%28.92%
34.90%

Color #19A676 in popluar number systems.

HEX19A676
Decimal25166118
Binary11001101001101110110
Octal31246166

Shades and tints

Shades of #19A676

#19A676
(25,166,118)
#17976C
(23,151,108)
#158862
(21,136,98)
#137958
(19,121,88)
#116A4E
(17,106,78)
#0F5B44
(15,91,68)
#0D4C3A
(13,76,58)
#0B3D30
(11,61,48)
#092E26
(9,46,38)
#071F1C
(7,31,28)
#051012
(5,16,18)
#000000
(0,0,0)

Tints of #19A676

#19A676
(25,166,118)
#2DAE82
(45,174,130)
#41B68E
(65,182,142)
#55BE9A
(85,190,154)
#69C6A6
(105,198,166)
#7DCEB2
(125,206,178)
#91D6BE
(145,214,190)
#A5DECA
(165,222,202)
#B9E6D6
(185,230,214)
#CDEEE2
(205,238,226)
#E1F6EE
(225,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19A676 color. Also use rgb(25,166,118) instead hex code.

Text Font Color

.myTextColor { color: #19A676; }

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

This text font color is #19A676.


Background Color

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

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

This div background color is #19A676.


Border color

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

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

This div border color is #19A676.


Opacity

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

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

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

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

This text has shadow with #19A676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19A676 on black background.


Color preview on white background

This text has color #19A676 on white background.



Black color preview on #19A676 background

This text has black color on #19A676 background.


White color preview on #19A676 background

This text has white color on #19A676 background.