Shades of Magic Mint #A2FAC1
Tints of Magic Mint #A2FAC1
RGB
CMYK
RGB Variations
Color information
#A2FAC1 (or 0xA2FAC1) is known color: Magic Mint. HEX triplet: A2, FA and C1. RGB value is (162,250,193). Sum of RGB (Red+Green+Blue) = 162+250+193=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FAC1 is #5D053E. Grayscale: #D9D9D9. Windows color (decimal): -6096191 or 12712610. OLE color: 12712610.
HSL color Cylindrical-coordinate representation of color #A2FAC1: hue angle of 141.14º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2FAC1 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 193 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.02 |
| HSL | 141.14º | 0.9% | 0.81% | - |
| HSV(B) | 141.14º | 0.35% | 0.98% | - |
| XYZ | 58.71 | 79.9 | 62.78 | - |
| YUV | 217.19 | 114.35 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 193 | 0.35 | 0 | 0.23 | 0.02 | 141.14 | 0.9 | 0.81 |
| Hex | A2 | FA | C1 | 23 | 0 | 17 | 2 | 8D | 5A | 51 |
| Octal | 242 | 372 | 301 | 43 | 0 | 27 | 2 | 215 | 132 | 121 |
| Binary | 10100010 | 11111010 | 11000001 | 100011 | 0 | 10111 | 10 | 10001101 | 1011010 | 1010001 |
Color Harmonies of #A2FAC1
Complementary color
Monochromatic Colors of #A2FAC1
Black with #A2FAC1
Text Example
Text Example
White with #A2FAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FAC1; }
p { color: rgb(162,250,193); }
H1.HeaderClassName
{
color: #A2FAC1;
}
.AnyTagClassName
{
color: #A2FAC1;
}
</style>
background-color css
<style>
a { background-color: #A2FAC1; }
a { background-color: rgb(162,250,193); }
div.DivClassName
{
background-color: #A2FAC1;
}
.BgClassName
{
background-color: #A2FAC1;
}
</style>
border-color css
<style>
span { border-color: #A2FAC1; }
span { border-color: rgb(162,250,193); }
td.TdClassName
{
border-color: #A2FAC1;
}
.TagClassName
{
border-color: #A2FAC1;
}
</style>