Shades of Magic Mint #ABFAC3
Tints of Magic Mint #ABFAC3
RGB
CMYK
RGB Variations
Color information
#ABFAC3 (or 0xABFAC3) is known color: Magic Mint. HEX triplet: AB, FA and C3. RGB value is (171,250,195). Sum of RGB (Red+Green+Blue) = 171+250+195=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAC3 is #54053C. Grayscale: #DCDCDC. Windows color (decimal): -5506365 or 12843691. OLE color: 12843691.
HSL color Cylindrical-coordinate representation of color #ABFAC3: hue angle of 138.23º 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 #ABFAC3 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 195 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.02 |
| HSL | 138.23º | 0.89% | 0.83% | - |
| HSV(B) | 138.23º | 0.32% | 0.98% | - |
| XYZ | 60.83 | 80.97 | 64.05 | - |
| YUV | 220.11 | 113.83 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 195 | 0.32 | 0 | 0.22 | 0.02 | 138.23 | 0.89 | 0.83 |
| Hex | AB | FA | C3 | 20 | 0 | 16 | 2 | 8A | 59 | 53 |
| Octal | 253 | 372 | 303 | 40 | 0 | 26 | 2 | 212 | 131 | 123 |
| Binary | 10101011 | 11111010 | 11000011 | 100000 | 0 | 10110 | 10 | 10001010 | 1011001 | 1010011 |
Color Harmonies of #ABFAC3
Complementary color
Monochromatic Colors of #ABFAC3
Black with #ABFAC3
Text Example
Text Example
White with #ABFAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAC3; }
p { color: rgb(171,250,195); }
H1.HeaderClassName
{
color: #ABFAC3;
}
.AnyTagClassName
{
color: #ABFAC3;
}
</style>
background-color css
<style>
a { background-color: #ABFAC3; }
a { background-color: rgb(171,250,195); }
div.DivClassName
{
background-color: #ABFAC3;
}
.BgClassName
{
background-color: #ABFAC3;
}
</style>
border-color css
<style>
span { border-color: #ABFAC3; }
span { border-color: rgb(171,250,195); }
td.TdClassName
{
border-color: #ABFAC3;
}
.TagClassName
{
border-color: #ABFAC3;
}
</style>