Shades of Magic Mint #ABFED6
Tints of Magic Mint #ABFED6
RGB
CMYK
RGB Variations
Color information
#ABFED6 (or 0xABFED6) is known color: Magic Mint. HEX triplet: AB, FE and D6. RGB value is (171,254,214). Sum of RGB (Red+Green+Blue) = 171+254+214=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFED6 is #540129. Grayscale: #E0E0E0. Windows color (decimal): -5505322 or 14089899. OLE color: 14089899.
HSL color Cylindrical-coordinate representation of color #ABFED6: hue angle of 151.08º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFED6 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 214 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.00 |
| HSL | 151.08º | 0.98% | 0.83% | - |
| HSV(B) | 151.08º | 0.33% | 1% | - |
| XYZ | 64.37 | 84.4 | 76.52 | - |
| YUV | 224.62 | 122 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 214 | 0.33 | 0 | 0.16 | 0.00 | 151.08 | 0.98 | 0.83 |
| Hex | AB | FE | D6 | 21 | 0 | 10 | 0 | 97 | 62 | 53 |
| Octal | 253 | 376 | 326 | 41 | 0 | 20 | 0 | 227 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11010110 | 100001 | 0 | 10000 | 0 | 10010111 | 1100010 | 1010011 |
Color Harmonies of #ABFED6
Complementary color
Monochromatic Colors of #ABFED6
Black with #ABFED6
Text Example
Text Example
White with #ABFED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFED6; }
p { color: rgb(171,254,214); }
H1.HeaderClassName
{
color: #ABFED6;
}
.AnyTagClassName
{
color: #ABFED6;
}
</style>
background-color css
<style>
a { background-color: #ABFED6; }
a { background-color: rgb(171,254,214); }
div.DivClassName
{
background-color: #ABFED6;
}
.BgClassName
{
background-color: #ABFED6;
}
</style>
border-color css
<style>
span { border-color: #ABFED6; }
span { border-color: rgb(171,254,214); }
td.TdClassName
{
border-color: #ABFED6;
}
.TagClassName
{
border-color: #ABFED6;
}
</style>