Shades of Magic Mint #A1FED2
Tints of Magic Mint #A1FED2
RGB
CMYK
RGB Variations
Color information
#A1FED2 (or 0xA1FED2) is known color: Magic Mint. HEX triplet: A1, FE and D2. RGB value is (161,254,210). Sum of RGB (Red+Green+Blue) = 161+254+210=625 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.76% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FED2 is #5E012D. Grayscale: #DDDDDD. Windows color (decimal): -6160686 or 13827745. OLE color: 13827745.
HSL color Cylindrical-coordinate representation of color #A1FED2: hue angle of 151.61º 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 #A1FED2 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 210 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.00 |
| HSL | 151.61º | 0.98% | 0.81% | - |
| HSV(B) | 151.61º | 0.37% | 1% | - |
| XYZ | 61.77 | 83.11 | 73.76 | - |
| YUV | 221.18 | 121.69 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 210 | 0.37 | 0 | 0.17 | 0.00 | 151.61 | 0.98 | 0.81 |
| Hex | A1 | FE | D2 | 25 | 0 | 11 | 0 | 98 | 62 | 51 |
| Octal | 241 | 376 | 322 | 45 | 0 | 21 | 0 | 230 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11010010 | 100101 | 0 | 10001 | 0 | 10011000 | 1100010 | 1010001 |
Color Harmonies of #A1FED2
Complementary color
Monochromatic Colors of #A1FED2
Black with #A1FED2
Text Example
Text Example
White with #A1FED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FED2; }
p { color: rgb(161,254,210); }
H1.HeaderClassName
{
color: #A1FED2;
}
.AnyTagClassName
{
color: #A1FED2;
}
</style>
background-color css
<style>
a { background-color: #A1FED2; }
a { background-color: rgb(161,254,210); }
div.DivClassName
{
background-color: #A1FED2;
}
.BgClassName
{
background-color: #A1FED2;
}
</style>
border-color css
<style>
span { border-color: #A1FED2; }
span { border-color: rgb(161,254,210); }
td.TdClassName
{
border-color: #A1FED2;
}
.TagClassName
{
border-color: #A1FED2;
}
</style>