Shades of Java #15A19D
Tints of Java #15A19D
RGB
CMYK
RGB Variations
Color information
#15A19D (or 0x15A19D) is known color: Java. HEX triplet: 15, A1 and 9D. RGB value is (21,161,157). Sum of RGB (Red+Green+Blue) = 21+161+157=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #15A19D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A19D is #EA5E62. Grayscale: #767676. Windows color (decimal): -15359587 or 10330389. OLE color: 10330389.
HSL color Cylindrical-coordinate representation of color #15A19D: hue angle of 178.29º 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 #15A19D is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 161 | 157 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.37 |
| HSL | 178.29º | 0.77% | 0.36% | - |
| HSV(B) | 178.29º | 0.87% | 0.63% | - |
| XYZ | 19.14 | 28.08 | 36.31 | - |
| YUV | 118.68 | 149.62 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 161 | 157 | 0.87 | 0 | 0.02 | 0.37 | 178.29 | 0.77 | 0.36 |
| Hex | 15 | A1 | 9D | 57 | 0 | 2 | 25 | B2 | 4D | 24 |
| Octal | 25 | 241 | 235 | 127 | 0 | 2 | 45 | 262 | 115 | 44 |
| Binary | 10101 | 10100001 | 10011101 | 1010111 | 0 | 10 | 100101 | 10110010 | 1001101 | 100100 |
Color Harmonies of #15A19D
Complementary color
Monochromatic Colors of #15A19D
Black with #15A19D
Text Example
Text Example
White with #15A19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A19D; }
p { color: rgb(21,161,157); }
H1.HeaderClassName
{
color: #15A19D;
}
.AnyTagClassName
{
color: #15A19D;
}
</style>
background-color css
<style>
a { background-color: #15A19D; }
a { background-color: rgb(21,161,157); }
div.DivClassName
{
background-color: #15A19D;
}
.BgClassName
{
background-color: #15A19D;
}
</style>
border-color css
<style>
span { border-color: #15A19D; }
span { border-color: rgb(21,161,157); }
td.TdClassName
{
border-color: #15A19D;
}
.TagClassName
{
border-color: #15A19D;
}
</style>