Shades of Magic Mint #A2FADA
Tints of Magic Mint #A2FADA
RGB
CMYK
RGB Variations
Color information
#A2FADA (or 0xA2FADA) is known color: Magic Mint. HEX triplet: A2, FA and DA. RGB value is (162,250,218). Sum of RGB (Red+Green+Blue) = 162+250+218=630 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.71% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FADA is #5D0525. Grayscale: #DCDCDC. Windows color (decimal): -6096166 or 14351010. OLE color: 14351010.
HSL color Cylindrical-coordinate representation of color #A2FADA: hue angle of 158.18º 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 #A2FADA is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 218 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.02 |
| HSL | 158.18º | 0.9% | 0.81% | - |
| HSV(B) | 158.18º | 0.35% | 0.98% | - |
| XYZ | 61.74 | 81.11 | 78.73 | - |
| YUV | 220.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 218 | 0.35 | 0 | 0.13 | 0.02 | 158.18 | 0.9 | 0.81 |
| Hex | A2 | FA | DA | 23 | 0 | D | 2 | 9E | 5A | 51 |
| Octal | 242 | 372 | 332 | 43 | 0 | 15 | 2 | 236 | 132 | 121 |
| Binary | 10100010 | 11111010 | 11011010 | 100011 | 0 | 1101 | 10 | 10011110 | 1011010 | 1010001 |
Color Harmonies of #A2FADA
Complementary color
Monochromatic Colors of #A2FADA
Black with #A2FADA
Text Example
Text Example
White with #A2FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FADA; }
p { color: rgb(162,250,218); }
H1.HeaderClassName
{
color: #A2FADA;
}
.AnyTagClassName
{
color: #A2FADA;
}
</style>
background-color css
<style>
a { background-color: #A2FADA; }
a { background-color: rgb(162,250,218); }
div.DivClassName
{
background-color: #A2FADA;
}
.BgClassName
{
background-color: #A2FADA;
}
</style>
border-color css
<style>
span { border-color: #A2FADA; }
span { border-color: rgb(162,250,218); }
td.TdClassName
{
border-color: #A2FADA;
}
.TagClassName
{
border-color: #A2FADA;
}
</style>