Shades of Magic Mint #A0FED0
Tints of Magic Mint #A0FED0
RGB
CMYK
RGB Variations
Color information
#A0FED0 (or 0xA0FED0) is known color: Magic Mint. HEX triplet: A0, FE and D0. RGB value is (160,254,208). Sum of RGB (Red+Green+Blue) = 160+254+208=622 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.72% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FED0 is #5F012F. Grayscale: #DCDCDC. Windows color (decimal): -6226224 or 13696672. OLE color: 13696672.
HSL color Cylindrical-coordinate representation of color #A0FED0: hue angle of 150.64º 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 #A0FED0 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 208 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.00 |
| HSL | 150.64º | 0.98% | 0.81% | - |
| HSV(B) | 150.64º | 0.37% | 1% | - |
| XYZ | 61.32 | 82.91 | 72.45 | - |
| YUV | 220.65 | 120.86 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 208 | 0.37 | 0 | 0.18 | 0.00 | 150.64 | 0.98 | 0.81 |
| Hex | A0 | FE | D0 | 25 | 0 | 12 | 0 | 97 | 62 | 51 |
| Octal | 240 | 376 | 320 | 45 | 0 | 22 | 0 | 227 | 142 | 121 |
| Binary | 10100000 | 11111110 | 11010000 | 100101 | 0 | 10010 | 0 | 10010111 | 1100010 | 1010001 |
Color Harmonies of #A0FED0
Complementary color
Monochromatic Colors of #A0FED0
Black with #A0FED0
Text Example
Text Example
White with #A0FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FED0; }
p { color: rgb(160,254,208); }
H1.HeaderClassName
{
color: #A0FED0;
}
.AnyTagClassName
{
color: #A0FED0;
}
</style>
background-color css
<style>
a { background-color: #A0FED0; }
a { background-color: rgb(160,254,208); }
div.DivClassName
{
background-color: #A0FED0;
}
.BgClassName
{
background-color: #A0FED0;
}
</style>
border-color css
<style>
span { border-color: #A0FED0; }
span { border-color: rgb(160,254,208); }
td.TdClassName
{
border-color: #A0FED0;
}
.TagClassName
{
border-color: #A0FED0;
}
</style>