Shades of Magic Mint #ABFCDD
Tints of Magic Mint #ABFCDD
RGB
CMYK
RGB Variations
Color information
#ABFCDD (or 0xABFCDD) is known color: Magic Mint. HEX triplet: AB, FC and DD. RGB value is (171,252,221). Sum of RGB (Red+Green+Blue) = 171+252+221=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCDD is #540322. Grayscale: #E0E0E0. Windows color (decimal): -5505827 or 14548139. OLE color: 14548139.
HSL color Cylindrical-coordinate representation of color #ABFCDD: hue angle of 157.04º 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 #ABFCDD is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 221 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.01 |
| HSL | 157.04º | 0.93% | 0.83% | - |
| HSV(B) | 157.04º | 0.32% | 0.99% | - |
| XYZ | 64.66 | 83.5 | 81.12 | - |
| YUV | 224.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 221 | 0.32 | 0 | 0.12 | 0.01 | 157.04 | 0.93 | 0.83 |
| Hex | AB | FC | DD | 20 | 0 | C | 1 | 9D | 5D | 53 |
| Octal | 253 | 374 | 335 | 40 | 0 | 14 | 1 | 235 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11011101 | 100000 | 0 | 1100 | 1 | 10011101 | 1011101 | 1010011 |
Color Harmonies of #ABFCDD
Complementary color
Monochromatic Colors of #ABFCDD
Black with #ABFCDD
Text Example
Text Example
White with #ABFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCDD; }
p { color: rgb(171,252,221); }
H1.HeaderClassName
{
color: #ABFCDD;
}
.AnyTagClassName
{
color: #ABFCDD;
}
</style>
background-color css
<style>
a { background-color: #ABFCDD; }
a { background-color: rgb(171,252,221); }
div.DivClassName
{
background-color: #ABFCDD;
}
.BgClassName
{
background-color: #ABFCDD;
}
</style>
border-color css
<style>
span { border-color: #ABFCDD; }
span { border-color: rgb(171,252,221); }
td.TdClassName
{
border-color: #ABFCDD;
}
.TagClassName
{
border-color: #ABFCDD;
}
</style>