#118796

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

Shades of Eastern Blue #118796

Tints of Eastern Blue #118796

Color information

#118796 (or 0x118796) is unknown color: approx Eastern Blue. HEX triplet: 11, 87 and 96. RGB value is (17,135,150). Sum of RGB (Red+Green+Blue) = 17+135+150=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #118796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118796 is #EE7869. Grayscale: #656565. Windows color (decimal): -15628394 or 9864977. OLE color: 9864977.

HSL color Cylindrical-coordinate representation of color #118796: hue angle of 186.77º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118796 is Cyan = 0.89, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB17135150-
CMYK0.890.100.41
HSL186.77º79.64%32.75%-
HSV(B)186.77º88.67%58.82%-
XYZ14.419.6531.89-
YUV101.43155.4167.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.63%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 150 (58.98% from 255) = 49.67%
R=5.63%
G=44.70%
B=49.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171351500.890.100.41186.7779.6432.75
Hex11879659A029bb5021
Octal212072261311205127312041
Binary100011000011110010110101100110100101001101110111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118796; }

 p { color: rgb(17,135,150); }

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

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

 a { background-color: rgb(17,135,150); }

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

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

 span { border-color: rgb(17,135,150); }

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