Shades of Magic Mint #A1FEDA
Tints of Magic Mint #A1FEDA
RGB
CMYK
RGB Variations
Color information
#A1FEDA (or 0xA1FEDA) is known color: Magic Mint. HEX triplet: A1, FE and DA. RGB value is (161,254,218). Sum of RGB (Red+Green+Blue) = 161+254+218=633 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.43% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEDA is #5E0125. Grayscale: #DEDEDE. Windows color (decimal): -6160678 or 14352033. OLE color: 14352033.
HSL color Cylindrical-coordinate representation of color #A1FEDA: hue angle of 156.77º 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 #A1FEDA is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 218 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.00 |
| HSL | 156.77º | 0.98% | 0.81% | - |
| HSV(B) | 156.77º | 0.37% | 1% | - |
| XYZ | 62.79 | 83.52 | 79.14 | - |
| YUV | 222.09 | 125.69 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 218 | 0.37 | 0 | 0.14 | 0.00 | 156.77 | 0.98 | 0.81 |
| Hex | A1 | FE | DA | 25 | 0 | E | 0 | 9D | 62 | 51 |
| Octal | 241 | 376 | 332 | 45 | 0 | 16 | 0 | 235 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11011010 | 100101 | 0 | 1110 | 0 | 10011101 | 1100010 | 1010001 |
Color Harmonies of #A1FEDA
Complementary color
Monochromatic Colors of #A1FEDA
Black with #A1FEDA
Text Example
Text Example
White with #A1FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEDA; }
p { color: rgb(161,254,218); }
H1.HeaderClassName
{
color: #A1FEDA;
}
.AnyTagClassName
{
color: #A1FEDA;
}
</style>
background-color css
<style>
a { background-color: #A1FEDA; }
a { background-color: rgb(161,254,218); }
div.DivClassName
{
background-color: #A1FEDA;
}
.BgClassName
{
background-color: #A1FEDA;
}
</style>
border-color css
<style>
span { border-color: #A1FEDA; }
span { border-color: rgb(161,254,218); }
td.TdClassName
{
border-color: #A1FEDA;
}
.TagClassName
{
border-color: #A1FEDA;
}
</style>