Shades of Magic Mint #A1FEDE
Tints of Magic Mint #A1FEDE
RGB
CMYK
RGB Variations
Color information
#A1FEDE (or 0xA1FEDE) is known color: Magic Mint. HEX triplet: A1, FE and DE. RGB value is (161,254,222). Sum of RGB (Red+Green+Blue) = 161+254+222=637 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.27% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEDE is #5E0121. Grayscale: #DEDEDE. Windows color (decimal): -6160674 or 14614177. OLE color: 14614177.
HSL color Cylindrical-coordinate representation of color #A1FEDE: hue angle of 159.35º 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 #A1FEDE is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 222 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.00 |
| HSL | 159.35º | 0.98% | 0.81% | - |
| HSV(B) | 159.35º | 0.37% | 1% | - |
| XYZ | 63.32 | 83.73 | 81.93 | - |
| YUV | 222.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 222 | 0.37 | 0 | 0.13 | 0.00 | 159.35 | 0.98 | 0.81 |
| Hex | A1 | FE | DE | 25 | 0 | D | 0 | 9F | 62 | 51 |
| Octal | 241 | 376 | 336 | 45 | 0 | 15 | 0 | 237 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11011110 | 100101 | 0 | 1101 | 0 | 10011111 | 1100010 | 1010001 |
Color Harmonies of #A1FEDE
Complementary color
Monochromatic Colors of #A1FEDE
Black with #A1FEDE
Text Example
Text Example
White with #A1FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEDE; }
p { color: rgb(161,254,222); }
H1.HeaderClassName
{
color: #A1FEDE;
}
.AnyTagClassName
{
color: #A1FEDE;
}
</style>
background-color css
<style>
a { background-color: #A1FEDE; }
a { background-color: rgb(161,254,222); }
div.DivClassName
{
background-color: #A1FEDE;
}
.BgClassName
{
background-color: #A1FEDE;
}
</style>
border-color css
<style>
span { border-color: #A1FEDE; }
span { border-color: rgb(161,254,222); }
td.TdClassName
{
border-color: #A1FEDE;
}
.TagClassName
{
border-color: #A1FEDE;
}
</style>