Shades of Magic Mint #A4FACD
Tints of Magic Mint #A4FACD
RGB
CMYK
RGB Variations
Color information
#A4FACD (or 0xA4FACD) is known color: Magic Mint. HEX triplet: A4, FA and CD. RGB value is (164,250,205). Sum of RGB (Red+Green+Blue) = 164+250+205=619 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.49% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FACD is #5B0532. Grayscale: #DBDBDB. Windows color (decimal): -5965107 or 13499044. OLE color: 13499044.
HSL color Cylindrical-coordinate representation of color #A4FACD: hue angle of 148.6º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FACD is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 205 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.02 |
| HSL | 148.6º | 0.9% | 0.81% | - |
| HSV(B) | 148.6º | 0.34% | 0.98% | - |
| XYZ | 60.51 | 80.67 | 70.14 | - |
| YUV | 219.16 | 120.01 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 205 | 0.34 | 0 | 0.18 | 0.02 | 148.6 | 0.9 | 0.81 |
| Hex | A4 | FA | CD | 22 | 0 | 12 | 2 | 95 | 5A | 51 |
| Octal | 244 | 372 | 315 | 42 | 0 | 22 | 2 | 225 | 132 | 121 |
| Binary | 10100100 | 11111010 | 11001101 | 100010 | 0 | 10010 | 10 | 10010101 | 1011010 | 1010001 |
Color Harmonies of #A4FACD
Complementary color
Monochromatic Colors of #A4FACD
Black with #A4FACD
Text Example
Text Example
White with #A4FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FACD; }
p { color: rgb(164,250,205); }
H1.HeaderClassName
{
color: #A4FACD;
}
.AnyTagClassName
{
color: #A4FACD;
}
</style>
background-color css
<style>
a { background-color: #A4FACD; }
a { background-color: rgb(164,250,205); }
div.DivClassName
{
background-color: #A4FACD;
}
.BgClassName
{
background-color: #A4FACD;
}
</style>
border-color css
<style>
span { border-color: #A4FACD; }
span { border-color: rgb(164,250,205); }
td.TdClassName
{
border-color: #A4FACD;
}
.TagClassName
{
border-color: #A4FACD;
}
</style>