#158FA0

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

Shades of Java #158FA0

Tints of Java #158FA0

Color information

#158FA0 (or 0x158FA0) is unknown color: approx Java. HEX triplet: 15, 8F and A0. RGB value is (21,143,160). Sum of RGB (Red+Green+Blue) = 21+143+160=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #158FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158FA0 is #EA705F. Grayscale: #6C6C6C. Windows color (decimal): -15364192 or 10522389. OLE color: 10522389.

HSL color Cylindrical-coordinate representation of color #158FA0: hue angle of 187.34º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #158FA0 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB21143160-
CMYK0.870.1100.37
HSL187.34º76.8%35.49%-
HSV(B)187.34º86.87%62.75%-
XYZ16.4822.3436.7-
YUV108.46157.0865.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.48%
GREEN value IS 143 (56.25% from 255) = 44.14%
BLUE value IS 160 (62.89% from 255) = 49.38%
R=6.48%
G=44.14%
B=49.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal211431600.870.1100.37187.3476.835.49
Hex158FA057B025bb4d23
Octal252172401271304527311543
Binary101011000111110100000101011110110100101101110111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,143,160); }

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

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

 a { background-color: rgb(21,143,160); }

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

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

 span { border-color: rgb(21,143,160); }

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