Shades of Magic Mint #A1FED5
Tints of Magic Mint #A1FED5
RGB
CMYK
RGB Variations
Color information
#A1FED5 (or 0xA1FED5) is known color: Magic Mint. HEX triplet: A1, FE and D5. RGB value is (161,254,213). Sum of RGB (Red+Green+Blue) = 161+254+213=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FED5 is #5E012A. Grayscale: #DDDDDD. Windows color (decimal): -6160683 or 14024353. OLE color: 14024353.
HSL color Cylindrical-coordinate representation of color #A1FED5: hue angle of 153.55º 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 #A1FED5 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 213 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.00 |
| HSL | 153.55º | 0.98% | 0.81% | - |
| HSV(B) | 153.55º | 0.37% | 1% | - |
| XYZ | 62.15 | 83.26 | 75.75 | - |
| YUV | 221.52 | 123.19 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 213 | 0.37 | 0 | 0.16 | 0.00 | 153.55 | 0.98 | 0.81 |
| Hex | A1 | FE | D5 | 25 | 0 | 10 | 0 | 9A | 62 | 51 |
| Octal | 241 | 376 | 325 | 45 | 0 | 20 | 0 | 232 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11010101 | 100101 | 0 | 10000 | 0 | 10011010 | 1100010 | 1010001 |
Color Harmonies of #A1FED5
Complementary color
Monochromatic Colors of #A1FED5
Black with #A1FED5
Text Example
Text Example
White with #A1FED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FED5; }
p { color: rgb(161,254,213); }
H1.HeaderClassName
{
color: #A1FED5;
}
.AnyTagClassName
{
color: #A1FED5;
}
</style>
background-color css
<style>
a { background-color: #A1FED5; }
a { background-color: rgb(161,254,213); }
div.DivClassName
{
background-color: #A1FED5;
}
.BgClassName
{
background-color: #A1FED5;
}
</style>
border-color css
<style>
span { border-color: #A1FED5; }
span { border-color: rgb(161,254,213); }
td.TdClassName
{
border-color: #A1FED5;
}
.TagClassName
{
border-color: #A1FED5;
}
</style>