COLOR #116C71

HEX: #116C71
RGB: (17,108,113)

Color info

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

RGB color model

#116C71 color RGB value is (17,108,113).

  • red value is 17;
  • green value is 108;
  • blue value is 113.
RGB:
(17,108,113)
(7%,42%,44%)

RGB channels and saturation

R 17 of 255 = 7%
G 108 of 255 = 42%
B 113 of 255 = 44%

17
108
113

R + G + B ~ 31%. #116C71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 108 + 113 = 238 (100%)
R 17 of 238 ~ 7.14%
G 108 of 238 ~ 45.38%
B 113 of 238 ~ 47.48%

%45.38
%47.48

CMYK color model

#116C71 color CMYK value is (85,4,0,56).

  • cyan value is 84.96%
  • magenta value is 4.42%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(85,4,0,56)
C85M4Y0K56 
(85%,4%,0%,56%)
(0.85/0.04/0.00/0.56)	

CMYK percentages

%84.96
%4.42
%0
%55.69

Codes

Color #116C71 in popluar color models

116C71
RGB17108113
HSL183°73.85%25.49%
HSB/HSV183°84.96%44.31%
CMYK84.96%4.42%0.00%
55.69%

Color #116C71 in popluar number systems.

HEX116C71
Decimal17108113
Binary1000111011001110001
Octal21154161

Shades and tints

Shades of #116C71

#116C71
(17,108,113)
#106367
(16,99,103)
#0F5A5D
(15,90,93)
#0E5153
(14,81,83)
#0D4849
(13,72,73)
#0C3F3F
(12,63,63)
#0B3635
(11,54,53)
#0A2D2B
(10,45,43)
#092421
(9,36,33)
#081B17
(8,27,23)
#07120D
(7,18,13)
#000000
(0,0,0)

Tints of #116C71

#116C71
(17,108,113)
#26797D
(38,121,125)
#3B8689
(59,134,137)
#509395
(80,147,149)
#65A0A1
(101,160,161)
#7AADAD
(122,173,173)
#8FBAB9
(143,186,185)
#A4C7C5
(164,199,197)
#B9D4D1
(185,212,209)
#CEE1DD
(206,225,221)
#E3EEE9
(227,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #116C71 color. Also use rgb(17,108,113) instead hex code.

Text Font Color

.myTextColor { color: #116C71; }

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

This text font color is #116C71.


Background Color

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

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

This div background color is #116C71.


Border color

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

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

This div border color is #116C71.


Opacity

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

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

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

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

This text has shadow with #116C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #116C71 on black background.


Color preview on white background

This text has color #116C71 on white background.



Black color preview on #116C71 background

This text has black color on #116C71 background.


White color preview on #116C71 background

This text has white color on #116C71 background.