Shades of Magic Mint #A3FACD
Tints of Magic Mint #A3FACD
RGB
CMYK
RGB Variations
Color information
#A3FACD (or 0xA3FACD) is known color: Magic Mint. HEX triplet: A3, FA and CD. RGB value is (163,250,205). Sum of RGB (Red+Green+Blue) = 163+250+205=618 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.38% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FACD is #5C0532. Grayscale: #DADADA. Windows color (decimal): -6030643 or 13499043. OLE color: 13499043.
HSL color Cylindrical-coordinate representation of color #A3FACD: hue angle of 148.97º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FACD is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 250 | 205 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.02 |
| HSL | 148.97º | 0.9% | 0.81% | - |
| HSV(B) | 148.97º | 0.35% | 0.98% | - |
| XYZ | 60.31 | 80.57 | 70.13 | - |
| YUV | 218.86 | 120.18 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 250 | 205 | 0.35 | 0 | 0.18 | 0.02 | 148.97 | 0.9 | 0.81 |
| Hex | A3 | FA | CD | 23 | 0 | 12 | 2 | 95 | 5A | 51 |
| Octal | 243 | 372 | 315 | 43 | 0 | 22 | 2 | 225 | 132 | 121 |
| Binary | 10100011 | 11111010 | 11001101 | 100011 | 0 | 10010 | 10 | 10010101 | 1011010 | 1010001 |
Color Harmonies of #A3FACD
Complementary color
Monochromatic Colors of #A3FACD
Black with #A3FACD
Text Example
Text Example
White with #A3FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FACD; }
p { color: rgb(163,250,205); }
H1.HeaderClassName
{
color: #A3FACD;
}
.AnyTagClassName
{
color: #A3FACD;
}
</style>
background-color css
<style>
a { background-color: #A3FACD; }
a { background-color: rgb(163,250,205); }
div.DivClassName
{
background-color: #A3FACD;
}
.BgClassName
{
background-color: #A3FACD;
}
</style>
border-color css
<style>
span { border-color: #A3FACD; }
span { border-color: rgb(163,250,205); }
td.TdClassName
{
border-color: #A3FACD;
}
.TagClassName
{
border-color: #A3FACD;
}
</style>