COLOR #116E42

HEX: #116E42 RGB: (17,110,66)

Color info

#116E42 contains mainly green and blue colors. Web safe color of #116E42 is #006633 (or #063).

RGB color model

#116E42 color RGB value is (17,110,66).

RGB: (17,110,66) (7%, 43%, 26%)

RGB channels and saturation

R 17 of 255 = 7%
G 110 of 255 = 43%
B 66 of 255 = 26%

17
110
66

R + G + B ~ 25%. #116E42 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 110 + 66 = 193 (100%)
R 17 of 193 ~ 8.81%
G 110 of 193 ~ 56.99%
B 66 of 193 ~ 34.2'%

%56.99
%34.2

CMYK color model

#116E42 color CMYK value is (85,0,40,57).

  • cyan value is 84.55%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 56.86%

CMYK: (85,0,40,57)
C85M0Y40K57 (85%, 0%, 40%, 57%)
(0.85 / 0.00 / 0.40 / 0.57)

CMYK percentages

%84.55
%0
%40
%56.86

Codes

Color #116E42 in popluar color models

11 6E 42
RGB 17 110 66
HSL 152° 73.23% 24.90%
HSB/HSV 152° 84.55% 43.14%
CMYK 84.55% 0.00% 40.00%
56.86%

Color #116E42 in popluar number systems.

HEX 11 6E 42
Decimal 17 110 66
Binary 10001 1101110 1000010
Octal 21 156 102

Shades and tints

Shades of #116E42

#116E42
(17,110,66)
#10643C
(16,100,60)
#0F5A36
(15,90,54)
#0E5030
(14,80,48)
#0D462A
(13,70,42)
#0C3C24
(12,60,36)
#0B321E
(11,50,30)
#0A2818
(10,40,24)
#091E12
(9,30,18)
#08140C
(8,20,12)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #116E42

#116E42
(17,110,66)
#267B53
(38,123,83)
#3B8864
(59,136,100)
#509575
(80,149,117)
#65A286
(101,162,134)
#7AAF97
(122,175,151)
#8FBCA8
(143,188,168)
#A4C9B9
(164,201,185)
#B9D6CA
(185,214,202)
#CEE3DB
(206,227,219)
#E3F0EC
(227,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #116E42; }

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

This text font color is #116E42.

Background Color

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

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

This div background color is #116E42.

Border color

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

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

This div border color is #116E42.

Opacity

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

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

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

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

This text has shadow with #116E42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #116E42.

Preview

Color preview on black background

This text has color #116E42 on black background.


Color preview on white background

This text has color #116E42 on white background.


Black color preview on #116E42 background

This text has black color on #116E42 background.


White color preview on #116E42 background

This text has white color on #116E42 background.


Related colors

Complementary color

Complementary color for #hex is #EE91BD.


I love getcolorcode.com

Triadic colors

1 #42116E and #6E4211 with #116E42 are triadic colors.

2 #426E11 and #6E1142 with #116E42 are triadic colors.