Shades of Magic Mint #ABFDE0
Tints of Magic Mint #ABFDE0
RGB
CMYK
RGB Variations
Color information
#ABFDE0 (or 0xABFDE0) is known color: Magic Mint. HEX triplet: AB, FD and E0. RGB value is (171,253,224). Sum of RGB (Red+Green+Blue) = 171+253+224=648 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.39% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDE0 is #54021F. Grayscale: #E1E1E1. Windows color (decimal): -5505568 or 14745003. OLE color: 14745003.
HSL color Cylindrical-coordinate representation of color #ABFDE0: hue angle of 158.78º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDE0 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 224 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.01 |
| HSL | 158.78º | 0.95% | 0.83% | - |
| HSV(B) | 158.78º | 0.32% | 0.99% | - |
| XYZ | 65.37 | 84.29 | 83.35 | - |
| YUV | 225.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 224 | 0.32 | 0 | 0.11 | 0.01 | 158.78 | 0.95 | 0.83 |
| Hex | AB | FD | E0 | 20 | 0 | B | 1 | 9F | 5F | 53 |
| Octal | 253 | 375 | 340 | 40 | 0 | 13 | 1 | 237 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11100000 | 100000 | 0 | 1011 | 1 | 10011111 | 1011111 | 1010011 |
Color Harmonies of #ABFDE0
Complementary color
Monochromatic Colors of #ABFDE0
Black with #ABFDE0
Text Example
Text Example
White with #ABFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDE0; }
p { color: rgb(171,253,224); }
H1.HeaderClassName
{
color: #ABFDE0;
}
.AnyTagClassName
{
color: #ABFDE0;
}
</style>
background-color css
<style>
a { background-color: #ABFDE0; }
a { background-color: rgb(171,253,224); }
div.DivClassName
{
background-color: #ABFDE0;
}
.BgClassName
{
background-color: #ABFDE0;
}
</style>
border-color css
<style>
span { border-color: #ABFDE0; }
span { border-color: rgb(171,253,224); }
td.TdClassName
{
border-color: #ABFDE0;
}
.TagClassName
{
border-color: #ABFDE0;
}
</style>