#118a95

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

Shades of Eastern Blue #118A95

Tints of Eastern Blue #118A95

Color information

#118A95 (or 0x118A95) is unknown color: approx Eastern Blue. HEX triplet: 11, 8A and 95. RGB value is (17,138,149). Sum of RGB (Red+Green+Blue) = 17+138+149=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #118A95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118A95 is #EE756A. Grayscale: #666666. Windows color (decimal): -15627627 or 9800209. OLE color: 9800209.

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

Color convert

RGB17138149-
CMYK0.890.0700.42
HSL185º79.52%32.55%-
HSV(B)185º88.59%58.43%-
XYZ14.7420.4731.61-
YUV103.08153.9166.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.59%
GREEN value IS 138 (54.30% from 255) = 45.39%
BLUE value IS 149 (58.59% from 255) = 49.01%
R=5.59%
G=45.39%
B=49.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171381490.890.0700.4218579.5232.55
Hex118A9559702Ab95021
Octal21212225131705227112041
Binary10001100010101001010110110011110101010101110011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118a95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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