Shades of Magic Mint #A2FAC4
Tints of Magic Mint #A2FAC4
RGB
CMYK
RGB Variations
Color information
#A2FAC4 (or 0xA2FAC4) is known color: Magic Mint. HEX triplet: A2, FA and C4. RGB value is (162,250,196). Sum of RGB (Red+Green+Blue) = 162+250+196=608 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.64% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FAC4 is #5D053B. Grayscale: #D9D9D9. Windows color (decimal): -6096188 or 12909218. OLE color: 12909218.
HSL color Cylindrical-coordinate representation of color #A2FAC4: hue angle of 143.18º 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 #A2FAC4 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 196 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.02 |
| HSL | 143.18º | 0.9% | 0.81% | - |
| HSV(B) | 143.18º | 0.35% | 0.98% | - |
| XYZ | 59.05 | 80.04 | 64.56 | - |
| YUV | 217.53 | 115.85 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 196 | 0.35 | 0 | 0.22 | 0.02 | 143.18 | 0.9 | 0.81 |
| Hex | A2 | FA | C4 | 23 | 0 | 16 | 2 | 8F | 5A | 51 |
| Octal | 242 | 372 | 304 | 43 | 0 | 26 | 2 | 217 | 132 | 121 |
| Binary | 10100010 | 11111010 | 11000100 | 100011 | 0 | 10110 | 10 | 10001111 | 1011010 | 1010001 |
Color Harmonies of #A2FAC4
Complementary color
Monochromatic Colors of #A2FAC4
Black with #A2FAC4
Text Example
Text Example
White with #A2FAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FAC4; }
p { color: rgb(162,250,196); }
H1.HeaderClassName
{
color: #A2FAC4;
}
.AnyTagClassName
{
color: #A2FAC4;
}
</style>
background-color css
<style>
a { background-color: #A2FAC4; }
a { background-color: rgb(162,250,196); }
div.DivClassName
{
background-color: #A2FAC4;
}
.BgClassName
{
background-color: #A2FAC4;
}
</style>
border-color css
<style>
span { border-color: #A2FAC4; }
span { border-color: rgb(162,250,196); }
td.TdClassName
{
border-color: #A2FAC4;
}
.TagClassName
{
border-color: #A2FAC4;
}
</style>