Shades of Magic Mint #ABFEDA
Tints of Magic Mint #ABFEDA
RGB
CMYK
RGB Variations
Color information
#ABFEDA (or 0xABFEDA) is known color: Magic Mint. HEX triplet: AB, FE and DA. RGB value is (171,254,218). Sum of RGB (Red+Green+Blue) = 171+254+218=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFEDA is #540125. Grayscale: #E1E1E1. Windows color (decimal): -5505318 or 14352043. OLE color: 14352043.
HSL color Cylindrical-coordinate representation of color #ABFEDA: hue angle of 153.98º 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 #ABFEDA is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 218 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.00 |
| HSL | 153.98º | 0.98% | 0.83% | - |
| HSV(B) | 153.98º | 0.33% | 1% | - |
| XYZ | 64.89 | 84.6 | 79.24 | - |
| YUV | 225.08 | 124 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 218 | 0.33 | 0 | 0.14 | 0.00 | 153.98 | 0.98 | 0.83 |
| Hex | AB | FE | DA | 21 | 0 | E | 0 | 9A | 62 | 53 |
| Octal | 253 | 376 | 332 | 41 | 0 | 16 | 0 | 232 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11011010 | 100001 | 0 | 1110 | 0 | 10011010 | 1100010 | 1010011 |
Color Harmonies of #ABFEDA
Complementary color
Monochromatic Colors of #ABFEDA
Black with #ABFEDA
Text Example
Text Example
White with #ABFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEDA; }
p { color: rgb(171,254,218); }
H1.HeaderClassName
{
color: #ABFEDA;
}
.AnyTagClassName
{
color: #ABFEDA;
}
</style>
background-color css
<style>
a { background-color: #ABFEDA; }
a { background-color: rgb(171,254,218); }
div.DivClassName
{
background-color: #ABFEDA;
}
.BgClassName
{
background-color: #ABFEDA;
}
</style>
border-color css
<style>
span { border-color: #ABFEDA; }
span { border-color: rgb(171,254,218); }
td.TdClassName
{
border-color: #ABFEDA;
}
.TagClassName
{
border-color: #ABFEDA;
}
</style>