Shades of Magic Mint #A2FED1
Tints of Magic Mint #A2FED1
RGB
CMYK
RGB Variations
Color information
#A2FED1 (or 0xA2FED1) is known color: Magic Mint. HEX triplet: A2, FE and D1. RGB value is (162,254,209). Sum of RGB (Red+Green+Blue) = 162+254+209=625 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.92% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FED1 is #5D012E. Grayscale: #DDDDDD. Windows color (decimal): -6095151 or 13762210. OLE color: 13762210.
HSL color Cylindrical-coordinate representation of color #A2FED1: hue angle of 150.65º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FED1 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 254 | 209 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.00 |
| HSL | 150.65º | 0.98% | 0.82% | - |
| HSV(B) | 150.65º | 0.36% | 1% | - |
| XYZ | 61.85 | 83.17 | 73.11 | - |
| YUV | 221.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 254 | 209 | 0.36 | 0 | 0.18 | 0.00 | 150.65 | 0.98 | 0.82 |
| Hex | A2 | FE | D1 | 24 | 0 | 12 | 0 | 97 | 62 | 52 |
| Octal | 242 | 376 | 321 | 44 | 0 | 22 | 0 | 227 | 142 | 122 |
| Binary | 10100010 | 11111110 | 11010001 | 100100 | 0 | 10010 | 0 | 10010111 | 1100010 | 1010010 |
Color Harmonies of #A2FED1
Complementary color
Monochromatic Colors of #A2FED1
Black with #A2FED1
Text Example
Text Example
White with #A2FED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FED1; }
p { color: rgb(162,254,209); }
H1.HeaderClassName
{
color: #A2FED1;
}
.AnyTagClassName
{
color: #A2FED1;
}
</style>
background-color css
<style>
a { background-color: #A2FED1; }
a { background-color: rgb(162,254,209); }
div.DivClassName
{
background-color: #A2FED1;
}
.BgClassName
{
background-color: #A2FED1;
}
</style>
border-color css
<style>
span { border-color: #A2FED1; }
span { border-color: rgb(162,254,209); }
td.TdClassName
{
border-color: #A2FED1;
}
.TagClassName
{
border-color: #A2FED1;
}
</style>