Shades of Magic Mint #A3F7D4
Tints of Magic Mint #A3F7D4
RGB
CMYK
RGB Variations
Color information
#A3F7D4 (or 0xA3F7D4) is known color: Magic Mint. HEX triplet: A3, F7 and D4. RGB value is (163,247,212). Sum of RGB (Red+Green+Blue) = 163+247+212=622 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.21% from 622); Green value is 247 (96.88% from 255 or 39.71% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 247 - color contains mainly: green. Hex color #A3F7D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F7D4 is #5C082B. Grayscale: #D9D9D9. Windows color (decimal): -6031404 or 13957027. OLE color: 13957027.
HSL color Cylindrical-coordinate representation of color #A3F7D4: hue angle of 155º 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 #A3F7D4 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 247 | 212 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.03 |
| HSL | 155º | 0.84% | 0.8% | - |
| HSV(B) | 155º | 0.34% | 0.97% | - |
| XYZ | 60.25 | 79.06 | 74.37 | - |
| YUV | 217.89 | 124.67 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 247 | 212 | 0.34 | 0 | 0.14 | 0.03 | 155 | 0.84 | 0.8 |
| Hex | A3 | F7 | D4 | 22 | 0 | E | 3 | 9B | 54 | 50 |
| Octal | 243 | 367 | 324 | 42 | 0 | 16 | 3 | 233 | 124 | 120 |
| Binary | 10100011 | 11110111 | 11010100 | 100010 | 0 | 1110 | 11 | 10011011 | 1010100 | 1010000 |
Color Harmonies of #A3F7D4
Complementary color
Monochromatic Colors of #A3F7D4
Black with #A3F7D4
Text Example
Text Example
White with #A3F7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F7D4; }
p { color: rgb(163,247,212); }
H1.HeaderClassName
{
color: #A3F7D4;
}
.AnyTagClassName
{
color: #A3F7D4;
}
</style>
background-color css
<style>
a { background-color: #A3F7D4; }
a { background-color: rgb(163,247,212); }
div.DivClassName
{
background-color: #A3F7D4;
}
.BgClassName
{
background-color: #A3F7D4;
}
</style>
border-color css
<style>
span { border-color: #A3F7D4; }
span { border-color: rgb(163,247,212); }
td.TdClassName
{
border-color: #A3F7D4;
}
.TagClassName
{
border-color: #A3F7D4;
}
</style>