Shades of Magic Mint #A0EECC
Tints of Magic Mint #A0EECC
RGB
CMYK
RGB Variations
Color information
#A0EECC (or 0xA0EECC) is known color: Magic Mint. HEX triplet: A0, EE and CC. RGB value is (160,238,204). Sum of RGB (Red+Green+Blue) = 160+238+204=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EECC is #5F1133. Grayscale: #D2D2D2. Windows color (decimal): -6230324 or 13430432. OLE color: 13430432.
HSL color Cylindrical-coordinate representation of color #A0EECC: hue angle of 153.85º 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 #A0EECC is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 204 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.07 |
| HSL | 153.85º | 0.7% | 0.78% | - |
| HSV(B) | 153.85º | 0.33% | 0.93% | - |
| XYZ | 55.97 | 72.98 | 68.26 | - |
| YUV | 210.8 | 124.16 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 204 | 0.33 | 0 | 0.14 | 0.07 | 153.85 | 0.7 | 0.78 |
| Hex | A0 | EE | CC | 21 | 0 | E | 7 | 9A | 46 | 4E |
| Octal | 240 | 356 | 314 | 41 | 0 | 16 | 7 | 232 | 106 | 116 |
| Binary | 10100000 | 11101110 | 11001100 | 100001 | 0 | 1110 | 111 | 10011010 | 1000110 | 1001110 |
Color Harmonies of #A0EECC
Complementary color
Monochromatic Colors of #A0EECC
Black with #A0EECC
Text Example
Text Example
White with #A0EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EECC; }
p { color: rgb(160,238,204); }
H1.HeaderClassName
{
color: #A0EECC;
}
.AnyTagClassName
{
color: #A0EECC;
}
</style>
background-color css
<style>
a { background-color: #A0EECC; }
a { background-color: rgb(160,238,204); }
div.DivClassName
{
background-color: #A0EECC;
}
.BgClassName
{
background-color: #A0EECC;
}
</style>
border-color css
<style>
span { border-color: #A0EECC; }
span { border-color: rgb(160,238,204); }
td.TdClassName
{
border-color: #A0EECC;
}
.TagClassName
{
border-color: #A0EECC;
}
</style>