Shades of Magic Mint #A3FCD9
Tints of Magic Mint #A3FCD9
RGB
CMYK
RGB Variations
Color information
#A3FCD9 (or 0xA3FCD9) is known color: Magic Mint. HEX triplet: A3, FC and D9. RGB value is (163,252,217). Sum of RGB (Red+Green+Blue) = 163+252+217=632 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.79% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCD9 is #5C0326. Grayscale: #DDDDDD. Windows color (decimal): -6030119 or 14285987. OLE color: 14285987.
HSL color Cylindrical-coordinate representation of color #A3FCD9: hue angle of 156.4º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FCD9 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 217 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.01 |
| HSL | 156.4º | 0.94% | 0.81% | - |
| HSV(B) | 156.4º | 0.35% | 0.99% | - |
| XYZ | 62.44 | 82.42 | 78.26 | - |
| YUV | 221.4 | 125.51 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 217 | 0.35 | 0 | 0.14 | 0.01 | 156.4 | 0.94 | 0.81 |
| Hex | A3 | FC | D9 | 23 | 0 | E | 1 | 9C | 5E | 51 |
| Octal | 243 | 374 | 331 | 43 | 0 | 16 | 1 | 234 | 136 | 121 |
| Binary | 10100011 | 11111100 | 11011001 | 100011 | 0 | 1110 | 1 | 10011100 | 1011110 | 1010001 |
Color Harmonies of #A3FCD9
Complementary color
Monochromatic Colors of #A3FCD9
Black with #A3FCD9
Text Example
Text Example
White with #A3FCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCD9; }
p { color: rgb(163,252,217); }
H1.HeaderClassName
{
color: #A3FCD9;
}
.AnyTagClassName
{
color: #A3FCD9;
}
</style>
background-color css
<style>
a { background-color: #A3FCD9; }
a { background-color: rgb(163,252,217); }
div.DivClassName
{
background-color: #A3FCD9;
}
.BgClassName
{
background-color: #A3FCD9;
}
</style>
border-color css
<style>
span { border-color: #A3FCD9; }
span { border-color: rgb(163,252,217); }
td.TdClassName
{
border-color: #A3FCD9;
}
.TagClassName
{
border-color: #A3FCD9;
}
</style>