Shades of Java #159698
Tints of Java #159698
RGB
CMYK
RGB Variations
Color information
#159698 (or 0x159698) is known color: Java. HEX triplet: 15, 96 and 98. RGB value is (21,150,152). Sum of RGB (Red+Green+Blue) = 21+150+152=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #159698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159698 is #EA6967. Grayscale: #6F6F6F. Windows color (decimal): -15362408 or 9999893. OLE color: 9999893.
HSL color Cylindrical-coordinate representation of color #159698: hue angle of 180.92º 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 #159698 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 150 | 152 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.40 |
| HSL | 180.92º | 0.76% | 0.34% | - |
| HSV(B) | 180.92º | 0.86% | 0.6% | - |
| XYZ | 16.88 | 24.24 | 33.49 | - |
| YUV | 111.66 | 150.76 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 150 | 152 | 0.86 | 0.01 | 0 | 0.40 | 180.92 | 0.76 | 0.34 |
| Hex | 15 | 96 | 98 | 56 | 1 | 0 | 28 | B5 | 4C | 22 |
| Octal | 25 | 226 | 230 | 126 | 1 | 0 | 50 | 265 | 114 | 42 |
| Binary | 10101 | 10010110 | 10011000 | 1010110 | 1 | 0 | 101000 | 10110101 | 1001100 | 100010 |
Color Harmonies of #159698
Complementary color
Monochromatic Colors of #159698
Black with #159698
Text Example
Text Example
White with #159698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159698; }
p { color: rgb(21,150,152); }
H1.HeaderClassName
{
color: #159698;
}
.AnyTagClassName
{
color: #159698;
}
</style>
background-color css
<style>
a { background-color: #159698; }
a { background-color: rgb(21,150,152); }
div.DivClassName
{
background-color: #159698;
}
.BgClassName
{
background-color: #159698;
}
</style>
border-color css
<style>
span { border-color: #159698; }
span { border-color: rgb(21,150,152); }
td.TdClassName
{
border-color: #159698;
}
.TagClassName
{
border-color: #159698;
}
</style>