Shades of Magic Mint #A2FAE0
Tints of Magic Mint #A2FAE0
RGB
CMYK
RGB Variations
Color information
#A2FAE0 (or 0xA2FAE0) is known color: Magic Mint. HEX triplet: A2, FA and E0. RGB value is (162,250,224). Sum of RGB (Red+Green+Blue) = 162+250+224=636 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.47% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FAE0 is #5D051F. Grayscale: #DCDCDC. Windows color (decimal): -6096160 or 14744226. OLE color: 14744226.
HSL color Cylindrical-coordinate representation of color #A2FAE0: hue angle of 162.27º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2FAE0 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 224 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.02 |
| HSL | 162.27º | 0.9% | 0.81% | - |
| HSV(B) | 162.27º | 0.35% | 0.98% | - |
| XYZ | 62.54 | 81.43 | 82.94 | - |
| YUV | 220.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 224 | 0.35 | 0 | 0.10 | 0.02 | 162.27 | 0.9 | 0.81 |
| Hex | A2 | FA | E0 | 23 | 0 | A | 2 | A2 | 5A | 51 |
| Octal | 242 | 372 | 340 | 43 | 0 | 12 | 2 | 242 | 132 | 121 |
| Binary | 10100010 | 11111010 | 11100000 | 100011 | 0 | 1010 | 10 | 10100010 | 1011010 | 1010001 |
Color Harmonies of #A2FAE0
Complementary color
Monochromatic Colors of #A2FAE0
Black with #A2FAE0
Text Example
Text Example
White with #A2FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FAE0; }
p { color: rgb(162,250,224); }
H1.HeaderClassName
{
color: #A2FAE0;
}
.AnyTagClassName
{
color: #A2FAE0;
}
</style>
background-color css
<style>
a { background-color: #A2FAE0; }
a { background-color: rgb(162,250,224); }
div.DivClassName
{
background-color: #A2FAE0;
}
.BgClassName
{
background-color: #A2FAE0;
}
</style>
border-color css
<style>
span { border-color: #A2FAE0; }
span { border-color: rgb(162,250,224); }
td.TdClassName
{
border-color: #A2FAE0;
}
.TagClassName
{
border-color: #A2FAE0;
}
</style>