Shades of Magic Mint #A2FADE
Tints of Magic Mint #A2FADE
RGB
CMYK
RGB Variations
Color information
#A2FADE (or 0xA2FADE) is known color: Magic Mint. HEX triplet: A2, FA and DE. RGB value is (162,250,222). Sum of RGB (Red+Green+Blue) = 162+250+222=634 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.55% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FADE is #5D0521. Grayscale: #DCDCDC. Windows color (decimal): -6096162 or 14613154. OLE color: 14613154.
HSL color Cylindrical-coordinate representation of color #A2FADE: hue angle of 160.91º 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 #A2FADE is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 222 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.02 |
| HSL | 160.91º | 0.9% | 0.81% | - |
| HSV(B) | 160.91º | 0.35% | 0.98% | - |
| XYZ | 62.27 | 81.33 | 81.52 | - |
| YUV | 220.5 | 128.85 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 222 | 0.35 | 0 | 0.11 | 0.02 | 160.91 | 0.9 | 0.81 |
| Hex | A2 | FA | DE | 23 | 0 | B | 2 | A1 | 5A | 51 |
| Octal | 242 | 372 | 336 | 43 | 0 | 13 | 2 | 241 | 132 | 121 |
| Binary | 10100010 | 11111010 | 11011110 | 100011 | 0 | 1011 | 10 | 10100001 | 1011010 | 1010001 |
Color Harmonies of #A2FADE
Complementary color
Monochromatic Colors of #A2FADE
Black with #A2FADE
Text Example
Text Example
White with #A2FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FADE; }
p { color: rgb(162,250,222); }
H1.HeaderClassName
{
color: #A2FADE;
}
.AnyTagClassName
{
color: #A2FADE;
}
</style>
background-color css
<style>
a { background-color: #A2FADE; }
a { background-color: rgb(162,250,222); }
div.DivClassName
{
background-color: #A2FADE;
}
.BgClassName
{
background-color: #A2FADE;
}
</style>
border-color css
<style>
span { border-color: #A2FADE; }
span { border-color: rgb(162,250,222); }
td.TdClassName
{
border-color: #A2FADE;
}
.TagClassName
{
border-color: #A2FADE;
}
</style>