Shades of Magic Mint #A2F7CC
Tints of Magic Mint #A2F7CC
RGB
CMYK
RGB Variations
Color information
#A2F7CC (or 0xA2F7CC) is known color: Magic Mint. HEX triplet: A2, F7 and CC. RGB value is (162,247,204). Sum of RGB (Red+Green+Blue) = 162+247+204=613 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.43% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F7CC is #5D0833. Grayscale: #D8D8D8. Windows color (decimal): -6096948 or 13432738. OLE color: 13432738.
HSL color Cylindrical-coordinate representation of color #A2F7CC: hue angle of 149.65º 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 #A2F7CC is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 204 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.03 |
| HSL | 149.65º | 0.84% | 0.8% | - |
| HSV(B) | 149.65º | 0.34% | 0.97% | - |
| XYZ | 59.06 | 78.56 | 69.18 | - |
| YUV | 216.68 | 120.84 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 204 | 0.34 | 0 | 0.17 | 0.03 | 149.65 | 0.84 | 0.8 |
| Hex | A2 | F7 | CC | 22 | 0 | 11 | 3 | 96 | 54 | 50 |
| Octal | 242 | 367 | 314 | 42 | 0 | 21 | 3 | 226 | 124 | 120 |
| Binary | 10100010 | 11110111 | 11001100 | 100010 | 0 | 10001 | 11 | 10010110 | 1010100 | 1010000 |
Color Harmonies of #A2F7CC
Complementary color
Monochromatic Colors of #A2F7CC
Black with #A2F7CC
Text Example
Text Example
White with #A2F7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F7CC; }
p { color: rgb(162,247,204); }
H1.HeaderClassName
{
color: #A2F7CC;
}
.AnyTagClassName
{
color: #A2F7CC;
}
</style>
background-color css
<style>
a { background-color: #A2F7CC; }
a { background-color: rgb(162,247,204); }
div.DivClassName
{
background-color: #A2F7CC;
}
.BgClassName
{
background-color: #A2F7CC;
}
</style>
border-color css
<style>
span { border-color: #A2F7CC; }
span { border-color: rgb(162,247,204); }
td.TdClassName
{
border-color: #A2F7CC;
}
.TagClassName
{
border-color: #A2F7CC;
}
</style>