#158A99

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

Shades of Eastern Blue #158A99

Tints of Eastern Blue #158A99

Color information

#158A99 (or 0x158A99) is unknown color: approx Eastern Blue. HEX triplet: 15, 8A and 99. RGB value is (21,138,153). Sum of RGB (Red+Green+Blue) = 21+138+153=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #158A99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158A99 is #EA7566. Grayscale: #686868. Windows color (decimal): -15365479 or 10062357. OLE color: 10062357.

HSL color Cylindrical-coordinate representation of color #158A99: hue angle of 186.82º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158A99 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB21138153-
CMYK0.860.1000.4
HSL186.82º75.86%34.12%-
HSV(B)186.82º86.27%60%-
XYZ15.1520.6433.32-
YUV104.73155.2468.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.73%
GREEN value IS 138 (54.30% from 255) = 44.23%
BLUE value IS 153 (60.16% from 255) = 49.04%
R=6.73%
G=44.23%
B=49.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal211381530.860.1000.4186.8275.8634.12
Hex158A9956A028bb4c22
Octal252122311261205027311442
Binary101011000101010011001101011010100101000101110111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158A99; }

 p { color: rgb(21,138,153); }

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

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

 a { background-color: rgb(21,138,153); }

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

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

 span { border-color: rgb(21,138,153); }

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