COLOR #117160

HEX: #117160 RGB: (17,113,96)

Color info

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

RGB color model

#117160 color RGB value is (17,113,96).

RGB: (17,113,96) (7%, 44%, 38%)

RGB channels and saturation

R 17 of 255 = 7%
G 113 of 255 = 44%
B 96 of 255 = 38%

17
113
96

R + G + B ~ 30%. #117160 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 113 + 96 = 226 (100%)
R 17 of 226 ~ 7.52%
G 113 of 226 ~ 50%
B 96 of 226 ~ 42.48'%

%50
%42.48

CMYK color model

#117160 color CMYK value is (85,0,15,56).

  • cyan value is 84.96%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 55.69%

CMYK: (85,0,15,56)
C85M0Y15K56 (85%, 0%, 15%, 56%)
(0.85 / 0.00 / 0.15 / 0.56)

CMYK percentages

%84.96
%0
%15.04
%55.69

Codes

Color #117160 in popluar color models

11 71 60
RGB 17 113 96
HSL 169° 73.85% 25.49%
HSB/HSV 169° 84.96% 44.31%
CMYK 84.96% 0.00% 15.04%
55.69%

Color #117160 in popluar number systems.

HEX 11 71 60
Decimal 17 113 96
Binary 10001 1110001 1100000
Octal 21 161 140

Shades and tints

Shades of #117160

#117160
(17,113,96)
#106758
(16,103,88)
#0F5D50
(15,93,80)
#0E5348
(14,83,72)
#0D4940
(13,73,64)
#0C3F38
(12,63,56)
#0B3530
(11,53,48)
#0A2B28
(10,43,40)
#092120
(9,33,32)
#081718
(8,23,24)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #117160

#117160
(17,113,96)
#267D6E
(38,125,110)
#3B897C
(59,137,124)
#50958A
(80,149,138)
#65A198
(101,161,152)
#7AADA6
(122,173,166)
#8FB9B4
(143,185,180)
#A4C5C2
(164,197,194)
#B9D1D0
(185,209,208)
#CEDDDE
(206,221,222)
#E3E9EC
(227,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #117160; }

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

This text font color is #117160.

Background Color

.myBgColor { background-color: #117160; }

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

This div background color is #117160.

Border color

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

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

This div border color is #117160.

Opacity

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

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

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

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

This text has shadow with #117160 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #117160.

Preview

Color preview on black background

This text has color #117160 on black background.


Color preview on white background

This text has color #117160 on white background.


Black color preview on #117160 background

This text has black color on #117160 background.


White color preview on #117160 background

This text has white color on #117160 background.


Related colors

Complementary color

Complementary color for #hex is #EE8E9F.


I love getcolorcode.com

Triadic colors

1 #601171 and #716011 with #117160 are triadic colors.

2 #607111 and #711160 with #117160 are triadic colors.