Shades of Magic Mint #ABFCD1
Tints of Magic Mint #ABFCD1
RGB
CMYK
RGB Variations
Color information
#ABFCD1 (or 0xABFCD1) is known color: Magic Mint. HEX triplet: AB, FC and D1. RGB value is (171,252,209). Sum of RGB (Red+Green+Blue) = 171+252+209=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCD1 is #54032E. Grayscale: #DEDEDE. Windows color (decimal): -5505839 or 13761707. OLE color: 13761707.
HSL color Cylindrical-coordinate representation of color #ABFCD1: hue angle of 148.15º degrees, saturation: 0.93, 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 #ABFCD1 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 209 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.01 |
| HSL | 148.15º | 0.93% | 0.83% | - |
| HSV(B) | 148.15º | 0.32% | 0.99% | - |
| XYZ | 63.11 | 82.88 | 72.99 | - |
| YUV | 222.88 | 120.16 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 209 | 0.32 | 0 | 0.17 | 0.01 | 148.15 | 0.93 | 0.83 |
| Hex | AB | FC | D1 | 20 | 0 | 11 | 1 | 94 | 5D | 53 |
| Octal | 253 | 374 | 321 | 40 | 0 | 21 | 1 | 224 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11010001 | 100000 | 0 | 10001 | 1 | 10010100 | 1011101 | 1010011 |
Color Harmonies of #ABFCD1
Complementary color
Monochromatic Colors of #ABFCD1
Black with #ABFCD1
Text Example
Text Example
White with #ABFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCD1; }
p { color: rgb(171,252,209); }
H1.HeaderClassName
{
color: #ABFCD1;
}
.AnyTagClassName
{
color: #ABFCD1;
}
</style>
background-color css
<style>
a { background-color: #ABFCD1; }
a { background-color: rgb(171,252,209); }
div.DivClassName
{
background-color: #ABFCD1;
}
.BgClassName
{
background-color: #ABFCD1;
}
</style>
border-color css
<style>
span { border-color: #ABFCD1; }
span { border-color: rgb(171,252,209); }
td.TdClassName
{
border-color: #ABFCD1;
}
.TagClassName
{
border-color: #ABFCD1;
}
</style>