Shades of Magic Mint #A0FEDD
Tints of Magic Mint #A0FEDD
RGB
CMYK
RGB Variations
Color information
#A0FEDD (or 0xA0FEDD) is known color: Magic Mint. HEX triplet: A0, FE and DD. RGB value is (160,254,221). Sum of RGB (Red+Green+Blue) = 160+254+221=635 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.20% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FEDD is #5F0122. Grayscale: #DEDEDE. Windows color (decimal): -6226211 or 14548640. OLE color: 14548640.
HSL color Cylindrical-coordinate representation of color #A0FEDD: hue angle of 158.94º 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 #A0FEDD is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 221 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.00 |
| HSL | 158.94º | 0.98% | 0.81% | - |
| HSV(B) | 158.94º | 0.37% | 1% | - |
| XYZ | 62.99 | 83.58 | 81.22 | - |
| YUV | 222.13 | 127.36 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 221 | 0.37 | 0 | 0.13 | 0.00 | 158.94 | 0.98 | 0.81 |
| Hex | A0 | FE | DD | 25 | 0 | D | 0 | 9F | 62 | 51 |
| Octal | 240 | 376 | 335 | 45 | 0 | 15 | 0 | 237 | 142 | 121 |
| Binary | 10100000 | 11111110 | 11011101 | 100101 | 0 | 1101 | 0 | 10011111 | 1100010 | 1010001 |
Color Harmonies of #A0FEDD
Complementary color
Monochromatic Colors of #A0FEDD
Black with #A0FEDD
Text Example
Text Example
White with #A0FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FEDD; }
p { color: rgb(160,254,221); }
H1.HeaderClassName
{
color: #A0FEDD;
}
.AnyTagClassName
{
color: #A0FEDD;
}
</style>
background-color css
<style>
a { background-color: #A0FEDD; }
a { background-color: rgb(160,254,221); }
div.DivClassName
{
background-color: #A0FEDD;
}
.BgClassName
{
background-color: #A0FEDD;
}
</style>
border-color css
<style>
span { border-color: #A0FEDD; }
span { border-color: rgb(160,254,221); }
td.TdClassName
{
border-color: #A0FEDD;
}
.TagClassName
{
border-color: #A0FEDD;
}
</style>