Shades of Java #159586
Tints of Java #159586
RGB
CMYK
RGB Variations
Color information
#159586 (or 0x159586) is known color: Java. HEX triplet: 15, 95 and 86. RGB value is (21,149,134). Sum of RGB (Red+Green+Blue) = 21+149+134=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #159586 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159586 is #EA6A79. Grayscale: #6C6C6C. Windows color (decimal): -15362682 or 8819989. OLE color: 8819989.
HSL color Cylindrical-coordinate representation of color #159586: hue angle of 172.97º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159586 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 149 | 134 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.42 |
| HSL | 172.97º | 0.75% | 0.33% | - |
| HSV(B) | 172.97º | 0.86% | 0.58% | - |
| XYZ | 15.36 | 23.38 | 26.26 | - |
| YUV | 109.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 134 | 0.86 | 0 | 0.10 | 0.42 | 172.97 | 0.75 | 0.33 |
| Hex | 15 | 95 | 86 | 56 | 0 | A | 2A | AD | 4B | 21 |
| Octal | 25 | 225 | 206 | 126 | 0 | 12 | 52 | 255 | 113 | 41 |
| Binary | 10101 | 10010101 | 10000110 | 1010110 | 0 | 1010 | 101010 | 10101101 | 1001011 | 100001 |
Color Harmonies of #159586
Complementary color
Monochromatic Colors of #159586
Black with #159586
Text Example
Text Example
White with #159586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159586; }
p { color: rgb(21,149,134); }
H1.HeaderClassName
{
color: #159586;
}
.AnyTagClassName
{
color: #159586;
}
</style>
background-color css
<style>
a { background-color: #159586; }
a { background-color: rgb(21,149,134); }
div.DivClassName
{
background-color: #159586;
}
.BgClassName
{
background-color: #159586;
}
</style>
border-color css
<style>
span { border-color: #159586; }
span { border-color: rgb(21,149,134); }
td.TdClassName
{
border-color: #159586;
}
.TagClassName
{
border-color: #159586;
}
</style>