Shades of Magic Mint #ABFADE
Tints of Magic Mint #ABFADE
RGB
CMYK
RGB Variations
Color information
#ABFADE (or 0xABFADE) is known color: Magic Mint. HEX triplet: AB, FA and DE. RGB value is (171,250,222). Sum of RGB (Red+Green+Blue) = 171+250+222=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFADE is #540521. Grayscale: #DFDFDF. Windows color (decimal): -5506338 or 14613163. OLE color: 14613163.
HSL color Cylindrical-coordinate representation of color #ABFADE: hue angle of 158.73º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFADE is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 222 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.02 |
| HSL | 158.73º | 0.89% | 0.83% | - |
| HSV(B) | 158.73º | 0.32% | 0.98% | - |
| XYZ | 64.17 | 82.3 | 81.61 | - |
| YUV | 223.19 | 127.33 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 222 | 0.32 | 0 | 0.11 | 0.02 | 158.73 | 0.89 | 0.83 |
| Hex | AB | FA | DE | 20 | 0 | B | 2 | 9F | 59 | 53 |
| Octal | 253 | 372 | 336 | 40 | 0 | 13 | 2 | 237 | 131 | 123 |
| Binary | 10101011 | 11111010 | 11011110 | 100000 | 0 | 1011 | 10 | 10011111 | 1011001 | 1010011 |
Color Harmonies of #ABFADE
Complementary color
Monochromatic Colors of #ABFADE
Black with #ABFADE
Text Example
Text Example
White with #ABFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFADE; }
p { color: rgb(171,250,222); }
H1.HeaderClassName
{
color: #ABFADE;
}
.AnyTagClassName
{
color: #ABFADE;
}
</style>
background-color css
<style>
a { background-color: #ABFADE; }
a { background-color: rgb(171,250,222); }
div.DivClassName
{
background-color: #ABFADE;
}
.BgClassName
{
background-color: #ABFADE;
}
</style>
border-color css
<style>
span { border-color: #ABFADE; }
span { border-color: rgb(171,250,222); }
td.TdClassName
{
border-color: #ABFADE;
}
.TagClassName
{
border-color: #ABFADE;
}
</style>