Shades of Magic Mint #A2F7D6
Tints of Magic Mint #A2F7D6
RGB
CMYK
RGB Variations
Color information
#A2F7D6 (or 0xA2F7D6) is known color: Magic Mint. HEX triplet: A2, F7 and D6. RGB value is (162,247,214). Sum of RGB (Red+Green+Blue) = 162+247+214=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F7D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F7D6 is #5D0829. Grayscale: #D9D9D9. Windows color (decimal): -6096938 or 14088098. OLE color: 14088098.
HSL color Cylindrical-coordinate representation of color #A2F7D6: hue angle of 156.71º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F7D6 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 214 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.03 |
| HSL | 156.71º | 0.84% | 0.8% | - |
| HSV(B) | 156.71º | 0.34% | 0.97% | - |
| XYZ | 60.3 | 79.06 | 75.7 | - |
| YUV | 217.82 | 125.84 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 214 | 0.34 | 0 | 0.13 | 0.03 | 156.71 | 0.84 | 0.8 |
| Hex | A2 | F7 | D6 | 22 | 0 | D | 3 | 9D | 54 | 50 |
| Octal | 242 | 367 | 326 | 42 | 0 | 15 | 3 | 235 | 124 | 120 |
| Binary | 10100010 | 11110111 | 11010110 | 100010 | 0 | 1101 | 11 | 10011101 | 1010100 | 1010000 |
Color Harmonies of #A2F7D6
Complementary color
Monochromatic Colors of #A2F7D6
Black with #A2F7D6
Text Example
Text Example
White with #A2F7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F7D6; }
p { color: rgb(162,247,214); }
H1.HeaderClassName
{
color: #A2F7D6;
}
.AnyTagClassName
{
color: #A2F7D6;
}
</style>
background-color css
<style>
a { background-color: #A2F7D6; }
a { background-color: rgb(162,247,214); }
div.DivClassName
{
background-color: #A2F7D6;
}
.BgClassName
{
background-color: #A2F7D6;
}
</style>
border-color css
<style>
span { border-color: #A2F7D6; }
span { border-color: rgb(162,247,214); }
td.TdClassName
{
border-color: #A2F7D6;
}
.TagClassName
{
border-color: #A2F7D6;
}
</style>