Shades of Magic Mint #A1FED3
Tints of Magic Mint #A1FED3
RGB
CMYK
RGB Variations
Color information
#A1FED3 (or 0xA1FED3) is known color: Magic Mint. HEX triplet: A1, FE and D3. RGB value is (161,254,211). Sum of RGB (Red+Green+Blue) = 161+254+211=626 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.72% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FED3 is #5E012C. Grayscale: #DDDDDD. Windows color (decimal): -6160685 or 13893281. OLE color: 13893281.
HSL color Cylindrical-coordinate representation of color #A1FED3: hue angle of 152.26º 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 #A1FED3 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 211 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.00 |
| HSL | 152.26º | 0.98% | 0.81% | - |
| HSV(B) | 152.26º | 0.37% | 1% | - |
| XYZ | 61.9 | 83.16 | 74.42 | - |
| YUV | 221.29 | 122.19 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 211 | 0.37 | 0 | 0.17 | 0.00 | 152.26 | 0.98 | 0.81 |
| Hex | A1 | FE | D3 | 25 | 0 | 11 | 0 | 98 | 62 | 51 |
| Octal | 241 | 376 | 323 | 45 | 0 | 21 | 0 | 230 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11010011 | 100101 | 0 | 10001 | 0 | 10011000 | 1100010 | 1010001 |
Color Harmonies of #A1FED3
Complementary color
Monochromatic Colors of #A1FED3
Black with #A1FED3
Text Example
Text Example
White with #A1FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FED3; }
p { color: rgb(161,254,211); }
H1.HeaderClassName
{
color: #A1FED3;
}
.AnyTagClassName
{
color: #A1FED3;
}
</style>
background-color css
<style>
a { background-color: #A1FED3; }
a { background-color: rgb(161,254,211); }
div.DivClassName
{
background-color: #A1FED3;
}
.BgClassName
{
background-color: #A1FED3;
}
</style>
border-color css
<style>
span { border-color: #A1FED3; }
span { border-color: rgb(161,254,211); }
td.TdClassName
{
border-color: #A1FED3;
}
.TagClassName
{
border-color: #A1FED3;
}
</style>