#158B99

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

Shades of Java #158B99

Tints of Java #158B99

Color information

#158B99 (or 0x158B99) is unknown color: approx Java. HEX triplet: 15, 8B and 99. RGB value is (21,139,153). Sum of RGB (Red+Green+Blue) = 21+139+153=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #158B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158B99 is #EA7466. Grayscale: #696969. Windows color (decimal): -15365223 or 10062613. OLE color: 10062613.

HSL color Cylindrical-coordinate representation of color #158B99: hue angle of 186.36º 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 #158B99 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB21139153-
CMYK0.860.0900.4
HSL186.36º75.86%34.12%-
HSV(B)186.36º86.27%60%-
XYZ15.2920.9233.37-
YUV105.31154.9167.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.71%
GREEN value IS 139 (54.69% from 255) = 44.41%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=6.71%
G=44.41%
B=48.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal211391530.860.0900.4186.3675.8634.12
Hex158B99569028ba4c22
Octal252132311261105027211442
Binary101011000101110011001101011010010101000101110101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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