COLOR #118E6A

HEX: #118E6A
RGB: (17,142,106)

Color info

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

RGB color model

#118E6A color RGB value is (17,142,106).

  • red value is 17;
  • green value is 142;
  • blue value is 106.
RGB:
(17,142,106)
(7%,56%,42%)

RGB channels and saturation

R 17 of 255 = 7%
G 142 of 255 = 56%
B 106 of 255 = 42%

17
142
106

R + G + B ~ 35%. #118E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 142 + 106 = 265 (100%)
R 17 of 265 ~ 6.42%
G 142 of 265 ~ 53.58%
B 106 of 265 ~ 40%

%53.58
%40

CMYK color model

#118E6A color CMYK value is (88,0,25,44).

  • cyan value is 88.03%
  • magenta value is 0.00%
  • yellow value is 25.35%
  • key color value is 44.31%
CMYK:
(88,0,25,44)
C88M0Y25K44 
(88%,0%,25%,44%)
(0.88/0.00/0.25/0.44)	

CMYK percentages

%88.03
%0
%25.35
%44.31

Codes

Color #118E6A in popluar color models

118E6A
RGB17142106
HSL163°78.62%31.18%
HSB/HSV163°88.03%55.69%
CMYK88.03%0.00%25.35%
44.31%

Color #118E6A in popluar number systems.

HEX118E6A
Decimal17142106
Binary10001100011101101010
Octal21216152

Shades and tints

Shades of #118E6A

#118E6A
(17,142,106)
#108261
(16,130,97)
#0F7658
(15,118,88)
#0E6A4F
(14,106,79)
#0D5E46
(13,94,70)
#0C523D
(12,82,61)
#0B4634
(11,70,52)
#0A3A2B
(10,58,43)
#092E22
(9,46,34)
#082219
(8,34,25)
#071610
(7,22,16)
#000000
(0,0,0)

Tints of #118E6A

#118E6A
(17,142,106)
#269877
(38,152,119)
#3BA284
(59,162,132)
#50AC91
(80,172,145)
#65B69E
(101,182,158)
#7AC0AB
(122,192,171)
#8FCAB8
(143,202,184)
#A4D4C5
(164,212,197)
#B9DED2
(185,222,210)
#CEE8DF
(206,232,223)
#E3F2EC
(227,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #118E6A color. Also use rgb(17,142,106) instead hex code.

Text Font Color

.myTextColor { color: #118E6A; }

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

This text font color is #118E6A.


Background Color

.myBgColor { background-color: #118E6A; }

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

This div background color is #118E6A.


Border color

.myBorderColor { border: 1px solid #118E6A; }

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

This div border color is #118E6A.


Opacity

.myOpacity80 { color: #118E6A; opacity: 0.8; }

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

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

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

This text has shadow with #118E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #118E6A on black background.


Color preview on white background

This text has color #118E6A on white background.



Black color preview on #118E6A background

This text has black color on #118E6A background.


White color preview on #118E6A background

This text has white color on #118E6A background.