Shades of Java #159895
Tints of Java #159895
RGB
CMYK
RGB Variations
Color information
#159895 (or 0x159895) is known color: Java. HEX triplet: 15, 98 and 95. RGB value is (21,152,149). Sum of RGB (Red+Green+Blue) = 21+152+149=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #159895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159895 is #EA676A. Grayscale: #707070. Windows color (decimal): -15361899 or 9803797. OLE color: 9803797.
HSL color Cylindrical-coordinate representation of color #159895: hue angle of 178.63º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159895 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 152 | 149 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.40 |
| HSL | 178.63º | 0.76% | 0.34% | - |
| HSV(B) | 178.63º | 0.86% | 0.6% | - |
| XYZ | 16.96 | 24.79 | 32.32 | - |
| YUV | 112.49 | 148.6 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 152 | 149 | 0.86 | 0 | 0.02 | 0.40 | 178.63 | 0.76 | 0.34 |
| Hex | 15 | 98 | 95 | 56 | 0 | 2 | 28 | B3 | 4C | 22 |
| Octal | 25 | 230 | 225 | 126 | 0 | 2 | 50 | 263 | 114 | 42 |
| Binary | 10101 | 10011000 | 10010101 | 1010110 | 0 | 10 | 101000 | 10110011 | 1001100 | 100010 |
Color Harmonies of #159895
Complementary color
Monochromatic Colors of #159895
Black with #159895
Text Example
Text Example
White with #159895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159895; }
p { color: rgb(21,152,149); }
H1.HeaderClassName
{
color: #159895;
}
.AnyTagClassName
{
color: #159895;
}
</style>
background-color css
<style>
a { background-color: #159895; }
a { background-color: rgb(21,152,149); }
div.DivClassName
{
background-color: #159895;
}
.BgClassName
{
background-color: #159895;
}
</style>
border-color css
<style>
span { border-color: #159895; }
span { border-color: rgb(21,152,149); }
td.TdClassName
{
border-color: #159895;
}
.TagClassName
{
border-color: #159895;
}
</style>