#158F97

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

Shades of Java #158F97

Tints of Java #158F97

Color information

#158F97 (or 0x158F97) is unknown color: approx Java. HEX triplet: 15, 8F and 97. RGB value is (21,143,151). Sum of RGB (Red+Green+Blue) = 21+143+151=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #158F97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158F97 is #EA7068. Grayscale: #6B6B6B. Windows color (decimal): -15364201 or 9932565. OLE color: 9932565.

HSL color Cylindrical-coordinate representation of color #158F97: hue angle of 183.69º degrees, saturation: 0.76, 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 #158F97 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB21143151-
CMYK0.860.0500.41
HSL183.69º75.58%33.73%-
HSV(B)183.69º86.09%59.22%-
XYZ15.7222.0432.7-
YUV107.43152.5866.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.67%
GREEN value IS 143 (56.25% from 255) = 45.40%
BLUE value IS 151 (59.38% from 255) = 47.94%
R=6.67%
G=45.40%
B=47.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal211431510.860.0500.41183.6975.5833.73
Hex158F97565029b84c22
Octal25217227126505127011442
Binary10101100011111001011110101101010101001101110001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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