Shades of Java #159397
Tints of Java #159397
RGB
CMYK
RGB Variations
Color information
#159397 (or 0x159397) is known color: Java. HEX triplet: 15, 93 and 97. RGB value is (21,147,151). Sum of RGB (Red+Green+Blue) = 21+147+151=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #159397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159397 is #EA6C68. Grayscale: #6D6D6D. Windows color (decimal): -15363177 or 9933589. OLE color: 9933589.
HSL color Cylindrical-coordinate representation of color #159397: hue angle of 181.85º 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 #159397 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 147 | 151 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.41 |
| HSL | 181.85º | 0.76% | 0.34% | - |
| HSV(B) | 181.85º | 0.86% | 0.59% | - |
| XYZ | 16.33 | 23.26 | 32.91 | - |
| YUV | 109.78 | 151.26 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 147 | 151 | 0.86 | 0.03 | 0 | 0.41 | 181.85 | 0.76 | 0.34 |
| Hex | 15 | 93 | 97 | 56 | 3 | 0 | 29 | B6 | 4C | 22 |
| Octal | 25 | 223 | 227 | 126 | 3 | 0 | 51 | 266 | 114 | 42 |
| Binary | 10101 | 10010011 | 10010111 | 1010110 | 11 | 0 | 101001 | 10110110 | 1001100 | 100010 |
Color Harmonies of #159397
Complementary color
Monochromatic Colors of #159397
Black with #159397
Text Example
Text Example
White with #159397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159397; }
p { color: rgb(21,147,151); }
H1.HeaderClassName
{
color: #159397;
}
.AnyTagClassName
{
color: #159397;
}
</style>
background-color css
<style>
a { background-color: #159397; }
a { background-color: rgb(21,147,151); }
div.DivClassName
{
background-color: #159397;
}
.BgClassName
{
background-color: #159397;
}
</style>
border-color css
<style>
span { border-color: #159397; }
span { border-color: rgb(21,147,151); }
td.TdClassName
{
border-color: #159397;
}
.TagClassName
{
border-color: #159397;
}
</style>