Shades of Magic Mint #A0EEC0
Tints of Magic Mint #A0EEC0
RGB
CMYK
RGB Variations
Color information
#A0EEC0 (or 0xA0EEC0) is known color: Magic Mint. HEX triplet: A0, EE and C0. RGB value is (160,238,192). Sum of RGB (Red+Green+Blue) = 160+238+192=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEC0 is #5F113F. Grayscale: #D1D1D1. Windows color (decimal): -6230336 or 12644000. OLE color: 12644000.
HSL color Cylindrical-coordinate representation of color #A0EEC0: hue angle of 144.62º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EEC0 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 192 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.07 |
| HSL | 144.62º | 0.7% | 0.78% | - |
| HSV(B) | 144.62º | 0.33% | 0.93% | - |
| XYZ | 54.59 | 72.43 | 60.97 | - |
| YUV | 209.43 | 118.16 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 192 | 0.33 | 0 | 0.19 | 0.07 | 144.62 | 0.7 | 0.78 |
| Hex | A0 | EE | C0 | 21 | 0 | 13 | 7 | 91 | 46 | 4E |
| Octal | 240 | 356 | 300 | 41 | 0 | 23 | 7 | 221 | 106 | 116 |
| Binary | 10100000 | 11101110 | 11000000 | 100001 | 0 | 10011 | 111 | 10010001 | 1000110 | 1001110 |
Color Harmonies of #A0EEC0
Complementary color
Monochromatic Colors of #A0EEC0
Black with #A0EEC0
Text Example
Text Example
White with #A0EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEC0; }
p { color: rgb(160,238,192); }
H1.HeaderClassName
{
color: #A0EEC0;
}
.AnyTagClassName
{
color: #A0EEC0;
}
</style>
background-color css
<style>
a { background-color: #A0EEC0; }
a { background-color: rgb(160,238,192); }
div.DivClassName
{
background-color: #A0EEC0;
}
.BgClassName
{
background-color: #A0EEC0;
}
</style>
border-color css
<style>
span { border-color: #A0EEC0; }
span { border-color: rgb(160,238,192); }
td.TdClassName
{
border-color: #A0EEC0;
}
.TagClassName
{
border-color: #A0EEC0;
}
</style>