Shades of Magic Mint #A0EEC1
Tints of Magic Mint #A0EEC1
RGB
CMYK
RGB Variations
Color information
#A0EEC1 (or 0xA0EEC1) is known color: Magic Mint. HEX triplet: A0, EE and C1. RGB value is (160,238,193). Sum of RGB (Red+Green+Blue) = 160+238+193=591 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.07% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEC1 is #5F113E. Grayscale: #D1D1D1. Windows color (decimal): -6230335 or 12709536. OLE color: 12709536.
HSL color Cylindrical-coordinate representation of color #A0EEC1: hue angle of 145.38º 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 #A0EEC1 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 193 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.07 |
| HSL | 145.38º | 0.7% | 0.78% | - |
| HSV(B) | 145.38º | 0.33% | 0.93% | - |
| XYZ | 54.7 | 72.47 | 61.56 | - |
| YUV | 209.55 | 118.66 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 193 | 0.33 | 0 | 0.19 | 0.07 | 145.38 | 0.7 | 0.78 |
| Hex | A0 | EE | C1 | 21 | 0 | 13 | 7 | 91 | 46 | 4E |
| Octal | 240 | 356 | 301 | 41 | 0 | 23 | 7 | 221 | 106 | 116 |
| Binary | 10100000 | 11101110 | 11000001 | 100001 | 0 | 10011 | 111 | 10010001 | 1000110 | 1001110 |
Color Harmonies of #A0EEC1
Complementary color
Monochromatic Colors of #A0EEC1
Black with #A0EEC1
Text Example
Text Example
White with #A0EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEC1; }
p { color: rgb(160,238,193); }
H1.HeaderClassName
{
color: #A0EEC1;
}
.AnyTagClassName
{
color: #A0EEC1;
}
</style>
background-color css
<style>
a { background-color: #A0EEC1; }
a { background-color: rgb(160,238,193); }
div.DivClassName
{
background-color: #A0EEC1;
}
.BgClassName
{
background-color: #A0EEC1;
}
</style>
border-color css
<style>
span { border-color: #A0EEC1; }
span { border-color: rgb(160,238,193); }
td.TdClassName
{
border-color: #A0EEC1;
}
.TagClassName
{
border-color: #A0EEC1;
}
</style>