Shades of Java #159E91
Tints of Java #159E91
RGB
CMYK
RGB Variations
Color information
#159E91 (or 0x159E91) is known color: Java. HEX triplet: 15, 9E and 91. RGB value is (21,158,145). Sum of RGB (Red+Green+Blue) = 21+158+145=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 158 (62.11% from 255 or 48.77% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 158 - color contains mainly: green. Hex color #159E91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159E91 is #EA616E. Grayscale: #737373. Windows color (decimal): -15360367 or 9543189. OLE color: 9543189.
HSL color Cylindrical-coordinate representation of color #159E91: hue angle of 174.31º 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 #159E91 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 158 | 145 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.38 |
| HSL | 174.31º | 0.77% | 0.35% | - |
| HSV(B) | 174.31º | 0.87% | 0.62% | - |
| XYZ | 17.65 | 26.66 | 31 | - |
| YUV | 115.56 | 144.61 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 158 | 145 | 0.87 | 0 | 0.08 | 0.38 | 174.31 | 0.77 | 0.35 |
| Hex | 15 | 9E | 91 | 57 | 0 | 8 | 26 | AE | 4D | 23 |
| Octal | 25 | 236 | 221 | 127 | 0 | 10 | 46 | 256 | 115 | 43 |
| Binary | 10101 | 10011110 | 10010001 | 1010111 | 0 | 1000 | 100110 | 10101110 | 1001101 | 100011 |
Color Harmonies of #159E91
Complementary color
Monochromatic Colors of #159E91
Black with #159E91
Text Example
Text Example
White with #159E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159E91; }
p { color: rgb(21,158,145); }
H1.HeaderClassName
{
color: #159E91;
}
.AnyTagClassName
{
color: #159E91;
}
</style>
background-color css
<style>
a { background-color: #159E91; }
a { background-color: rgb(21,158,145); }
div.DivClassName
{
background-color: #159E91;
}
.BgClassName
{
background-color: #159E91;
}
</style>
border-color css
<style>
span { border-color: #159E91; }
span { border-color: rgb(21,158,145); }
td.TdClassName
{
border-color: #159E91;
}
.TagClassName
{
border-color: #159E91;
}
</style>