Shades of Magic Mint #A2FCD1
Tints of Magic Mint #A2FCD1
RGB
CMYK
RGB Variations
Color information
#A2FCD1 (or 0xA2FCD1) is known color: Magic Mint. HEX triplet: A2, FC and D1. RGB value is (162,252,209). Sum of RGB (Red+Green+Blue) = 162+252+209=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCD1 is #5D032E. Grayscale: #DCDCDC. Windows color (decimal): -6095663 or 13761698. OLE color: 13761698.
HSL color Cylindrical-coordinate representation of color #A2FCD1: hue angle of 151.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 #A2FCD1 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 209 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.01 |
| HSL | 151.33º | 0.94% | 0.81% | - |
| HSV(B) | 151.33º | 0.36% | 0.99% | - |
| XYZ | 61.22 | 81.91 | 72.9 | - |
| YUV | 220.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 209 | 0.36 | 0 | 0.17 | 0.01 | 151.33 | 0.94 | 0.81 |
| Hex | A2 | FC | D1 | 24 | 0 | 11 | 1 | 97 | 5E | 51 |
| Octal | 242 | 374 | 321 | 44 | 0 | 21 | 1 | 227 | 136 | 121 |
| Binary | 10100010 | 11111100 | 11010001 | 100100 | 0 | 10001 | 1 | 10010111 | 1011110 | 1010001 |
Color Harmonies of #A2FCD1
Complementary color
Monochromatic Colors of #A2FCD1
Black with #A2FCD1
Text Example
Text Example
White with #A2FCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCD1; }
p { color: rgb(162,252,209); }
H1.HeaderClassName
{
color: #A2FCD1;
}
.AnyTagClassName
{
color: #A2FCD1;
}
</style>
background-color css
<style>
a { background-color: #A2FCD1; }
a { background-color: rgb(162,252,209); }
div.DivClassName
{
background-color: #A2FCD1;
}
.BgClassName
{
background-color: #A2FCD1;
}
</style>
border-color css
<style>
span { border-color: #A2FCD1; }
span { border-color: rgb(162,252,209); }
td.TdClassName
{
border-color: #A2FCD1;
}
.TagClassName
{
border-color: #A2FCD1;
}
</style>