Shades of Java #159798
Tints of Java #159798
RGB
CMYK
RGB Variations
Color information
#159798 (or 0x159798) is known color: Java. HEX triplet: 15, 97 and 98. RGB value is (21,151,152). Sum of RGB (Red+Green+Blue) = 21+151+152=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #159798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159798 is #EA6867. Grayscale: #707070. Windows color (decimal): -15362152 or 10000149. OLE color: 10000149.
HSL color Cylindrical-coordinate representation of color #159798: hue angle of 180.46º 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 #159798 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 151 | 152 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.40 |
| HSL | 180.46º | 0.76% | 0.34% | - |
| HSV(B) | 180.46º | 0.86% | 0.6% | - |
| XYZ | 17.04 | 24.56 | 33.55 | - |
| YUV | 112.24 | 150.43 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 151 | 152 | 0.86 | 0.01 | 0 | 0.40 | 180.46 | 0.76 | 0.34 |
| Hex | 15 | 97 | 98 | 56 | 1 | 0 | 28 | B4 | 4C | 22 |
| Octal | 25 | 227 | 230 | 126 | 1 | 0 | 50 | 264 | 114 | 42 |
| Binary | 10101 | 10010111 | 10011000 | 1010110 | 1 | 0 | 101000 | 10110100 | 1001100 | 100010 |
Color Harmonies of #159798
Complementary color
Monochromatic Colors of #159798
Black with #159798
Text Example
Text Example
White with #159798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159798; }
p { color: rgb(21,151,152); }
H1.HeaderClassName
{
color: #159798;
}
.AnyTagClassName
{
color: #159798;
}
</style>
background-color css
<style>
a { background-color: #159798; }
a { background-color: rgb(21,151,152); }
div.DivClassName
{
background-color: #159798;
}
.BgClassName
{
background-color: #159798;
}
</style>
border-color css
<style>
span { border-color: #159798; }
span { border-color: rgb(21,151,152); }
td.TdClassName
{
border-color: #159798;
}
.TagClassName
{
border-color: #159798;
}
</style>