Shades of Java #159689
Tints of Java #159689
RGB
CMYK
RGB Variations
Color information
#159689 (or 0x159689) is known color: Java. HEX triplet: 15, 96 and 89. RGB value is (21,150,137). Sum of RGB (Red+Green+Blue) = 21+150+137=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #159689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159689 is #EA6976. Grayscale: #6D6D6D. Windows color (decimal): -15362423 or 9016853. OLE color: 9016853.
HSL color Cylindrical-coordinate representation of color #159689: hue angle of 173.95º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159689 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 150 | 137 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.41 |
| HSL | 173.95º | 0.75% | 0.34% | - |
| HSV(B) | 173.95º | 0.86% | 0.59% | - |
| XYZ | 15.73 | 23.78 | 27.43 | - |
| YUV | 109.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 150 | 137 | 0.86 | 0 | 0.09 | 0.41 | 173.95 | 0.75 | 0.34 |
| Hex | 15 | 96 | 89 | 56 | 0 | 9 | 29 | AE | 4B | 22 |
| Octal | 25 | 226 | 211 | 126 | 0 | 11 | 51 | 256 | 113 | 42 |
| Binary | 10101 | 10010110 | 10001001 | 1010110 | 0 | 1001 | 101001 | 10101110 | 1001011 | 100010 |
Color Harmonies of #159689
Complementary color
Monochromatic Colors of #159689
Black with #159689
Text Example
Text Example
White with #159689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159689; }
p { color: rgb(21,150,137); }
H1.HeaderClassName
{
color: #159689;
}
.AnyTagClassName
{
color: #159689;
}
</style>
background-color css
<style>
a { background-color: #159689; }
a { background-color: rgb(21,150,137); }
div.DivClassName
{
background-color: #159689;
}
.BgClassName
{
background-color: #159689;
}
</style>
border-color css
<style>
span { border-color: #159689; }
span { border-color: rgb(21,150,137); }
td.TdClassName
{
border-color: #159689;
}
.TagClassName
{
border-color: #159689;
}
</style>