Shades of Magic Mint #A4FAC3
Tints of Magic Mint #A4FAC3
RGB
CMYK
RGB Variations
Color information
#A4FAC3 (or 0xA4FAC3) is known color: Magic Mint. HEX triplet: A4, FA and C3. RGB value is (164,250,195). Sum of RGB (Red+Green+Blue) = 164+250+195=609 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.93% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FAC3 is #5B053C. Grayscale: #DADADA. Windows color (decimal): -5965117 or 12843684. OLE color: 12843684.
HSL color Cylindrical-coordinate representation of color #A4FAC3: hue angle of 141.63º 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 #A4FAC3 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 195 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.02 |
| HSL | 141.63º | 0.9% | 0.81% | - |
| HSV(B) | 141.63º | 0.34% | 0.98% | - |
| XYZ | 59.35 | 80.2 | 63.98 | - |
| YUV | 218.02 | 115.01 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 195 | 0.34 | 0 | 0.22 | 0.02 | 141.63 | 0.9 | 0.81 |
| Hex | A4 | FA | C3 | 22 | 0 | 16 | 2 | 8E | 5A | 51 |
| Octal | 244 | 372 | 303 | 42 | 0 | 26 | 2 | 216 | 132 | 121 |
| Binary | 10100100 | 11111010 | 11000011 | 100010 | 0 | 10110 | 10 | 10001110 | 1011010 | 1010001 |
Color Harmonies of #A4FAC3
Complementary color
Monochromatic Colors of #A4FAC3
Black with #A4FAC3
Text Example
Text Example
White with #A4FAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FAC3; }
p { color: rgb(164,250,195); }
H1.HeaderClassName
{
color: #A4FAC3;
}
.AnyTagClassName
{
color: #A4FAC3;
}
</style>
background-color css
<style>
a { background-color: #A4FAC3; }
a { background-color: rgb(164,250,195); }
div.DivClassName
{
background-color: #A4FAC3;
}
.BgClassName
{
background-color: #A4FAC3;
}
</style>
border-color css
<style>
span { border-color: #A4FAC3; }
span { border-color: rgb(164,250,195); }
td.TdClassName
{
border-color: #A4FAC3;
}
.TagClassName
{
border-color: #A4FAC3;
}
</style>