Shades of Magic Mint #A2FAC2
Tints of Magic Mint #A2FAC2
RGB
CMYK
RGB Variations
Color information
#A2FAC2 (or 0xA2FAC2) is known color: Magic Mint. HEX triplet: A2, FA and C2. RGB value is (162,250,194). Sum of RGB (Red+Green+Blue) = 162+250+194=606 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.73% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FAC2 is #5D053D. Grayscale: #D9D9D9. Windows color (decimal): -6096190 or 12778146. OLE color: 12778146.
HSL color Cylindrical-coordinate representation of color #A2FAC2: hue angle of 141.82º 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 #A2FAC2 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 194 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.02 |
| HSL | 141.82º | 0.9% | 0.81% | - |
| HSV(B) | 141.82º | 0.35% | 0.98% | - |
| XYZ | 58.82 | 79.95 | 63.37 | - |
| YUV | 217.3 | 114.85 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 194 | 0.35 | 0 | 0.22 | 0.02 | 141.82 | 0.9 | 0.81 |
| Hex | A2 | FA | C2 | 23 | 0 | 16 | 2 | 8E | 5A | 51 |
| Octal | 242 | 372 | 302 | 43 | 0 | 26 | 2 | 216 | 132 | 121 |
| Binary | 10100010 | 11111010 | 11000010 | 100011 | 0 | 10110 | 10 | 10001110 | 1011010 | 1010001 |
Color Harmonies of #A2FAC2
Complementary color
Monochromatic Colors of #A2FAC2
Black with #A2FAC2
Text Example
Text Example
White with #A2FAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FAC2; }
p { color: rgb(162,250,194); }
H1.HeaderClassName
{
color: #A2FAC2;
}
.AnyTagClassName
{
color: #A2FAC2;
}
</style>
background-color css
<style>
a { background-color: #A2FAC2; }
a { background-color: rgb(162,250,194); }
div.DivClassName
{
background-color: #A2FAC2;
}
.BgClassName
{
background-color: #A2FAC2;
}
</style>
border-color css
<style>
span { border-color: #A2FAC2; }
span { border-color: rgb(162,250,194); }
td.TdClassName
{
border-color: #A2FAC2;
}
.TagClassName
{
border-color: #A2FAC2;
}
</style>