Shades of Java #15A097
Tints of Java #15A097
RGB
CMYK
RGB Variations
Color information
#15A097 (or 0x15A097) is known color: Java. HEX triplet: 15, A0 and 97. RGB value is (21,160,151). Sum of RGB (Red+Green+Blue) = 21+160+151=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #15A097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A097 is #EA5F68. Grayscale: #757575. Windows color (decimal): -15359849 or 9936917. OLE color: 9936917.
HSL color Cylindrical-coordinate representation of color #15A097: hue angle of 176.12º 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 #15A097 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 151 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.37 |
| HSL | 176.12º | 0.77% | 0.35% | - |
| HSV(B) | 176.12º | 0.87% | 0.63% | - |
| XYZ | 18.47 | 27.54 | 33.62 | - |
| YUV | 117.41 | 146.95 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 151 | 0.87 | 0 | 0.06 | 0.37 | 176.12 | 0.77 | 0.35 |
| Hex | 15 | A0 | 97 | 57 | 0 | 6 | 25 | B0 | 4D | 23 |
| Octal | 25 | 240 | 227 | 127 | 0 | 6 | 45 | 260 | 115 | 43 |
| Binary | 10101 | 10100000 | 10010111 | 1010111 | 0 | 110 | 100101 | 10110000 | 1001101 | 100011 |
Color Harmonies of #15A097
Complementary color
Monochromatic Colors of #15A097
Black with #15A097
Text Example
Text Example
White with #15A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A097; }
p { color: rgb(21,160,151); }
H1.HeaderClassName
{
color: #15A097;
}
.AnyTagClassName
{
color: #15A097;
}
</style>
background-color css
<style>
a { background-color: #15A097; }
a { background-color: rgb(21,160,151); }
div.DivClassName
{
background-color: #15A097;
}
.BgClassName
{
background-color: #15A097;
}
</style>
border-color css
<style>
span { border-color: #15A097; }
span { border-color: rgb(21,160,151); }
td.TdClassName
{
border-color: #15A097;
}
.TagClassName
{
border-color: #15A097;
}
</style>