Shades of Magic Mint #ABFCD6
Tints of Magic Mint #ABFCD6
RGB
CMYK
RGB Variations
Color information
#ABFCD6 (or 0xABFCD6) is known color: Magic Mint. HEX triplet: AB, FC and D6. RGB value is (171,252,214). Sum of RGB (Red+Green+Blue) = 171+252+214=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCD6 is #540329. Grayscale: #DFDFDF. Windows color (decimal): -5505834 or 14089387. OLE color: 14089387.
HSL color Cylindrical-coordinate representation of color #ABFCD6: hue angle of 151.85º 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 #ABFCD6 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 214 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.01 |
| HSL | 151.85º | 0.93% | 0.83% | - |
| HSV(B) | 151.85º | 0.32% | 0.99% | - |
| XYZ | 63.74 | 83.13 | 76.31 | - |
| YUV | 223.45 | 122.66 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 214 | 0.32 | 0 | 0.15 | 0.01 | 151.85 | 0.93 | 0.83 |
| Hex | AB | FC | D6 | 20 | 0 | F | 1 | 98 | 5D | 53 |
| Octal | 253 | 374 | 326 | 40 | 0 | 17 | 1 | 230 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11010110 | 100000 | 0 | 1111 | 1 | 10011000 | 1011101 | 1010011 |
Color Harmonies of #ABFCD6
Complementary color
Monochromatic Colors of #ABFCD6
Black with #ABFCD6
Text Example
Text Example
White with #ABFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCD6; }
p { color: rgb(171,252,214); }
H1.HeaderClassName
{
color: #ABFCD6;
}
.AnyTagClassName
{
color: #ABFCD6;
}
</style>
background-color css
<style>
a { background-color: #ABFCD6; }
a { background-color: rgb(171,252,214); }
div.DivClassName
{
background-color: #ABFCD6;
}
.BgClassName
{
background-color: #ABFCD6;
}
</style>
border-color css
<style>
span { border-color: #ABFCD6; }
span { border-color: rgb(171,252,214); }
td.TdClassName
{
border-color: #ABFCD6;
}
.TagClassName
{
border-color: #ABFCD6;
}
</style>