Shades of Magic Mint #A4FAC2
Tints of Magic Mint #A4FAC2
RGB
CMYK
RGB Variations
Color information
#A4FAC2 (or 0xA4FAC2) is known color: Magic Mint. HEX triplet: A4, FA and C2. RGB value is (164,250,194). Sum of RGB (Red+Green+Blue) = 164+250+194=608 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.97% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FAC2 is #5B053D. Grayscale: #DADADA. Windows color (decimal): -5965118 or 12778148. OLE color: 12778148.
HSL color Cylindrical-coordinate representation of color #A4FAC2: hue angle of 140.93º 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 #A4FAC2 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 194 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.02 |
| HSL | 140.93º | 0.9% | 0.81% | - |
| HSV(B) | 140.93º | 0.34% | 0.98% | - |
| XYZ | 59.23 | 80.16 | 63.39 | - |
| YUV | 217.9 | 114.51 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 194 | 0.34 | 0 | 0.22 | 0.02 | 140.93 | 0.9 | 0.81 |
| Hex | A4 | FA | C2 | 22 | 0 | 16 | 2 | 8D | 5A | 51 |
| Octal | 244 | 372 | 302 | 42 | 0 | 26 | 2 | 215 | 132 | 121 |
| Binary | 10100100 | 11111010 | 11000010 | 100010 | 0 | 10110 | 10 | 10001101 | 1011010 | 1010001 |
Color Harmonies of #A4FAC2
Complementary color
Monochromatic Colors of #A4FAC2
Black with #A4FAC2
Text Example
Text Example
White with #A4FAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FAC2; }
p { color: rgb(164,250,194); }
H1.HeaderClassName
{
color: #A4FAC2;
}
.AnyTagClassName
{
color: #A4FAC2;
}
</style>
background-color css
<style>
a { background-color: #A4FAC2; }
a { background-color: rgb(164,250,194); }
div.DivClassName
{
background-color: #A4FAC2;
}
.BgClassName
{
background-color: #A4FAC2;
}
</style>
border-color css
<style>
span { border-color: #A4FAC2; }
span { border-color: rgb(164,250,194); }
td.TdClassName
{
border-color: #A4FAC2;
}
.TagClassName
{
border-color: #A4FAC2;
}
</style>