Shades of Magic Mint #A4FACC
Tints of Magic Mint #A4FACC
RGB
CMYK
RGB Variations
Color information
#A4FACC (or 0xA4FACC) is known color: Magic Mint. HEX triplet: A4, FA and CC. RGB value is (164,250,204). Sum of RGB (Red+Green+Blue) = 164+250+204=618 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.54% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FACC is #5B0533. Grayscale: #DBDBDB. Windows color (decimal): -5965108 or 13433508. OLE color: 13433508.
HSL color Cylindrical-coordinate representation of color #A4FACC: hue angle of 147.91º 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 #A4FACC is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 204 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.02 |
| HSL | 147.91º | 0.9% | 0.81% | - |
| HSV(B) | 147.91º | 0.34% | 0.98% | - |
| XYZ | 60.39 | 80.62 | 69.51 | - |
| YUV | 219.04 | 119.51 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 204 | 0.34 | 0 | 0.18 | 0.02 | 147.91 | 0.9 | 0.81 |
| Hex | A4 | FA | CC | 22 | 0 | 12 | 2 | 94 | 5A | 51 |
| Octal | 244 | 372 | 314 | 42 | 0 | 22 | 2 | 224 | 132 | 121 |
| Binary | 10100100 | 11111010 | 11001100 | 100010 | 0 | 10010 | 10 | 10010100 | 1011010 | 1010001 |
Color Harmonies of #A4FACC
Complementary color
Monochromatic Colors of #A4FACC
Black with #A4FACC
Text Example
Text Example
White with #A4FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FACC; }
p { color: rgb(164,250,204); }
H1.HeaderClassName
{
color: #A4FACC;
}
.AnyTagClassName
{
color: #A4FACC;
}
</style>
background-color css
<style>
a { background-color: #A4FACC; }
a { background-color: rgb(164,250,204); }
div.DivClassName
{
background-color: #A4FACC;
}
.BgClassName
{
background-color: #A4FACC;
}
</style>
border-color css
<style>
span { border-color: #A4FACC; }
span { border-color: rgb(164,250,204); }
td.TdClassName
{
border-color: #A4FACC;
}
.TagClassName
{
border-color: #A4FACC;
}
</style>