Shades of Magic Mint #ABFAD6
Tints of Magic Mint #ABFAD6
RGB
CMYK
RGB Variations
Color information
#ABFAD6 (or 0xABFAD6) is known color: Magic Mint. HEX triplet: AB, FA and D6. RGB value is (171,250,214). Sum of RGB (Red+Green+Blue) = 171+250+214=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAD6 is #540529. Grayscale: #DEDEDE. Windows color (decimal): -5506346 or 14088875. OLE color: 14088875.
HSL color Cylindrical-coordinate representation of color #ABFAD6: hue angle of 152.66º 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 #ABFAD6 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 214 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.02 |
| HSL | 152.66º | 0.89% | 0.83% | - |
| HSV(B) | 152.66º | 0.32% | 0.98% | - |
| XYZ | 63.12 | 81.88 | 76.1 | - |
| YUV | 222.28 | 123.33 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 214 | 0.32 | 0 | 0.14 | 0.02 | 152.66 | 0.89 | 0.83 |
| Hex | AB | FA | D6 | 20 | 0 | E | 2 | 99 | 59 | 53 |
| Octal | 253 | 372 | 326 | 40 | 0 | 16 | 2 | 231 | 131 | 123 |
| Binary | 10101011 | 11111010 | 11010110 | 100000 | 0 | 1110 | 10 | 10011001 | 1011001 | 1010011 |
Color Harmonies of #ABFAD6
Complementary color
Monochromatic Colors of #ABFAD6
Black with #ABFAD6
Text Example
Text Example
White with #ABFAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAD6; }
p { color: rgb(171,250,214); }
H1.HeaderClassName
{
color: #ABFAD6;
}
.AnyTagClassName
{
color: #ABFAD6;
}
</style>
background-color css
<style>
a { background-color: #ABFAD6; }
a { background-color: rgb(171,250,214); }
div.DivClassName
{
background-color: #ABFAD6;
}
.BgClassName
{
background-color: #ABFAD6;
}
</style>
border-color css
<style>
span { border-color: #ABFAD6; }
span { border-color: rgb(171,250,214); }
td.TdClassName
{
border-color: #ABFAD6;
}
.TagClassName
{
border-color: #ABFAD6;
}
</style>