Shades of Magic Mint #ABFEE0
Tints of Magic Mint #ABFEE0
RGB
CMYK
RGB Variations
Color information
#ABFEE0 (or 0xABFEE0) is known color: Magic Mint. HEX triplet: AB, FE and E0. RGB value is (171,254,224). Sum of RGB (Red+Green+Blue) = 171+254+224=649 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.35% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFEE0 is #54011F. Grayscale: #E1E1E1. Windows color (decimal): -5505312 or 14745259. OLE color: 14745259.
HSL color Cylindrical-coordinate representation of color #ABFEE0: hue angle of 158.31º 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 #ABFEE0 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 224 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.00 |
| HSL | 158.31º | 0.98% | 0.83% | - |
| HSV(B) | 158.31º | 0.33% | 1% | - |
| XYZ | 65.69 | 84.92 | 83.45 | - |
| YUV | 225.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 224 | 0.33 | 0 | 0.12 | 0.00 | 158.31 | 0.98 | 0.83 |
| Hex | AB | FE | E0 | 21 | 0 | C | 0 | 9E | 62 | 53 |
| Octal | 253 | 376 | 340 | 41 | 0 | 14 | 0 | 236 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11100000 | 100001 | 0 | 1100 | 0 | 10011110 | 1100010 | 1010011 |
Color Harmonies of #ABFEE0
Complementary color
Monochromatic Colors of #ABFEE0
Black with #ABFEE0
Text Example
Text Example
White with #ABFEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEE0; }
p { color: rgb(171,254,224); }
H1.HeaderClassName
{
color: #ABFEE0;
}
.AnyTagClassName
{
color: #ABFEE0;
}
</style>
background-color css
<style>
a { background-color: #ABFEE0; }
a { background-color: rgb(171,254,224); }
div.DivClassName
{
background-color: #ABFEE0;
}
.BgClassName
{
background-color: #ABFEE0;
}
</style>
border-color css
<style>
span { border-color: #ABFEE0; }
span { border-color: rgb(171,254,224); }
td.TdClassName
{
border-color: #ABFEE0;
}
.TagClassName
{
border-color: #ABFEE0;
}
</style>