Shades of Magic Mint #A2FCDD
Tints of Magic Mint #A2FCDD
RGB
CMYK
RGB Variations
Color information
#A2FCDD (or 0xA2FCDD) is known color: Magic Mint. HEX triplet: A2, FC and DD. RGB value is (162,252,221). Sum of RGB (Red+Green+Blue) = 162+252+221=635 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.51% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCDD is #5D0322. Grayscale: #DDDDDD. Windows color (decimal): -6095651 or 14548130. OLE color: 14548130.
HSL color Cylindrical-coordinate representation of color #A2FCDD: hue angle of 159.33º 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 #A2FCDD is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 221 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.01 |
| HSL | 159.33º | 0.94% | 0.81% | - |
| HSV(B) | 159.33º | 0.36% | 0.99% | - |
| XYZ | 62.76 | 82.52 | 81.03 | - |
| YUV | 221.56 | 127.68 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 221 | 0.36 | 0 | 0.12 | 0.01 | 159.33 | 0.94 | 0.81 |
| Hex | A2 | FC | DD | 24 | 0 | C | 1 | 9F | 5E | 51 |
| Octal | 242 | 374 | 335 | 44 | 0 | 14 | 1 | 237 | 136 | 121 |
| Binary | 10100010 | 11111100 | 11011101 | 100100 | 0 | 1100 | 1 | 10011111 | 1011110 | 1010001 |
Color Harmonies of #A2FCDD
Complementary color
Monochromatic Colors of #A2FCDD
Black with #A2FCDD
Text Example
Text Example
White with #A2FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCDD; }
p { color: rgb(162,252,221); }
H1.HeaderClassName
{
color: #A2FCDD;
}
.AnyTagClassName
{
color: #A2FCDD;
}
</style>
background-color css
<style>
a { background-color: #A2FCDD; }
a { background-color: rgb(162,252,221); }
div.DivClassName
{
background-color: #A2FCDD;
}
.BgClassName
{
background-color: #A2FCDD;
}
</style>
border-color css
<style>
span { border-color: #A2FCDD; }
span { border-color: rgb(162,252,221); }
td.TdClassName
{
border-color: #A2FCDD;
}
.TagClassName
{
border-color: #A2FCDD;
}
</style>