COLOR #119877

HEX: #119877
RGB: (17,152,119)

Color info

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

RGB color model

#119877 color RGB value is (17,152,119).

  • red value is 17;
  • green value is 152;
  • blue value is 119.
RGB:
(17,152,119)
(7%,60%,47%)

RGB channels and saturation

R 17 of 255 = 7%
G 152 of 255 = 60%
B 119 of 255 = 47%

17
152
119

R + G + B ~ 38%. #119877 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 152 + 119 = 288 (100%)
R 17 of 288 ~ 5.9%
G 152 of 288 ~ 52.78%
B 119 of 288 ~ 41.32%

%52.78
%41.32

CMYK color model

#119877 color CMYK value is (89,0,22,40).

  • cyan value is 88.82%
  • magenta value is 0.00%
  • yellow value is 21.71%
  • key color value is 40.39%
CMYK:
(89,0,22,40)
C89M0Y22K40 
(89%,0%,22%,40%)
(0.89/0.00/0.22/0.40)	

CMYK percentages

%88.82
%0
%21.71
%40.39

Codes

Color #119877 in popluar color models

119877
RGB17152119
HSL165°79.88%33.14%
HSB/HSV165°88.82%59.61%
CMYK88.82%0.00%21.71%
40.39%

Color #119877 in popluar number systems.

HEX119877
Decimal17152119
Binary10001100110001110111
Octal21230167

Shades and tints

Shades of #119877

#119877
(17,152,119)
#108B6D
(16,139,109)
#0F7E63
(15,126,99)
#0E7159
(14,113,89)
#0D644F
(13,100,79)
#0C5745
(12,87,69)
#0B4A3B
(11,74,59)
#0A3D31
(10,61,49)
#093027
(9,48,39)
#08231D
(8,35,29)
#071613
(7,22,19)
#000000
(0,0,0)

Tints of #119877

#119877
(17,152,119)
#26A183
(38,161,131)
#3BAA8F
(59,170,143)
#50B39B
(80,179,155)
#65BCA7
(101,188,167)
#7AC5B3
(122,197,179)
#8FCEBF
(143,206,191)
#A4D7CB
(164,215,203)
#B9E0D7
(185,224,215)
#CEE9E3
(206,233,227)
#E3F2EF
(227,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #119877 color. Also use rgb(17,152,119) instead hex code.

Text Font Color

.myTextColor { color: #119877; }

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

This text font color is #119877.


Background Color

.myBgColor { background-color: #119877; }

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

This div background color is #119877.


Border color

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

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

This div border color is #119877.


Opacity

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

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

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

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

This text has shadow with #119877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #119877 on black background.


Color preview on white background

This text has color #119877 on white background.



Black color preview on #119877 background

This text has black color on #119877 background.


White color preview on #119877 background

This text has white color on #119877 background.