Shades of Java #159296
Tints of Java #159296
RGB
CMYK
RGB Variations
Color information
#159296 (or 0x159296) is known color: Java. HEX triplet: 15, 92 and 96. RGB value is (21,146,150). Sum of RGB (Red+Green+Blue) = 21+146+150=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #159296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159296 is #EA6D69. Grayscale: #6C6C6C. Windows color (decimal): -15363434 or 9867797. OLE color: 9867797.
HSL color Cylindrical-coordinate representation of color #159296: hue angle of 181.86º 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 #159296 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 146 | 150 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.41 |
| HSL | 181.86º | 0.75% | 0.34% | - |
| HSV(B) | 181.86º | 0.86% | 0.59% | - |
| XYZ | 16.09 | 22.92 | 32.43 | - |
| YUV | 109.08 | 151.09 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 150 | 0.86 | 0.03 | 0 | 0.41 | 181.86 | 0.75 | 0.34 |
| Hex | 15 | 92 | 96 | 56 | 3 | 0 | 29 | B6 | 4B | 22 |
| Octal | 25 | 222 | 226 | 126 | 3 | 0 | 51 | 266 | 113 | 42 |
| Binary | 10101 | 10010010 | 10010110 | 1010110 | 11 | 0 | 101001 | 10110110 | 1001011 | 100010 |
Color Harmonies of #159296
Complementary color
Monochromatic Colors of #159296
Black with #159296
Text Example
Text Example
White with #159296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159296; }
p { color: rgb(21,146,150); }
H1.HeaderClassName
{
color: #159296;
}
.AnyTagClassName
{
color: #159296;
}
</style>
background-color css
<style>
a { background-color: #159296; }
a { background-color: rgb(21,146,150); }
div.DivClassName
{
background-color: #159296;
}
.BgClassName
{
background-color: #159296;
}
</style>
border-color css
<style>
span { border-color: #159296; }
span { border-color: rgb(21,146,150); }
td.TdClassName
{
border-color: #159296;
}
.TagClassName
{
border-color: #159296;
}
</style>