Shades of Java #159197
Tints of Java #159197
RGB
CMYK
RGB Variations
Color information
#159197 (or 0x159197) is known color: Java. HEX triplet: 15, 91 and 97. RGB value is (21,145,151). Sum of RGB (Red+Green+Blue) = 21+145+151=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #159197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159197 is #EA6E68. Grayscale: #6C6C6C. Windows color (decimal): -15363689 or 9933077. OLE color: 9933077.
HSL color Cylindrical-coordinate representation of color #159197: hue angle of 182.77º degrees, saturation: 0.76, 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 #159197 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 145 | 151 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.41 |
| HSL | 182.77º | 0.76% | 0.34% | - |
| HSV(B) | 182.77º | 0.86% | 0.59% | - |
| XYZ | 16.02 | 22.64 | 32.8 | - |
| YUV | 108.61 | 151.92 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 151 | 0.86 | 0.04 | 0 | 0.41 | 182.77 | 0.76 | 0.34 |
| Hex | 15 | 91 | 97 | 56 | 4 | 0 | 29 | B7 | 4C | 22 |
| Octal | 25 | 221 | 227 | 126 | 4 | 0 | 51 | 267 | 114 | 42 |
| Binary | 10101 | 10010001 | 10010111 | 1010110 | 100 | 0 | 101001 | 10110111 | 1001100 | 100010 |
Color Harmonies of #159197
Complementary color
Monochromatic Colors of #159197
Black with #159197
Text Example
Text Example
White with #159197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159197; }
p { color: rgb(21,145,151); }
H1.HeaderClassName
{
color: #159197;
}
.AnyTagClassName
{
color: #159197;
}
</style>
background-color css
<style>
a { background-color: #159197; }
a { background-color: rgb(21,145,151); }
div.DivClassName
{
background-color: #159197;
}
.BgClassName
{
background-color: #159197;
}
</style>
border-color css
<style>
span { border-color: #159197; }
span { border-color: rgb(21,145,151); }
td.TdClassName
{
border-color: #159197;
}
.TagClassName
{
border-color: #159197;
}
</style>