#158996

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

Shades of Java #158996

Tints of Java #158996

Color information

#158996 (or 0x158996) is unknown color: approx Java. HEX triplet: 15, 89 and 96. RGB value is (21,137,150). Sum of RGB (Red+Green+Blue) = 21+137+150=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #158996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158996 is #EA7669. Grayscale: #676767. Windows color (decimal): -15365738 or 9865493. OLE color: 9865493.

HSL color Cylindrical-coordinate representation of color #158996: hue angle of 186.05º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158996 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB21137150-
CMYK0.860.0900.41
HSL186.05º75.44%33.53%-
HSV(B)186.05º86%58.82%-
XYZ14.7620.2531.99-
YUV103.8154.0768.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.82%
GREEN value IS 137 (53.91% from 255) = 44.48%
BLUE value IS 150 (58.98% from 255) = 48.70%
R=6.82%
G=44.48%
B=48.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal211371500.860.0900.41186.0575.4433.53
Hex158996569029ba4b22
Octal252112261261105127211342
Binary101011000100110010110101011010010101001101110101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158996; }

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

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

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

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

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

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

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

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