COLOR #116E4E

HEX: #116E4E
RGB: (17,110,78)

Color info

#116E4E contains mainly green and blue colors. Web safe color of #116E4E is #006666 (or #066).

RGB color model

#116E4E color RGB value is (17,110,78).

  • red value is 17;
  • green value is 110;
  • blue value is 78.
RGB:
(17,110,78)
(7%,43%,31%)

RGB channels and saturation

R 17 of 255 = 7%
G 110 of 255 = 43%
B 78 of 255 = 31%

17
110
78

R + G + B ~ 27%. #116E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 110 + 78 = 205 (100%)
R 17 of 205 ~ 8.29%
G 110 of 205 ~ 53.66%
B 78 of 205 ~ 38.05%

%53.66
%38.05

CMYK color model

#116E4E color CMYK value is (85,0,29,57).

  • cyan value is 84.55%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 56.86%
CMYK:
(85,0,29,57)
C85M0Y29K57 
(85%,0%,29%,57%)
(0.85/0.00/0.29/0.57)	

CMYK percentages

%84.55
%0
%29.09
%56.86

Codes

Color #116E4E in popluar color models

116E4E
RGB1711078
HSL159°73.23%24.90%
HSB/HSV159°84.55%43.14%
CMYK84.55%0.00%29.09%
56.86%

Color #116E4E in popluar number systems.

HEX116E4E
Decimal1711078
Binary1000111011101001110
Octal21156116

Shades and tints

Shades of #116E4E

#116E4E
(17,110,78)
#106447
(16,100,71)
#0F5A40
(15,90,64)
#0E5039
(14,80,57)
#0D4632
(13,70,50)
#0C3C2B
(12,60,43)
#0B3224
(11,50,36)
#0A281D
(10,40,29)
#091E16
(9,30,22)
#08140F
(8,20,15)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #116E4E

#116E4E
(17,110,78)
#267B5E
(38,123,94)
#3B886E
(59,136,110)
#50957E
(80,149,126)
#65A28E
(101,162,142)
#7AAF9E
(122,175,158)
#8FBCAE
(143,188,174)
#A4C9BE
(164,201,190)
#B9D6CE
(185,214,206)
#CEE3DE
(206,227,222)
#E3F0EE
(227,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #116E4E color. Also use rgb(17,110,78) instead hex code.

Text Font Color

.myTextColor { color: #116E4E; }

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

This text font color is #116E4E.


Background Color

.myBgColor { background-color: #116E4E; }

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

This div background color is #116E4E.


Border color

.myBorderColor { border: 1px solid #116E4E; }

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

This div border color is #116E4E.


Opacity

.myOpacity80 { color: #116E4E; opacity: 0.8; }

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

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

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

This text has shadow with #116E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #116E4E on black background.


Color preview on white background

This text has color #116E4E on white background.



Black color preview on #116E4E background

This text has black color on #116E4E background.


White color preview on #116E4E background

This text has white color on #116E4E background.