Shades of Magic Mint #A2FCDE
Tints of Magic Mint #A2FCDE
RGB
CMYK
RGB Variations
Color information
#A2FCDE (or 0xA2FCDE) is known color: Magic Mint. HEX triplet: A2, FC and DE. RGB value is (162,252,222). Sum of RGB (Red+Green+Blue) = 162+252+222=636 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.47% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCDE is #5D0321. Grayscale: #DDDDDD. Windows color (decimal): -6095650 or 14613666. OLE color: 14613666.
HSL color Cylindrical-coordinate representation of color #A2FCDE: hue angle of 160º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FCDE is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 222 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.01 |
| HSL | 160º | 0.94% | 0.81% | - |
| HSV(B) | 160º | 0.36% | 0.99% | - |
| XYZ | 62.9 | 82.58 | 81.73 | - |
| YUV | 221.67 | 128.18 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 222 | 0.36 | 0 | 0.12 | 0.01 | 160 | 0.94 | 0.81 |
| Hex | A2 | FC | DE | 24 | 0 | C | 1 | A0 | 5E | 51 |
| Octal | 242 | 374 | 336 | 44 | 0 | 14 | 1 | 240 | 136 | 121 |
| Binary | 10100010 | 11111100 | 11011110 | 100100 | 0 | 1100 | 1 | 10100000 | 1011110 | 1010001 |
Color Harmonies of #A2FCDE
Complementary color
Monochromatic Colors of #A2FCDE
Black with #A2FCDE
Text Example
Text Example
White with #A2FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCDE; }
p { color: rgb(162,252,222); }
H1.HeaderClassName
{
color: #A2FCDE;
}
.AnyTagClassName
{
color: #A2FCDE;
}
</style>
background-color css
<style>
a { background-color: #A2FCDE; }
a { background-color: rgb(162,252,222); }
div.DivClassName
{
background-color: #A2FCDE;
}
.BgClassName
{
background-color: #A2FCDE;
}
</style>
border-color css
<style>
span { border-color: #A2FCDE; }
span { border-color: rgb(162,252,222); }
td.TdClassName
{
border-color: #A2FCDE;
}
.TagClassName
{
border-color: #A2FCDE;
}
</style>