Shades of Java #15A295
Tints of Java #15A295
RGB
CMYK
RGB Variations
Color information
#15A295 (or 0x15A295) is known color: Java. HEX triplet: 15, A2 and 95. RGB value is (21,162,149). Sum of RGB (Red+Green+Blue) = 21+162+149=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #15A295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A295 is #EA5D6A. Grayscale: #767676. Windows color (decimal): -15359339 or 9806357. OLE color: 9806357.
HSL color Cylindrical-coordinate representation of color #15A295: hue angle of 174.47º 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 #15A295 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 162 | 149 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.36 |
| HSL | 174.47º | 0.77% | 0.36% | - |
| HSV(B) | 174.47º | 0.87% | 0.64% | - |
| XYZ | 18.65 | 28.17 | 32.89 | - |
| YUV | 118.36 | 145.29 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 162 | 149 | 0.87 | 0 | 0.08 | 0.36 | 174.47 | 0.77 | 0.36 |
| Hex | 15 | A2 | 95 | 57 | 0 | 8 | 24 | AE | 4D | 24 |
| Octal | 25 | 242 | 225 | 127 | 0 | 10 | 44 | 256 | 115 | 44 |
| Binary | 10101 | 10100010 | 10010101 | 1010111 | 0 | 1000 | 100100 | 10101110 | 1001101 | 100100 |
Color Harmonies of #15A295
Complementary color
Monochromatic Colors of #15A295
Black with #15A295
Text Example
Text Example
White with #15A295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A295; }
p { color: rgb(21,162,149); }
H1.HeaderClassName
{
color: #15A295;
}
.AnyTagClassName
{
color: #15A295;
}
</style>
background-color css
<style>
a { background-color: #15A295; }
a { background-color: rgb(21,162,149); }
div.DivClassName
{
background-color: #15A295;
}
.BgClassName
{
background-color: #15A295;
}
</style>
border-color css
<style>
span { border-color: #15A295; }
span { border-color: rgb(21,162,149); }
td.TdClassName
{
border-color: #15A295;
}
.TagClassName
{
border-color: #15A295;
}
</style>