Shades of Java #159E8E
Tints of Java #159E8E
RGB
CMYK
RGB Variations
Color information
#159E8E (or 0x159E8E) is known color: Java. HEX triplet: 15, 9E and 8E. RGB value is (21,158,142). Sum of RGB (Red+Green+Blue) = 21+158+142=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #159E8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159E8E is #EA6171. Grayscale: #737373. Windows color (decimal): -15360370 or 9346581. OLE color: 9346581.
HSL color Cylindrical-coordinate representation of color #159E8E: hue angle of 172.99º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159E8E is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 158 | 142 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.38 |
| HSL | 172.99º | 0.77% | 0.35% | - |
| HSV(B) | 172.99º | 0.87% | 0.62% | - |
| XYZ | 17.42 | 26.57 | 29.8 | - |
| YUV | 115.21 | 143.11 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 158 | 142 | 0.87 | 0 | 0.10 | 0.38 | 172.99 | 0.77 | 0.35 |
| Hex | 15 | 9E | 8E | 57 | 0 | A | 26 | AD | 4D | 23 |
| Octal | 25 | 236 | 216 | 127 | 0 | 12 | 46 | 255 | 115 | 43 |
| Binary | 10101 | 10011110 | 10001110 | 1010111 | 0 | 1010 | 100110 | 10101101 | 1001101 | 100011 |
Color Harmonies of #159E8E
Complementary color
Monochromatic Colors of #159E8E
Black with #159E8E
Text Example
Text Example
White with #159E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159E8E; }
p { color: rgb(21,158,142); }
H1.HeaderClassName
{
color: #159E8E;
}
.AnyTagClassName
{
color: #159E8E;
}
</style>
background-color css
<style>
a { background-color: #159E8E; }
a { background-color: rgb(21,158,142); }
div.DivClassName
{
background-color: #159E8E;
}
.BgClassName
{
background-color: #159E8E;
}
</style>
border-color css
<style>
span { border-color: #159E8E; }
span { border-color: rgb(21,158,142); }
td.TdClassName
{
border-color: #159E8E;
}
.TagClassName
{
border-color: #159E8E;
}
</style>