Shades of Java #159498
Tints of Java #159498
RGB
CMYK
RGB Variations
Color information
#159498 (or 0x159498) is known color: Java. HEX triplet: 15, 94 and 98. RGB value is (21,148,152). Sum of RGB (Red+Green+Blue) = 21+148+152=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #159498 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159498 is #EA6B67. Grayscale: #6E6E6E. Windows color (decimal): -15362920 or 9999381. OLE color: 9999381.
HSL color Cylindrical-coordinate representation of color #159498: hue angle of 181.83º 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 #159498 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 148 | 152 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.40 |
| HSL | 181.83º | 0.76% | 0.34% | - |
| HSV(B) | 181.83º | 0.86% | 0.6% | - |
| XYZ | 16.57 | 23.61 | 33.39 | - |
| YUV | 110.48 | 151.42 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 152 | 0.86 | 0.03 | 0 | 0.40 | 181.83 | 0.76 | 0.34 |
| Hex | 15 | 94 | 98 | 56 | 3 | 0 | 28 | B6 | 4C | 22 |
| Octal | 25 | 224 | 230 | 126 | 3 | 0 | 50 | 266 | 114 | 42 |
| Binary | 10101 | 10010100 | 10011000 | 1010110 | 11 | 0 | 101000 | 10110110 | 1001100 | 100010 |
Color Harmonies of #159498
Complementary color
Monochromatic Colors of #159498
Black with #159498
Text Example
Text Example
White with #159498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159498; }
p { color: rgb(21,148,152); }
H1.HeaderClassName
{
color: #159498;
}
.AnyTagClassName
{
color: #159498;
}
</style>
background-color css
<style>
a { background-color: #159498; }
a { background-color: rgb(21,148,152); }
div.DivClassName
{
background-color: #159498;
}
.BgClassName
{
background-color: #159498;
}
</style>
border-color css
<style>
span { border-color: #159498; }
span { border-color: rgb(21,148,152); }
td.TdClassName
{
border-color: #159498;
}
.TagClassName
{
border-color: #159498;
}
</style>