#118996

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

Shades of Eastern Blue #118996

Tints of Eastern Blue #118996

Color information

#118996 (or 0x118996) is unknown color: approx Eastern Blue. HEX triplet: 11, 89 and 96. RGB value is (17,137,150). Sum of RGB (Red+Green+Blue) = 17+137+150=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #118996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118996 is #EE7669. Grayscale: #666666. Windows color (decimal): -15627882 or 9865489. OLE color: 9865489.

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

Color convert

RGB17137150-
CMYK0.890.0900.41
HSL185.86º79.64%32.75%-
HSV(B)185.86º88.67%58.82%-
XYZ14.6820.2131.98-
YUV102.6154.7466.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.59%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 150 (58.98% from 255) = 49.34%
R=5.59%
G=45.07%
B=49.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171371500.890.0900.41185.8679.6432.75
Hex118996599029ba5021
Octal212112261311105127212041
Binary100011000100110010110101100110010101001101110101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118996; }

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

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

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

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

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

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

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

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