Shades of Java #158F91
Tints of Java #158F91
RGB
CMYK
RGB Variations
Color information
#158F91 (or 0x158F91) is known color: Java. HEX triplet: 15, 8F and 91. RGB value is (21,143,145). Sum of RGB (Red+Green+Blue) = 21+143+145=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #158F91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158F91 is #EA706E. Grayscale: #6A6A6A. Windows color (decimal): -15364207 or 9539349. OLE color: 9539349.
HSL color Cylindrical-coordinate representation of color #158F91: hue angle of 180.97º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158F91 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 143 | 145 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.43 |
| HSL | 180.97º | 0.75% | 0.33% | - |
| HSV(B) | 180.97º | 0.86% | 0.57% | - |
| XYZ | 15.24 | 21.85 | 30.2 | - |
| YUV | 106.75 | 149.58 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 145 | 0.86 | 0.01 | 0 | 0.43 | 180.97 | 0.75 | 0.33 |
| Hex | 15 | 8F | 91 | 56 | 1 | 0 | 2B | B5 | 4B | 21 |
| Octal | 25 | 217 | 221 | 126 | 1 | 0 | 53 | 265 | 113 | 41 |
| Binary | 10101 | 10001111 | 10010001 | 1010110 | 1 | 0 | 101011 | 10110101 | 1001011 | 100001 |
Color Harmonies of #158F91
Complementary color
Monochromatic Colors of #158F91
Black with #158F91
Text Example
Text Example
White with #158F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158F91; }
p { color: rgb(21,143,145); }
H1.HeaderClassName
{
color: #158F91;
}
.AnyTagClassName
{
color: #158F91;
}
</style>
background-color css
<style>
a { background-color: #158F91; }
a { background-color: rgb(21,143,145); }
div.DivClassName
{
background-color: #158F91;
}
.BgClassName
{
background-color: #158F91;
}
</style>
border-color css
<style>
span { border-color: #158F91; }
span { border-color: rgb(21,143,145); }
td.TdClassName
{
border-color: #158F91;
}
.TagClassName
{
border-color: #158F91;
}
</style>