Shades of Magic Mint #ABFFC7
Tints of Magic Mint #ABFFC7
RGB
CMYK
RGB Variations
Color information
#ABFFC7 (or 0xABFFC7) is known color: Magic Mint. HEX triplet: AB, FF and C7. RGB value is (171,255,199). Sum of RGB (Red+Green+Blue) = 171+255+199=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFC7 is #540038. Grayscale: #DFDFDF. Windows color (decimal): -5505081 or 13107115. OLE color: 13107115.
HSL color Cylindrical-coordinate representation of color #ABFFC7: hue angle of 140º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFC7 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 199 | - |
| CMYK | 0.33 | 0 | 0.22 | 0 |
| HSL | 140º | 1% | 0.84% | - |
| HSV(B) | 140º | 0.33% | 1% | - |
| XYZ | 62.86 | 84.3 | 66.99 | - |
| YUV | 223.5 | 114.17 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 199 | 0.33 | 0 | 0.22 | 0 | 140 | 1 | 0.84 |
| Hex | AB | FF | C7 | 21 | 0 | 16 | 0 | 8C | 64 | 54 |
| Octal | 253 | 377 | 307 | 41 | 0 | 26 | 0 | 214 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11000111 | 100001 | 0 | 10110 | 0 | 10001100 | 1100100 | 1010100 |
Color Harmonies of #ABFFC7
Complementary color
Monochromatic Colors of #ABFFC7
Black with #ABFFC7
Text Example
Text Example
White with #ABFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFC7; }
p { color: rgb(171,255,199); }
H1.HeaderClassName
{
color: #ABFFC7;
}
.AnyTagClassName
{
color: #ABFFC7;
}
</style>
background-color css
<style>
a { background-color: #ABFFC7; }
a { background-color: rgb(171,255,199); }
div.DivClassName
{
background-color: #ABFFC7;
}
.BgClassName
{
background-color: #ABFFC7;
}
</style>
border-color css
<style>
span { border-color: #ABFFC7; }
span { border-color: rgb(171,255,199); }
td.TdClassName
{
border-color: #ABFFC7;
}
.TagClassName
{
border-color: #ABFFC7;
}
</style>