Shades of Java #158E98
Tints of Java #158E98
RGB
CMYK
RGB Variations
Color information
#158E98 (or 0x158E98) is known color: Java. HEX triplet: 15, 8E and 98. RGB value is (21,142,152). Sum of RGB (Red+Green+Blue) = 21+142+152=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #158E98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158E98 is #EA7167. Grayscale: #6A6A6A. Windows color (decimal): -15364456 or 9997845. OLE color: 9997845.
HSL color Cylindrical-coordinate representation of color #158E98: hue angle of 184.58º 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 #158E98 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 142 | 152 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.40 |
| HSL | 184.58º | 0.76% | 0.34% | - |
| HSV(B) | 184.58º | 0.86% | 0.6% | - |
| XYZ | 15.65 | 21.77 | 33.08 | - |
| YUV | 106.96 | 153.41 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 142 | 152 | 0.86 | 0.07 | 0 | 0.40 | 184.58 | 0.76 | 0.34 |
| Hex | 15 | 8E | 98 | 56 | 7 | 0 | 28 | B9 | 4C | 22 |
| Octal | 25 | 216 | 230 | 126 | 7 | 0 | 50 | 271 | 114 | 42 |
| Binary | 10101 | 10001110 | 10011000 | 1010110 | 111 | 0 | 101000 | 10111001 | 1001100 | 100010 |
Color Harmonies of #158E98
Complementary color
Monochromatic Colors of #158E98
Black with #158E98
Text Example
Text Example
White with #158E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158E98; }
p { color: rgb(21,142,152); }
H1.HeaderClassName
{
color: #158E98;
}
.AnyTagClassName
{
color: #158E98;
}
</style>
background-color css
<style>
a { background-color: #158E98; }
a { background-color: rgb(21,142,152); }
div.DivClassName
{
background-color: #158E98;
}
.BgClassName
{
background-color: #158E98;
}
</style>
border-color css
<style>
span { border-color: #158E98; }
span { border-color: rgb(21,142,152); }
td.TdClassName
{
border-color: #158E98;
}
.TagClassName
{
border-color: #158E98;
}
</style>