Shades of Magic Mint #A2FDCE
Tints of Magic Mint #A2FDCE
RGB
CMYK
RGB Variations
Color information
#A2FDCE (or 0xA2FDCE) is known color: Magic Mint. HEX triplet: A2, FD and CE. RGB value is (162,253,206). Sum of RGB (Red+Green+Blue) = 162+253+206=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDCE is #5D0231. Grayscale: #DCDCDC. Windows color (decimal): -6095410 or 13565346. OLE color: 13565346.
HSL color Cylindrical-coordinate representation of color #A2FDCE: hue angle of 149.01º degrees, saturation: 0.96, 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 #A2FDCE is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 253 | 206 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.01 |
| HSL | 149.01º | 0.96% | 0.81% | - |
| HSV(B) | 149.01º | 0.36% | 0.99% | - |
| XYZ | 61.17 | 82.39 | 71.07 | - |
| YUV | 220.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 253 | 206 | 0.36 | 0 | 0.19 | 0.01 | 149.01 | 0.96 | 0.81 |
| Hex | A2 | FD | CE | 24 | 0 | 13 | 1 | 95 | 60 | 51 |
| Octal | 242 | 375 | 316 | 44 | 0 | 23 | 1 | 225 | 140 | 121 |
| Binary | 10100010 | 11111101 | 11001110 | 100100 | 0 | 10011 | 1 | 10010101 | 1100000 | 1010001 |
Color Harmonies of #A2FDCE
Complementary color
Monochromatic Colors of #A2FDCE
Black with #A2FDCE
Text Example
Text Example
White with #A2FDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FDCE; }
p { color: rgb(162,253,206); }
H1.HeaderClassName
{
color: #A2FDCE;
}
.AnyTagClassName
{
color: #A2FDCE;
}
</style>
background-color css
<style>
a { background-color: #A2FDCE; }
a { background-color: rgb(162,253,206); }
div.DivClassName
{
background-color: #A2FDCE;
}
.BgClassName
{
background-color: #A2FDCE;
}
</style>
border-color css
<style>
span { border-color: #A2FDCE; }
span { border-color: rgb(162,253,206); }
td.TdClassName
{
border-color: #A2FDCE;
}
.TagClassName
{
border-color: #A2FDCE;
}
</style>