Shades of Magic Mint #ABFCD8
Tints of Magic Mint #ABFCD8
RGB
CMYK
RGB Variations
Color information
#ABFCD8 (or 0xABFCD8) is known color: Magic Mint. HEX triplet: AB, FC and D8. RGB value is (171,252,216). Sum of RGB (Red+Green+Blue) = 171+252+216=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCD8 is #540327. Grayscale: #DFDFDF. Windows color (decimal): -5505832 or 14220459. OLE color: 14220459.
HSL color Cylindrical-coordinate representation of color #ABFCD8: hue angle of 153.33º 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 #ABFCD8 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 216 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.01 |
| HSL | 153.33º | 0.93% | 0.83% | - |
| HSV(B) | 153.33º | 0.32% | 0.99% | - |
| XYZ | 64 | 83.24 | 77.66 | - |
| YUV | 223.68 | 123.66 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 216 | 0.32 | 0 | 0.14 | 0.01 | 153.33 | 0.93 | 0.83 |
| Hex | AB | FC | D8 | 20 | 0 | E | 1 | 99 | 5D | 53 |
| Octal | 253 | 374 | 330 | 40 | 0 | 16 | 1 | 231 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11011000 | 100000 | 0 | 1110 | 1 | 10011001 | 1011101 | 1010011 |
Color Harmonies of #ABFCD8
Complementary color
Monochromatic Colors of #ABFCD8
Black with #ABFCD8
Text Example
Text Example
White with #ABFCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCD8; }
p { color: rgb(171,252,216); }
H1.HeaderClassName
{
color: #ABFCD8;
}
.AnyTagClassName
{
color: #ABFCD8;
}
</style>
background-color css
<style>
a { background-color: #ABFCD8; }
a { background-color: rgb(171,252,216); }
div.DivClassName
{
background-color: #ABFCD8;
}
.BgClassName
{
background-color: #ABFCD8;
}
</style>
border-color css
<style>
span { border-color: #ABFCD8; }
span { border-color: rgb(171,252,216); }
td.TdClassName
{
border-color: #ABFCD8;
}
.TagClassName
{
border-color: #ABFCD8;
}
</style>