#118D9F

Color #118D9F Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #118D9F

Tints of Eastern Blue #118D9F

Color information

#118D9F (or 0x118D9F) is unknown color: approx Eastern Blue. HEX triplet: 11, 8D and 9F. RGB value is (17,141,159). Sum of RGB (Red+Green+Blue) = 17+141+159=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #118D9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118D9F is #EE7260. Grayscale: #696969. Windows color (decimal): -15626849 or 10456337. OLE color: 10456337.

HSL color Cylindrical-coordinate representation of color #118D9F: hue angle of 187.61º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118D9F is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB17141159-
CMYK0.890.1100.38
HSL187.61º80.68%34.51%-
HSV(B)187.61º89.31%62.35%-
XYZ16.0121.6736.14-
YUV105.98157.9264.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 5.36%
GREEN value IS 141 (55.47% from 255) = 44.48%
BLUE value IS 159 (62.5% from 255) = 50.16%
R=5.36%
G=44.48%
B=50.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171411590.890.1100.38187.6180.6834.51
Hex118D9F59B026bc5123
Octal212152371311304627412143
Binary100011000110110011111101100110110100110101111001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118D9F; }

 p { color: rgb(17,141,159); }

 H1.HeaderClassName
 {
   color: #118D9F;
 }
 .AnyTagClassName
 {
   color: #118D9F;
 }
</style>
background-color css

<style>
 a { background-color: #118D9F; }

 a { background-color: rgb(17,141,159); }

 div.DivClassName
 {
   background-color: #118D9F;
 }
 .BgClassName
 {
   background-color: #118D9F;
 }
</style>
border-color css

<style>
 span { border-color: #118D9F; }

 span { border-color: rgb(17,141,159); }

 td.TdClassName
 {
   border-color: #118D9F;
 }
 .TagClassName
 {
   border-color: #118D9F;
 }
</style>