Shades of Magic Mint #ABFAC2
Tints of Magic Mint #ABFAC2
RGB
CMYK
RGB Variations
Color information
#ABFAC2 (or 0xABFAC2) is known color: Magic Mint. HEX triplet: AB, FA and C2. RGB value is (171,250,194). Sum of RGB (Red+Green+Blue) = 171+250+194=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAC2 is #54053D. Grayscale: #DCDCDC. Windows color (decimal): -5506366 or 12778155. OLE color: 12778155.
HSL color Cylindrical-coordinate representation of color #ABFAC2: hue angle of 137.47º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAC2 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 194 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.02 |
| HSL | 137.47º | 0.89% | 0.83% | - |
| HSV(B) | 137.47º | 0.32% | 0.98% | - |
| XYZ | 60.72 | 80.92 | 63.46 | - |
| YUV | 220 | 113.33 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 194 | 0.32 | 0 | 0.22 | 0.02 | 137.47 | 0.89 | 0.83 |
| Hex | AB | FA | C2 | 20 | 0 | 16 | 2 | 89 | 59 | 53 |
| Octal | 253 | 372 | 302 | 40 | 0 | 26 | 2 | 211 | 131 | 123 |
| Binary | 10101011 | 11111010 | 11000010 | 100000 | 0 | 10110 | 10 | 10001001 | 1011001 | 1010011 |
Color Harmonies of #ABFAC2
Complementary color
Monochromatic Colors of #ABFAC2
Black with #ABFAC2
Text Example
Text Example
White with #ABFAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAC2; }
p { color: rgb(171,250,194); }
H1.HeaderClassName
{
color: #ABFAC2;
}
.AnyTagClassName
{
color: #ABFAC2;
}
</style>
background-color css
<style>
a { background-color: #ABFAC2; }
a { background-color: rgb(171,250,194); }
div.DivClassName
{
background-color: #ABFAC2;
}
.BgClassName
{
background-color: #ABFAC2;
}
</style>
border-color css
<style>
span { border-color: #ABFAC2; }
span { border-color: rgb(171,250,194); }
td.TdClassName
{
border-color: #ABFAC2;
}
.TagClassName
{
border-color: #ABFAC2;
}
</style>