Shades of Magic Mint #A0FED4
Tints of Magic Mint #A0FED4
RGB
CMYK
RGB Variations
Color information
#A0FED4 (or 0xA0FED4) is known color: Magic Mint. HEX triplet: A0, FE and D4. RGB value is (160,254,212). Sum of RGB (Red+Green+Blue) = 160+254+212=626 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.56% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FED4 is #5F012B. Grayscale: #DDDDDD. Windows color (decimal): -6226220 or 13958816. OLE color: 13958816.
HSL color Cylindrical-coordinate representation of color #A0FED4: hue angle of 153.19º 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 #A0FED4 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 212 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.00 |
| HSL | 153.19º | 0.98% | 0.81% | - |
| HSV(B) | 153.19º | 0.37% | 1% | - |
| XYZ | 61.82 | 83.11 | 75.07 | - |
| YUV | 221.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 212 | 0.37 | 0 | 0.17 | 0.00 | 153.19 | 0.98 | 0.81 |
| Hex | A0 | FE | D4 | 25 | 0 | 11 | 0 | 99 | 62 | 51 |
| Octal | 240 | 376 | 324 | 45 | 0 | 21 | 0 | 231 | 142 | 121 |
| Binary | 10100000 | 11111110 | 11010100 | 100101 | 0 | 10001 | 0 | 10011001 | 1100010 | 1010001 |
Color Harmonies of #A0FED4
Complementary color
Monochromatic Colors of #A0FED4
Black with #A0FED4
Text Example
Text Example
White with #A0FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FED4; }
p { color: rgb(160,254,212); }
H1.HeaderClassName
{
color: #A0FED4;
}
.AnyTagClassName
{
color: #A0FED4;
}
</style>
background-color css
<style>
a { background-color: #A0FED4; }
a { background-color: rgb(160,254,212); }
div.DivClassName
{
background-color: #A0FED4;
}
.BgClassName
{
background-color: #A0FED4;
}
</style>
border-color css
<style>
span { border-color: #A0FED4; }
span { border-color: rgb(160,254,212); }
td.TdClassName
{
border-color: #A0FED4;
}
.TagClassName
{
border-color: #A0FED4;
}
</style>