Shades of Magic Mint #A0FFDE
Tints of Magic Mint #A0FFDE
RGB
CMYK
RGB Variations
Color information
#A0FFDE (or 0xA0FFDE) is known color: Magic Mint. HEX triplet: A0, FF and DE. RGB value is (160,255,222). Sum of RGB (Red+Green+Blue) = 160+255+222=637 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.12% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFDE is #5F0021. Grayscale: #DEDEDE. Windows color (decimal): -6225954 or 14614432. OLE color: 14614432.
HSL color Cylindrical-coordinate representation of color #A0FFDE: hue angle of 159.16º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FFDE is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 222 | - |
| CMYK | 0.37 | 0 | 0.13 | 0 |
| HSL | 159.16º | 1% | 0.81% | - |
| HSV(B) | 159.16º | 0.37% | 1% | - |
| XYZ | 63.44 | 84.27 | 82.03 | - |
| YUV | 222.83 | 127.53 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 222 | 0.37 | 0 | 0.13 | 0 | 159.16 | 1 | 0.81 |
| Hex | A0 | FF | DE | 25 | 0 | D | 0 | 9F | 64 | 51 |
| Octal | 240 | 377 | 336 | 45 | 0 | 15 | 0 | 237 | 144 | 121 |
| Binary | 10100000 | 11111111 | 11011110 | 100101 | 0 | 1101 | 0 | 10011111 | 1100100 | 1010001 |
Color Harmonies of #A0FFDE
Complementary color
Monochromatic Colors of #A0FFDE
Black with #A0FFDE
Text Example
Text Example
White with #A0FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFDE; }
p { color: rgb(160,255,222); }
H1.HeaderClassName
{
color: #A0FFDE;
}
.AnyTagClassName
{
color: #A0FFDE;
}
</style>
background-color css
<style>
a { background-color: #A0FFDE; }
a { background-color: rgb(160,255,222); }
div.DivClassName
{
background-color: #A0FFDE;
}
.BgClassName
{
background-color: #A0FFDE;
}
</style>
border-color css
<style>
span { border-color: #A0FFDE; }
span { border-color: rgb(160,255,222); }
td.TdClassName
{
border-color: #A0FFDE;
}
.TagClassName
{
border-color: #A0FFDE;
}
</style>