#118E98

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

Shades of Eastern Blue #118E98

Tints of Eastern Blue #118E98

Color information

#118E98 (or 0x118E98) is unknown color: approx Eastern Blue. HEX triplet: 11, 8E and 98. RGB value is (17,142,152). Sum of RGB (Red+Green+Blue) = 17+142+152=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #118E98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118E98 is #EE7167. Grayscale: #696969. Windows color (decimal): -15626600 or 9997841. OLE color: 9997841.

HSL color Cylindrical-coordinate representation of color #118E98: hue angle of 184.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118E98 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB17142152-
CMYK0.890.0700.40
HSL184.44º79.88%33.14%-
HSV(B)184.44º88.82%59.61%-
XYZ15.5721.7333.08-
YUV105.76154.0964.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.47%
GREEN value IS 142 (55.86% from 255) = 45.66%
BLUE value IS 152 (59.77% from 255) = 48.87%
R=5.47%
G=45.66%
B=48.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal171421520.890.0700.40184.4479.8833.14
Hex118E98597028b85021
Octal21216230131705027012041
Binary10001100011101001100010110011110101000101110001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,142,152); }

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

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

 a { background-color: rgb(17,142,152); }

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

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

 span { border-color: rgb(17,142,152); }

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