Shades of Magic Mint #A2F7DD
Tints of Magic Mint #A2F7DD
RGB
CMYK
RGB Variations
Color information
#A2F7DD (or 0xA2F7DD) is known color: Magic Mint. HEX triplet: A2, F7 and DD. RGB value is (162,247,221). Sum of RGB (Red+Green+Blue) = 162+247+221=630 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.71% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F7DD is #5D0822. Grayscale: #DADADA. Windows color (decimal): -6096931 or 14546850. OLE color: 14546850.
HSL color Cylindrical-coordinate representation of color #A2F7DD: hue angle of 161.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 #A2F7DD is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 221 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.03 |
| HSL | 161.65º | 0.84% | 0.8% | - |
| HSV(B) | 161.65º | 0.34% | 0.97% | - |
| XYZ | 61.21 | 79.42 | 80.51 | - |
| YUV | 218.62 | 129.34 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 221 | 0.34 | 0 | 0.11 | 0.03 | 161.65 | 0.84 | 0.8 |
| Hex | A2 | F7 | DD | 22 | 0 | B | 3 | A2 | 54 | 50 |
| Octal | 242 | 367 | 335 | 42 | 0 | 13 | 3 | 242 | 124 | 120 |
| Binary | 10100010 | 11110111 | 11011101 | 100010 | 0 | 1011 | 11 | 10100010 | 1010100 | 1010000 |
Color Harmonies of #A2F7DD
Complementary color
Monochromatic Colors of #A2F7DD
Black with #A2F7DD
Text Example
Text Example
White with #A2F7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F7DD; }
p { color: rgb(162,247,221); }
H1.HeaderClassName
{
color: #A2F7DD;
}
.AnyTagClassName
{
color: #A2F7DD;
}
</style>
background-color css
<style>
a { background-color: #A2F7DD; }
a { background-color: rgb(162,247,221); }
div.DivClassName
{
background-color: #A2F7DD;
}
.BgClassName
{
background-color: #A2F7DD;
}
</style>
border-color css
<style>
span { border-color: #A2F7DD; }
span { border-color: rgb(162,247,221); }
td.TdClassName
{
border-color: #A2F7DD;
}
.TagClassName
{
border-color: #A2F7DD;
}
</style>