Shades of Java #159B91
Tints of Java #159B91
RGB
CMYK
RGB Variations
Color information
#159B91 (or 0x159B91) is known color: Java. HEX triplet: 15, 9B and 91. RGB value is (21,155,145). Sum of RGB (Red+Green+Blue) = 21+155+145=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #159B91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159B91 is #EA646E. Grayscale: #717171. Windows color (decimal): -15361135 or 9542421. OLE color: 9542421.
HSL color Cylindrical-coordinate representation of color #159B91: hue angle of 175.52º 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 #159B91 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 155 | 145 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.39 |
| HSL | 175.52º | 0.76% | 0.35% | - |
| HSV(B) | 175.52º | 0.86% | 0.61% | - |
| XYZ | 17.14 | 25.65 | 30.83 | - |
| YUV | 113.79 | 145.61 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 145 | 0.86 | 0 | 0.06 | 0.39 | 175.52 | 0.76 | 0.35 |
| Hex | 15 | 9B | 91 | 56 | 0 | 6 | 27 | B0 | 4C | 23 |
| Octal | 25 | 233 | 221 | 126 | 0 | 6 | 47 | 260 | 114 | 43 |
| Binary | 10101 | 10011011 | 10010001 | 1010110 | 0 | 110 | 100111 | 10110000 | 1001100 | 100011 |
Color Harmonies of #159B91
Complementary color
Monochromatic Colors of #159B91
Black with #159B91
Text Example
Text Example
White with #159B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159B91; }
p { color: rgb(21,155,145); }
H1.HeaderClassName
{
color: #159B91;
}
.AnyTagClassName
{
color: #159B91;
}
</style>
background-color css
<style>
a { background-color: #159B91; }
a { background-color: rgb(21,155,145); }
div.DivClassName
{
background-color: #159B91;
}
.BgClassName
{
background-color: #159B91;
}
</style>
border-color css
<style>
span { border-color: #159B91; }
span { border-color: rgb(21,155,145); }
td.TdClassName
{
border-color: #159B91;
}
.TagClassName
{
border-color: #159B91;
}
</style>