Shades of Magic Mint #ABFFD5
Tints of Magic Mint #ABFFD5
RGB
CMYK
RGB Variations
Color information
#ABFFD5 (or 0xABFFD5) is known color: Magic Mint. HEX triplet: AB, FF and D5. RGB value is (171,255,213). Sum of RGB (Red+Green+Blue) = 171+255+213=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFD5 is #54002A. Grayscale: #E1E1E1. Windows color (decimal): -5505067 or 14024619. OLE color: 14024619.
HSL color Cylindrical-coordinate representation of color #ABFFD5: hue angle of 150º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFD5 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 213 | - |
| CMYK | 0.33 | 0 | 0.16 | 0 |
| HSL | 150º | 1% | 0.84% | - |
| HSV(B) | 150º | 0.33% | 1% | - |
| XYZ | 64.56 | 84.98 | 75.95 | - |
| YUV | 225.1 | 121.17 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 213 | 0.33 | 0 | 0.16 | 0 | 150 | 1 | 0.84 |
| Hex | AB | FF | D5 | 21 | 0 | 10 | 0 | 96 | 64 | 54 |
| Octal | 253 | 377 | 325 | 41 | 0 | 20 | 0 | 226 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11010101 | 100001 | 0 | 10000 | 0 | 10010110 | 1100100 | 1010100 |
Color Harmonies of #ABFFD5
Complementary color
Monochromatic Colors of #ABFFD5
Black with #ABFFD5
Text Example
Text Example
White with #ABFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFD5; }
p { color: rgb(171,255,213); }
H1.HeaderClassName
{
color: #ABFFD5;
}
.AnyTagClassName
{
color: #ABFFD5;
}
</style>
background-color css
<style>
a { background-color: #ABFFD5; }
a { background-color: rgb(171,255,213); }
div.DivClassName
{
background-color: #ABFFD5;
}
.BgClassName
{
background-color: #ABFFD5;
}
</style>
border-color css
<style>
span { border-color: #ABFFD5; }
span { border-color: rgb(171,255,213); }
td.TdClassName
{
border-color: #ABFFD5;
}
.TagClassName
{
border-color: #ABFFD5;
}
</style>