Shades of Magic Mint #ABFDD9
Tints of Magic Mint #ABFDD9
RGB
CMYK
RGB Variations
Color information
#ABFDD9 (or 0xABFDD9) is known color: Magic Mint. HEX triplet: AB, FD and D9. RGB value is (171,253,217). Sum of RGB (Red+Green+Blue) = 171+253+217=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDD9 is #540226. Grayscale: #E0E0E0. Windows color (decimal): -5505575 or 14286251. OLE color: 14286251.
HSL color Cylindrical-coordinate representation of color #ABFDD9: hue angle of 153.66º 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 #ABFDD9 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 217 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.01 |
| HSL | 153.66º | 0.95% | 0.83% | - |
| HSV(B) | 153.66º | 0.32% | 0.99% | - |
| XYZ | 64.44 | 83.92 | 78.45 | - |
| YUV | 224.38 | 123.83 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 217 | 0.32 | 0 | 0.14 | 0.01 | 153.66 | 0.95 | 0.83 |
| Hex | AB | FD | D9 | 20 | 0 | E | 1 | 9A | 5F | 53 |
| Octal | 253 | 375 | 331 | 40 | 0 | 16 | 1 | 232 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11011001 | 100000 | 0 | 1110 | 1 | 10011010 | 1011111 | 1010011 |
Color Harmonies of #ABFDD9
Complementary color
Monochromatic Colors of #ABFDD9
Black with #ABFDD9
Text Example
Text Example
White with #ABFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDD9; }
p { color: rgb(171,253,217); }
H1.HeaderClassName
{
color: #ABFDD9;
}
.AnyTagClassName
{
color: #ABFDD9;
}
</style>
background-color css
<style>
a { background-color: #ABFDD9; }
a { background-color: rgb(171,253,217); }
div.DivClassName
{
background-color: #ABFDD9;
}
.BgClassName
{
background-color: #ABFDD9;
}
</style>
border-color css
<style>
span { border-color: #ABFDD9; }
span { border-color: rgb(171,253,217); }
td.TdClassName
{
border-color: #ABFDD9;
}
.TagClassName
{
border-color: #ABFDD9;
}
</style>