Shades of Java #15A096
Tints of Java #15A096
RGB
CMYK
RGB Variations
Color information
#15A096 (or 0x15A096) is known color: Java. HEX triplet: 15, A0 and 96. RGB value is (21,160,150). Sum of RGB (Red+Green+Blue) = 21+160+150=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #15A096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A096 is #EA5F69. Grayscale: #757575. Windows color (decimal): -15359850 or 9871381. OLE color: 9871381.
HSL color Cylindrical-coordinate representation of color #15A096: hue angle of 175.68º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A096 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 150 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.37 |
| HSL | 175.68º | 0.77% | 0.35% | - |
| HSV(B) | 175.68º | 0.87% | 0.63% | - |
| XYZ | 18.39 | 27.5 | 33.19 | - |
| YUV | 117.3 | 146.45 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 150 | 0.87 | 0 | 0.06 | 0.37 | 175.68 | 0.77 | 0.35 |
| Hex | 15 | A0 | 96 | 57 | 0 | 6 | 25 | B0 | 4D | 23 |
| Octal | 25 | 240 | 226 | 127 | 0 | 6 | 45 | 260 | 115 | 43 |
| Binary | 10101 | 10100000 | 10010110 | 1010111 | 0 | 110 | 100101 | 10110000 | 1001101 | 100011 |
Color Harmonies of #15A096
Complementary color
Monochromatic Colors of #15A096
Black with #15A096
Text Example
Text Example
White with #15A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A096; }
p { color: rgb(21,160,150); }
H1.HeaderClassName
{
color: #15A096;
}
.AnyTagClassName
{
color: #15A096;
}
</style>
background-color css
<style>
a { background-color: #15A096; }
a { background-color: rgb(21,160,150); }
div.DivClassName
{
background-color: #15A096;
}
.BgClassName
{
background-color: #15A096;
}
</style>
border-color css
<style>
span { border-color: #15A096; }
span { border-color: rgb(21,160,150); }
td.TdClassName
{
border-color: #15A096;
}
.TagClassName
{
border-color: #15A096;
}
</style>