Shades of Magic Mint #ABFBDD
Tints of Magic Mint #ABFBDD
RGB
CMYK
RGB Variations
Color information
#ABFBDD (or 0xABFBDD) is known color: Magic Mint. HEX triplet: AB, FB and DD. RGB value is (171,251,221). Sum of RGB (Red+Green+Blue) = 171+251+221=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBDD is #540422. Grayscale: #DFDFDF. Windows color (decimal): -5506083 or 14547883. OLE color: 14547883.
HSL color Cylindrical-coordinate representation of color #ABFBDD: hue angle of 157.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFBDD is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 221 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.02 |
| HSL | 157.5º | 0.91% | 0.83% | - |
| HSV(B) | 157.5º | 0.32% | 0.98% | - |
| XYZ | 64.34 | 82.87 | 81.01 | - |
| YUV | 223.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 221 | 0.32 | 0 | 0.12 | 0.02 | 157.5 | 0.91 | 0.83 |
| Hex | AB | FB | DD | 20 | 0 | C | 2 | 9E | 5B | 53 |
| Octal | 253 | 373 | 335 | 40 | 0 | 14 | 2 | 236 | 133 | 123 |
| Binary | 10101011 | 11111011 | 11011101 | 100000 | 0 | 1100 | 10 | 10011110 | 1011011 | 1010011 |
Color Harmonies of #ABFBDD
Complementary color
Monochromatic Colors of #ABFBDD
Black with #ABFBDD
Text Example
Text Example
White with #ABFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBDD; }
p { color: rgb(171,251,221); }
H1.HeaderClassName
{
color: #ABFBDD;
}
.AnyTagClassName
{
color: #ABFBDD;
}
</style>
background-color css
<style>
a { background-color: #ABFBDD; }
a { background-color: rgb(171,251,221); }
div.DivClassName
{
background-color: #ABFBDD;
}
.BgClassName
{
background-color: #ABFBDD;
}
</style>
border-color css
<style>
span { border-color: #ABFBDD; }
span { border-color: rgb(171,251,221); }
td.TdClassName
{
border-color: #ABFBDD;
}
.TagClassName
{
border-color: #ABFBDD;
}
</style>