Shades of Java #159A89
Tints of Java #159A89
RGB
CMYK
RGB Variations
Color information
#159A89 (or 0x159A89) is known color: Java. HEX triplet: 15, 9A and 89. RGB value is (21,154,137). Sum of RGB (Red+Green+Blue) = 21+154+137=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #159A89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159A89 is #EA6576. Grayscale: #707070. Windows color (decimal): -15361399 or 9017877. OLE color: 9017877.
HSL color Cylindrical-coordinate representation of color #159A89: hue angle of 172.33º 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 #159A89 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 154 | 137 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.40 |
| HSL | 172.33º | 0.76% | 0.34% | - |
| HSV(B) | 172.33º | 0.86% | 0.6% | - |
| XYZ | 16.38 | 25.08 | 27.64 | - |
| YUV | 112.3 | 141.94 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 154 | 137 | 0.86 | 0 | 0.11 | 0.40 | 172.33 | 0.76 | 0.34 |
| Hex | 15 | 9A | 89 | 56 | 0 | B | 28 | AC | 4C | 22 |
| Octal | 25 | 232 | 211 | 126 | 0 | 13 | 50 | 254 | 114 | 42 |
| Binary | 10101 | 10011010 | 10001001 | 1010110 | 0 | 1011 | 101000 | 10101100 | 1001100 | 100010 |
Color Harmonies of #159A89
Complementary color
Monochromatic Colors of #159A89
Black with #159A89
Text Example
Text Example
White with #159A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159A89; }
p { color: rgb(21,154,137); }
H1.HeaderClassName
{
color: #159A89;
}
.AnyTagClassName
{
color: #159A89;
}
</style>
background-color css
<style>
a { background-color: #159A89; }
a { background-color: rgb(21,154,137); }
div.DivClassName
{
background-color: #159A89;
}
.BgClassName
{
background-color: #159A89;
}
</style>
border-color css
<style>
span { border-color: #159A89; }
span { border-color: rgb(21,154,137); }
td.TdClassName
{
border-color: #159A89;
}
.TagClassName
{
border-color: #159A89;
}
</style>