Shades of Java #15A0A4
Tints of Java #15A0A4
RGB
CMYK
RGB Variations
Color information
#15A0A4 (or 0x15A0A4) is known color: Java. HEX triplet: 15, A0 and A4. RGB value is (21,160,164). Sum of RGB (Red+Green+Blue) = 21+160+164=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 164 - color contains mainly: blue. Hex color #15A0A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A0A4 is #EA5F5B. Grayscale: #767676. Windows color (decimal): -15359836 or 10788885. OLE color: 10788885.
HSL color Cylindrical-coordinate representation of color #15A0A4: hue angle of 181.68º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A0A4 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 160 | 164 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.36 |
| HSL | 181.68º | 0.77% | 0.36% | - |
| HSV(B) | 181.68º | 0.87% | 0.64% | - |
| XYZ | 19.58 | 27.98 | 39.49 | - |
| YUV | 118.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 164 | 0.87 | 0.02 | 0 | 0.36 | 181.68 | 0.77 | 0.36 |
| Hex | 15 | A0 | A4 | 57 | 2 | 0 | 24 | B6 | 4D | 24 |
| Octal | 25 | 240 | 244 | 127 | 2 | 0 | 44 | 266 | 115 | 44 |
| Binary | 10101 | 10100000 | 10100100 | 1010111 | 10 | 0 | 100100 | 10110110 | 1001101 | 100100 |
Color Harmonies of #15A0A4
Complementary color
Monochromatic Colors of #15A0A4
Black with #15A0A4
Text Example
Text Example
White with #15A0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A0A4; }
p { color: rgb(21,160,164); }
H1.HeaderClassName
{
color: #15A0A4;
}
.AnyTagClassName
{
color: #15A0A4;
}
</style>
background-color css
<style>
a { background-color: #15A0A4; }
a { background-color: rgb(21,160,164); }
div.DivClassName
{
background-color: #15A0A4;
}
.BgClassName
{
background-color: #15A0A4;
}
</style>
border-color css
<style>
span { border-color: #15A0A4; }
span { border-color: rgb(21,160,164); }
td.TdClassName
{
border-color: #15A0A4;
}
.TagClassName
{
border-color: #15A0A4;
}
</style>