Shades of Magic Mint #A2FCCE
Tints of Magic Mint #A2FCCE
RGB
CMYK
RGB Variations
Color information
#A2FCCE (or 0xA2FCCE) is known color: Magic Mint. HEX triplet: A2, FC and CE. RGB value is (162,252,206). Sum of RGB (Red+Green+Blue) = 162+252+206=620 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.13% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCCE is #5D0331. Grayscale: #DBDBDB. Windows color (decimal): -6095666 or 13565090. OLE color: 13565090.
HSL color Cylindrical-coordinate representation of color #A2FCCE: hue angle of 149.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 #A2FCCE is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 206 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.01 |
| HSL | 149.33º | 0.94% | 0.81% | - |
| HSV(B) | 149.33º | 0.36% | 0.99% | - |
| XYZ | 60.85 | 81.76 | 70.97 | - |
| YUV | 219.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 206 | 0.36 | 0 | 0.18 | 0.01 | 149.33 | 0.94 | 0.81 |
| Hex | A2 | FC | CE | 24 | 0 | 12 | 1 | 95 | 5E | 51 |
| Octal | 242 | 374 | 316 | 44 | 0 | 22 | 1 | 225 | 136 | 121 |
| Binary | 10100010 | 11111100 | 11001110 | 100100 | 0 | 10010 | 1 | 10010101 | 1011110 | 1010001 |
Color Harmonies of #A2FCCE
Complementary color
Monochromatic Colors of #A2FCCE
Black with #A2FCCE
Text Example
Text Example
White with #A2FCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCCE; }
p { color: rgb(162,252,206); }
H1.HeaderClassName
{
color: #A2FCCE;
}
.AnyTagClassName
{
color: #A2FCCE;
}
</style>
background-color css
<style>
a { background-color: #A2FCCE; }
a { background-color: rgb(162,252,206); }
div.DivClassName
{
background-color: #A2FCCE;
}
.BgClassName
{
background-color: #A2FCCE;
}
</style>
border-color css
<style>
span { border-color: #A2FCCE; }
span { border-color: rgb(162,252,206); }
td.TdClassName
{
border-color: #A2FCCE;
}
.TagClassName
{
border-color: #A2FCCE;
}
</style>