Shades of Magic Mint #ABFFD6
Tints of Magic Mint #ABFFD6
RGB
CMYK
RGB Variations
Color information
#ABFFD6 (or 0xABFFD6) is known color: Magic Mint. HEX triplet: AB, FF and D6. RGB value is (171,255,214). Sum of RGB (Red+Green+Blue) = 171+255+214=640 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.72% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFD6 is #540029. Grayscale: #E1E1E1. Windows color (decimal): -5505066 or 14090155. OLE color: 14090155.
HSL color Cylindrical-coordinate representation of color #ABFFD6: hue angle of 150.71º 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 #ABFFD6 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 214 | - |
| CMYK | 0.33 | 0 | 0.16 | 0 |
| HSL | 150.71º | 1% | 0.84% | - |
| HSV(B) | 150.71º | 0.33% | 1% | - |
| XYZ | 64.69 | 85.03 | 76.62 | - |
| YUV | 225.21 | 121.67 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 214 | 0.33 | 0 | 0.16 | 0 | 150.71 | 1 | 0.84 |
| Hex | AB | FF | D6 | 21 | 0 | 10 | 0 | 97 | 64 | 54 |
| Octal | 253 | 377 | 326 | 41 | 0 | 20 | 0 | 227 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11010110 | 100001 | 0 | 10000 | 0 | 10010111 | 1100100 | 1010100 |
Color Harmonies of #ABFFD6
Complementary color
Monochromatic Colors of #ABFFD6
Black with #ABFFD6
Text Example
Text Example
White with #ABFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFD6; }
p { color: rgb(171,255,214); }
H1.HeaderClassName
{
color: #ABFFD6;
}
.AnyTagClassName
{
color: #ABFFD6;
}
</style>
background-color css
<style>
a { background-color: #ABFFD6; }
a { background-color: rgb(171,255,214); }
div.DivClassName
{
background-color: #ABFFD6;
}
.BgClassName
{
background-color: #ABFFD6;
}
</style>
border-color css
<style>
span { border-color: #ABFFD6; }
span { border-color: rgb(171,255,214); }
td.TdClassName
{
border-color: #ABFFD6;
}
.TagClassName
{
border-color: #ABFFD6;
}
</style>