COLOR #199677

HEX: #199677
RGB: (25,150,119)

Color info

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

RGB color model

#199677 color RGB value is (25,150,119).

  • red value is 25;
  • green value is 150;
  • blue value is 119.
RGB:
(25,150,119)
(10%,59%,47%)

RGB channels and saturation

R 25 of 255 = 10%
G 150 of 255 = 59%
B 119 of 255 = 47%

25
150
119

R + G + B ~ 39%. #199677 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 150 + 119 = 294 (100%)
R 25 of 294 ~ 8.5%
G 150 of 294 ~ 51.02%
B 119 of 294 ~ 40.48%

%51.02
%40.48

CMYK color model

#199677 color CMYK value is (83,0,21,41).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 20.67%
  • key color value is 41.18%
CMYK:
(83,0,21,41)
C83M0Y21K41 
(83%,0%,21%,41%)
(0.83/0.00/0.21/0.41)	

CMYK percentages

%83.33
%0
%20.67
%41.18

Codes

Color #199677 in popluar color models

199677
RGB25150119
HSL165°71.43%34.31%
HSB/HSV165°83.33%58.82%
CMYK83.33%0.00%20.67%
41.18%

Color #199677 in popluar number systems.

HEX199677
Decimal25150119
Binary11001100101101110111
Octal31226167

Shades and tints

Shades of #199677

#199677
(25,150,119)
#17896D
(23,137,109)
#157C63
(21,124,99)
#136F59
(19,111,89)
#11624F
(17,98,79)
#0F5545
(15,85,69)
#0D483B
(13,72,59)
#0B3B31
(11,59,49)
#092E27
(9,46,39)
#07211D
(7,33,29)
#051413
(5,20,19)
#000000
(0,0,0)

Tints of #199677

#199677
(25,150,119)
#2D9F83
(45,159,131)
#41A88F
(65,168,143)
#55B19B
(85,177,155)
#69BAA7
(105,186,167)
#7DC3B3
(125,195,179)
#91CCBF
(145,204,191)
#A5D5CB
(165,213,203)
#B9DED7
(185,222,215)
#CDE7E3
(205,231,227)
#E1F0EF
(225,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #199677 color. Also use rgb(25,150,119) instead hex code.

Text Font Color

.myTextColor { color: #199677; }

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

This text font color is #199677.


Background Color

.myBgColor { background-color: #199677; }

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

This div background color is #199677.


Border color

.myBorderColor { border: 1px solid #199677; }

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

This div border color is #199677.


Opacity

.myOpacity80 { color: #199677; opacity: 0.8; }

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

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

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

This text has shadow with #199677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #199677 on black background.


Color preview on white background

This text has color #199677 on white background.



Black color preview on #199677 background

This text has black color on #199677 background.


White color preview on #199677 background

This text has white color on #199677 background.