Shades of Magic Mint #A2F7DF
Tints of Magic Mint #A2F7DF
RGB
CMYK
RGB Variations
Color information
#A2F7DF (or 0xA2F7DF) is known color: Magic Mint. HEX triplet: A2, F7 and DF. RGB value is (162,247,223). Sum of RGB (Red+Green+Blue) = 162+247+223=632 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.63% from 632); Green value is 247 (96.88% from 255 or 39.08% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F7DF is #5D0820. Grayscale: #DADADA. Windows color (decimal): -6096929 or 14677922. OLE color: 14677922.
HSL color Cylindrical-coordinate representation of color #A2F7DF: hue angle of 163.06º 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 #A2F7DF is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 223 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.03 |
| HSL | 163.06º | 0.84% | 0.8% | - |
| HSV(B) | 163.06º | 0.34% | 0.97% | - |
| XYZ | 61.48 | 79.53 | 81.92 | - |
| YUV | 218.85 | 130.34 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 223 | 0.34 | 0 | 0.10 | 0.03 | 163.06 | 0.84 | 0.8 |
| Hex | A2 | F7 | DF | 22 | 0 | A | 3 | A3 | 54 | 50 |
| Octal | 242 | 367 | 337 | 42 | 0 | 12 | 3 | 243 | 124 | 120 |
| Binary | 10100010 | 11110111 | 11011111 | 100010 | 0 | 1010 | 11 | 10100011 | 1010100 | 1010000 |
Color Harmonies of #A2F7DF
Complementary color
Monochromatic Colors of #A2F7DF
Black with #A2F7DF
Text Example
Text Example
White with #A2F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F7DF; }
p { color: rgb(162,247,223); }
H1.HeaderClassName
{
color: #A2F7DF;
}
.AnyTagClassName
{
color: #A2F7DF;
}
</style>
background-color css
<style>
a { background-color: #A2F7DF; }
a { background-color: rgb(162,247,223); }
div.DivClassName
{
background-color: #A2F7DF;
}
.BgClassName
{
background-color: #A2F7DF;
}
</style>
border-color css
<style>
span { border-color: #A2F7DF; }
span { border-color: rgb(162,247,223); }
td.TdClassName
{
border-color: #A2F7DF;
}
.TagClassName
{
border-color: #A2F7DF;
}
</style>