Shades of Magic Mint #A0FECC
Tints of Magic Mint #A0FECC
RGB
CMYK
RGB Variations
Color information
#A0FECC (or 0xA0FECC) is known color: Magic Mint. HEX triplet: A0, FE and CC. RGB value is (160,254,204). Sum of RGB (Red+Green+Blue) = 160+254+204=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FECC is #5F0133. Grayscale: #DCDCDC. Windows color (decimal): -6226228 or 13434528. OLE color: 13434528.
HSL color Cylindrical-coordinate representation of color #A0FECC: hue angle of 148.09º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FECC is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 204 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.00 |
| HSL | 148.09º | 0.98% | 0.81% | - |
| HSV(B) | 148.09º | 0.37% | 1% | - |
| XYZ | 60.84 | 82.72 | 69.89 | - |
| YUV | 220.19 | 118.86 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 204 | 0.37 | 0 | 0.20 | 0.00 | 148.09 | 0.98 | 0.81 |
| Hex | A0 | FE | CC | 25 | 0 | 14 | 0 | 94 | 62 | 51 |
| Octal | 240 | 376 | 314 | 45 | 0 | 24 | 0 | 224 | 142 | 121 |
| Binary | 10100000 | 11111110 | 11001100 | 100101 | 0 | 10100 | 0 | 10010100 | 1100010 | 1010001 |
Color Harmonies of #A0FECC
Complementary color
Monochromatic Colors of #A0FECC
Black with #A0FECC
Text Example
Text Example
White with #A0FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FECC; }
p { color: rgb(160,254,204); }
H1.HeaderClassName
{
color: #A0FECC;
}
.AnyTagClassName
{
color: #A0FECC;
}
</style>
background-color css
<style>
a { background-color: #A0FECC; }
a { background-color: rgb(160,254,204); }
div.DivClassName
{
background-color: #A0FECC;
}
.BgClassName
{
background-color: #A0FECC;
}
</style>
border-color css
<style>
span { border-color: #A0FECC; }
span { border-color: rgb(160,254,204); }
td.TdClassName
{
border-color: #A0FECC;
}
.TagClassName
{
border-color: #A0FECC;
}
</style>