#118A98

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

Shades of Eastern Blue #118A98

Tints of Eastern Blue #118A98

Color information

#118A98 (or 0x118A98) is unknown color: approx Eastern Blue. HEX triplet: 11, 8A and 98. RGB value is (17,138,152). Sum of RGB (Red+Green+Blue) = 17+138+152=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #118A98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118A98 is #EE7567. Grayscale: #676767. Windows color (decimal): -15627624 or 9996817. OLE color: 9996817.

HSL color Cylindrical-coordinate representation of color #118A98: hue angle of 186.22º 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 #118A98 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB17138152-
CMYK0.890.0900.40
HSL186.22º79.88%33.14%-
HSV(B)186.22º88.82%59.61%-
XYZ14.9920.5632.88-
YUV103.42155.4166.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.54%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 152 (59.77% from 255) = 49.51%
R=5.54%
G=44.95%
B=49.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal171381520.890.0900.40186.2279.8833.14
Hex118A98599028ba5021
Octal212122301311105027212041
Binary100011000101010011000101100110010101000101110101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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