Shades of Magic Mint #A0EAC0
Tints of Magic Mint #A0EAC0
RGB
CMYK
RGB Variations
Color information
#A0EAC0 (or 0xA0EAC0) is known color: Magic Mint. HEX triplet: A0, EA and C0. RGB value is (160,234,192). Sum of RGB (Red+Green+Blue) = 160+234+192=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EAC0 is #5F153F. Grayscale: #CFCFCF. Windows color (decimal): -6231360 or 12642976. OLE color: 12642976.
HSL color Cylindrical-coordinate representation of color #A0EAC0: hue angle of 145.95º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EAC0 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 192 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.08 |
| HSL | 145.95º | 0.64% | 0.77% | - |
| HSV(B) | 145.95º | 0.32% | 0.92% | - |
| XYZ | 53.43 | 70.12 | 60.59 | - |
| YUV | 207.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 192 | 0.32 | 0 | 0.18 | 0.08 | 145.95 | 0.64 | 0.77 |
| Hex | A0 | EA | C0 | 20 | 0 | 12 | 8 | 92 | 40 | 4D |
| Octal | 240 | 352 | 300 | 40 | 0 | 22 | 10 | 222 | 100 | 115 |
| Binary | 10100000 | 11101010 | 11000000 | 100000 | 0 | 10010 | 1000 | 10010010 | 1000000 | 1001101 |
Color Harmonies of #A0EAC0
Complementary color
Monochromatic Colors of #A0EAC0
Black with #A0EAC0
Text Example
Text Example
White with #A0EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EAC0; }
p { color: rgb(160,234,192); }
H1.HeaderClassName
{
color: #A0EAC0;
}
.AnyTagClassName
{
color: #A0EAC0;
}
</style>
background-color css
<style>
a { background-color: #A0EAC0; }
a { background-color: rgb(160,234,192); }
div.DivClassName
{
background-color: #A0EAC0;
}
.BgClassName
{
background-color: #A0EAC0;
}
</style>
border-color css
<style>
span { border-color: #A0EAC0; }
span { border-color: rgb(160,234,192); }
td.TdClassName
{
border-color: #A0EAC0;
}
.TagClassName
{
border-color: #A0EAC0;
}
</style>