COLOR #118D98

HEX: #118D98
RGB: (17,141,152)

Color info

#118D98 contains mainly green and blue colors. Web safe color of #118D98 is #009999 (or #099).

RGB color model

#118D98 color RGB value is (17,141,152).

  • red value is 17;
  • green value is 141;
  • blue value is 152.
RGB:
(17,141,152)
(7%,55%,60%)

RGB channels and saturation

R 17 of 255 = 7%
G 141 of 255 = 55%
B 152 of 255 = 60%

17
141
152

R + G + B ~ 41%. #118D98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 141 + 152 = 310 (100%)
R 17 of 310 ~ 5.48%
G 141 of 310 ~ 45.48%
B 152 of 310 ~ 49.03%

%45.48
%49.03

CMYK color model

#118D98 color CMYK value is (89,7,0,40).

  • cyan value is 88.82%
  • magenta value is 7.24%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(89,7,0,40)
C89M7Y0K40 
(89%,7%,0%,40%)
(0.89/0.07/0.00/0.40)	

CMYK percentages

%88.82
%7.24
%0
%40.39

Codes

Color #118D98 in popluar color models

118D98
RGB17141152
HSL185°79.88%33.14%
HSB/HSV185°88.82%59.61%
CMYK88.82%7.24%0.00%
40.39%

Color #118D98 in popluar number systems.

HEX118D98
Decimal17141152
Binary100011000110110011000
Octal21215230

Shades and tints

Shades of #118D98

#118D98
(17,141,152)
#10818B
(16,129,139)
#0F757E
(15,117,126)
#0E6971
(14,105,113)
#0D5D64
(13,93,100)
#0C5157
(12,81,87)
#0B454A
(11,69,74)
#0A393D
(10,57,61)
#092D30
(9,45,48)
#082123
(8,33,35)
#071516
(7,21,22)
#000000
(0,0,0)

Tints of #118D98

#118D98
(17,141,152)
#2697A1
(38,151,161)
#3BA1AA
(59,161,170)
#50ABB3
(80,171,179)
#65B5BC
(101,181,188)
#7ABFC5
(122,191,197)
#8FC9CE
(143,201,206)
#A4D3D7
(164,211,215)
#B9DDE0
(185,221,224)
#CEE7E9
(206,231,233)
#E3F1F2
(227,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #118D98 color. Also use rgb(17,141,152) instead hex code.

Text Font Color

.myTextColor { color: #118D98; }

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

This text font color is #118D98.


Background Color

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

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

This div background color is #118D98.


Border color

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

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

This div border color is #118D98.


Opacity

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

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

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

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

This text has shadow with #118D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #118D98 on black background.


Color preview on white background

This text has color #118D98 on white background.



Black color preview on #118D98 background

This text has black color on #118D98 background.


White color preview on #118D98 background

This text has white color on #118D98 background.