Shades of Magic Mint #ABF8D1
Tints of Magic Mint #ABF8D1
RGB
CMYK
RGB Variations
Color information
#ABF8D1 (or 0xABF8D1) is known color: Magic Mint. HEX triplet: AB, F8 and D1. RGB value is (171,248,209). Sum of RGB (Red+Green+Blue) = 171+248+209=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF8D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF8D1 is #54072E. Grayscale: #DCDCDC. Windows color (decimal): -5506863 or 13760683. OLE color: 13760683.
HSL color Cylindrical-coordinate representation of color #ABF8D1: hue angle of 149.61º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF8D1 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 248 | 209 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.03 |
| HSL | 149.61º | 0.85% | 0.82% | - |
| HSV(B) | 149.61º | 0.31% | 0.97% | - |
| XYZ | 61.87 | 80.4 | 72.58 | - |
| YUV | 220.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 248 | 209 | 0.31 | 0 | 0.16 | 0.03 | 149.61 | 0.85 | 0.82 |
| Hex | AB | F8 | D1 | 1F | 0 | 10 | 3 | 96 | 55 | 52 |
| Octal | 253 | 370 | 321 | 37 | 0 | 20 | 3 | 226 | 125 | 122 |
| Binary | 10101011 | 11111000 | 11010001 | 11111 | 0 | 10000 | 11 | 10010110 | 1010101 | 1010010 |
Color Harmonies of #ABF8D1
Complementary color
Monochromatic Colors of #ABF8D1
Black with #ABF8D1
Text Example
Text Example
White with #ABF8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF8D1; }
p { color: rgb(171,248,209); }
H1.HeaderClassName
{
color: #ABF8D1;
}
.AnyTagClassName
{
color: #ABF8D1;
}
</style>
background-color css
<style>
a { background-color: #ABF8D1; }
a { background-color: rgb(171,248,209); }
div.DivClassName
{
background-color: #ABF8D1;
}
.BgClassName
{
background-color: #ABF8D1;
}
</style>
border-color css
<style>
span { border-color: #ABF8D1; }
span { border-color: rgb(171,248,209); }
td.TdClassName
{
border-color: #ABF8D1;
}
.TagClassName
{
border-color: #ABF8D1;
}
</style>