Shades of Java #15A19A
Tints of Java #15A19A
RGB
CMYK
RGB Variations
Color information
#15A19A (or 0x15A19A) is known color: Java. HEX triplet: 15, A1 and 9A. RGB value is (21,161,154). Sum of RGB (Red+Green+Blue) = 21+161+154=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #15A19A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A19A is #EA5E65. Grayscale: #767676. Windows color (decimal): -15359590 or 10133781. OLE color: 10133781.
HSL color Cylindrical-coordinate representation of color #15A19A: hue angle of 177º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A19A is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 161 | 154 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.37 |
| HSL | 177º | 0.77% | 0.36% | - |
| HSV(B) | 177º | 0.87% | 0.63% | - |
| XYZ | 18.89 | 27.98 | 34.98 | - |
| YUV | 118.34 | 148.12 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 161 | 154 | 0.87 | 0 | 0.04 | 0.37 | 177 | 0.77 | 0.36 |
| Hex | 15 | A1 | 9A | 57 | 0 | 4 | 25 | B1 | 4D | 24 |
| Octal | 25 | 241 | 232 | 127 | 0 | 4 | 45 | 261 | 115 | 44 |
| Binary | 10101 | 10100001 | 10011010 | 1010111 | 0 | 100 | 100101 | 10110001 | 1001101 | 100100 |
Color Harmonies of #15A19A
Complementary color
Monochromatic Colors of #15A19A
Black with #15A19A
Text Example
Text Example
White with #15A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A19A; }
p { color: rgb(21,161,154); }
H1.HeaderClassName
{
color: #15A19A;
}
.AnyTagClassName
{
color: #15A19A;
}
</style>
background-color css
<style>
a { background-color: #15A19A; }
a { background-color: rgb(21,161,154); }
div.DivClassName
{
background-color: #15A19A;
}
.BgClassName
{
background-color: #15A19A;
}
</style>
border-color css
<style>
span { border-color: #15A19A; }
span { border-color: rgb(21,161,154); }
td.TdClassName
{
border-color: #15A19A;
}
.TagClassName
{
border-color: #15A19A;
}
</style>