Shades of Magic Mint #ABFEDE
Tints of Magic Mint #ABFEDE
RGB
CMYK
RGB Variations
Color information
#ABFEDE (or 0xABFEDE) is known color: Magic Mint. HEX triplet: AB, FE and DE. RGB value is (171,254,222). Sum of RGB (Red+Green+Blue) = 171+254+222=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFEDE is #540121. Grayscale: #E1E1E1. Windows color (decimal): -5505314 or 14614187. OLE color: 14614187.
HSL color Cylindrical-coordinate representation of color #ABFEDE: hue angle of 156.87º 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 #ABFEDE is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 222 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.00 |
| HSL | 156.87º | 0.98% | 0.83% | - |
| HSV(B) | 156.87º | 0.33% | 1% | - |
| XYZ | 65.42 | 84.82 | 82.03 | - |
| YUV | 225.54 | 126 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 222 | 0.33 | 0 | 0.13 | 0.00 | 156.87 | 0.98 | 0.83 |
| Hex | AB | FE | DE | 21 | 0 | D | 0 | 9D | 62 | 53 |
| Octal | 253 | 376 | 336 | 41 | 0 | 15 | 0 | 235 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11011110 | 100001 | 0 | 1101 | 0 | 10011101 | 1100010 | 1010011 |
Color Harmonies of #ABFEDE
Complementary color
Monochromatic Colors of #ABFEDE
Black with #ABFEDE
Text Example
Text Example
White with #ABFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEDE; }
p { color: rgb(171,254,222); }
H1.HeaderClassName
{
color: #ABFEDE;
}
.AnyTagClassName
{
color: #ABFEDE;
}
</style>
background-color css
<style>
a { background-color: #ABFEDE; }
a { background-color: rgb(171,254,222); }
div.DivClassName
{
background-color: #ABFEDE;
}
.BgClassName
{
background-color: #ABFEDE;
}
</style>
border-color css
<style>
span { border-color: #ABFEDE; }
span { border-color: rgb(171,254,222); }
td.TdClassName
{
border-color: #ABFEDE;
}
.TagClassName
{
border-color: #ABFEDE;
}
</style>