#159B96

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

Shades of Java #159B96

Tints of Java #159B96

Color information

#159B96 (or 0x159B96) is unknown color: approx Java. HEX triplet: 15, 9B and 96. RGB value is (21,155,150). Sum of RGB (Red+Green+Blue) = 21+155+150=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #159B96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159B96 is #EA6469. Grayscale: #727272. Windows color (decimal): -15361130 or 9870101. OLE color: 9870101.

HSL color Cylindrical-coordinate representation of color #159B96: hue angle of 177.76º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159B96 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB21155150-
CMYK0.8600.030.39
HSL177.76º76.14%34.51%-
HSV(B)177.76º86.45%60.78%-
XYZ17.5425.832.91-
YUV114.36148.1161.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.44%
GREEN value IS 155 (60.94% from 255) = 47.55%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=6.44%
G=47.55%
B=46.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211551500.8600.030.39177.7676.1434.51
Hex159B96560327b24c23
Octal25233226126034726211443
Binary1010110011011100101101010110011100111101100101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159B96; }

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

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

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

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

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

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

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

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