Shades of Java #159887
Tints of Java #159887
RGB
CMYK
RGB Variations
Color information
#159887 (or 0x159887) is known color: Java. HEX triplet: 15, 98 and 87. RGB value is (21,152,135). Sum of RGB (Red+Green+Blue) = 21+152+135=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #159887 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159887 is #EA6778. Grayscale: #6E6E6E. Windows color (decimal): -15361913 or 8886293. OLE color: 8886293.
HSL color Cylindrical-coordinate representation of color #159887: hue angle of 172.21º 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 #159887 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 152 | 135 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.40 |
| HSL | 172.21º | 0.76% | 0.34% | - |
| HSV(B) | 172.21º | 0.86% | 0.6% | - |
| XYZ | 15.91 | 24.37 | 26.79 | - |
| YUV | 110.89 | 141.6 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 152 | 135 | 0.86 | 0 | 0.11 | 0.40 | 172.21 | 0.76 | 0.34 |
| Hex | 15 | 98 | 87 | 56 | 0 | B | 28 | AC | 4C | 22 |
| Octal | 25 | 230 | 207 | 126 | 0 | 13 | 50 | 254 | 114 | 42 |
| Binary | 10101 | 10011000 | 10000111 | 1010110 | 0 | 1011 | 101000 | 10101100 | 1001100 | 100010 |
Color Harmonies of #159887
Complementary color
Monochromatic Colors of #159887
Black with #159887
Text Example
Text Example
White with #159887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159887; }
p { color: rgb(21,152,135); }
H1.HeaderClassName
{
color: #159887;
}
.AnyTagClassName
{
color: #159887;
}
</style>
background-color css
<style>
a { background-color: #159887; }
a { background-color: rgb(21,152,135); }
div.DivClassName
{
background-color: #159887;
}
.BgClassName
{
background-color: #159887;
}
</style>
border-color css
<style>
span { border-color: #159887; }
span { border-color: rgb(21,152,135); }
td.TdClassName
{
border-color: #159887;
}
.TagClassName
{
border-color: #159887;
}
</style>