Shades of Java #159794
Tints of Java #159794
RGB
CMYK
RGB Variations
Color information
#159794 (or 0x159794) is known color: Java. HEX triplet: 15, 97 and 94. RGB value is (21,151,148). Sum of RGB (Red+Green+Blue) = 21+151+148=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 151 - color contains mainly: green. Hex color #159794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159794 is #EA686B. Grayscale: #6F6F6F. Windows color (decimal): -15362156 or 9738005. OLE color: 9738005.
HSL color Cylindrical-coordinate representation of color #159794: hue angle of 178.62º 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 #159794 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 151 | 148 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.41 |
| HSL | 178.62º | 0.76% | 0.34% | - |
| HSV(B) | 178.62º | 0.86% | 0.59% | - |
| XYZ | 16.72 | 24.43 | 31.85 | - |
| YUV | 111.79 | 148.43 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 151 | 148 | 0.86 | 0 | 0.02 | 0.41 | 178.62 | 0.76 | 0.34 |
| Hex | 15 | 97 | 94 | 56 | 0 | 2 | 29 | B3 | 4C | 22 |
| Octal | 25 | 227 | 224 | 126 | 0 | 2 | 51 | 263 | 114 | 42 |
| Binary | 10101 | 10010111 | 10010100 | 1010110 | 0 | 10 | 101001 | 10110011 | 1001100 | 100010 |
Color Harmonies of #159794
Complementary color
Monochromatic Colors of #159794
Black with #159794
Text Example
Text Example
White with #159794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159794; }
p { color: rgb(21,151,148); }
H1.HeaderClassName
{
color: #159794;
}
.AnyTagClassName
{
color: #159794;
}
</style>
background-color css
<style>
a { background-color: #159794; }
a { background-color: rgb(21,151,148); }
div.DivClassName
{
background-color: #159794;
}
.BgClassName
{
background-color: #159794;
}
</style>
border-color css
<style>
span { border-color: #159794; }
span { border-color: rgb(21,151,148); }
td.TdClassName
{
border-color: #159794;
}
.TagClassName
{
border-color: #159794;
}
</style>