Shades of Magic Mint #A4FACA
Tints of Magic Mint #A4FACA
RGB
CMYK
RGB Variations
Color information
#A4FACA (or 0xA4FACA) is known color: Magic Mint. HEX triplet: A4, FA and CA. RGB value is (164,250,202). Sum of RGB (Red+Green+Blue) = 164+250+202=616 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.62% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FACA is #5B0535. Grayscale: #DADADA. Windows color (decimal): -5965110 or 13302436. OLE color: 13302436.
HSL color Cylindrical-coordinate representation of color #A4FACA: hue angle of 146.51º 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 #A4FACA is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 202 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.02 |
| HSL | 146.51º | 0.9% | 0.81% | - |
| HSV(B) | 146.51º | 0.34% | 0.98% | - |
| XYZ | 60.16 | 80.53 | 68.25 | - |
| YUV | 218.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 202 | 0.34 | 0 | 0.19 | 0.02 | 146.51 | 0.9 | 0.81 |
| Hex | A4 | FA | CA | 22 | 0 | 13 | 2 | 93 | 5A | 51 |
| Octal | 244 | 372 | 312 | 42 | 0 | 23 | 2 | 223 | 132 | 121 |
| Binary | 10100100 | 11111010 | 11001010 | 100010 | 0 | 10011 | 10 | 10010011 | 1011010 | 1010001 |
Color Harmonies of #A4FACA
Complementary color
Monochromatic Colors of #A4FACA
Black with #A4FACA
Text Example
Text Example
White with #A4FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FACA; }
p { color: rgb(164,250,202); }
H1.HeaderClassName
{
color: #A4FACA;
}
.AnyTagClassName
{
color: #A4FACA;
}
</style>
background-color css
<style>
a { background-color: #A4FACA; }
a { background-color: rgb(164,250,202); }
div.DivClassName
{
background-color: #A4FACA;
}
.BgClassName
{
background-color: #A4FACA;
}
</style>
border-color css
<style>
span { border-color: #A4FACA; }
span { border-color: rgb(164,250,202); }
td.TdClassName
{
border-color: #A4FACA;
}
.TagClassName
{
border-color: #A4FACA;
}
</style>