Shades of Magic Mint #ABFBDC
Tints of Magic Mint #ABFBDC
RGB
CMYK
RGB Variations
Color information
#ABFBDC (or 0xABFBDC) is known color: Magic Mint. HEX triplet: AB, FB and DC. RGB value is (171,251,220). Sum of RGB (Red+Green+Blue) = 171+251+220=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBDC is #540423. Grayscale: #DFDFDF. Windows color (decimal): -5506084 or 14482347. OLE color: 14482347.
HSL color Cylindrical-coordinate representation of color #ABFBDC: hue angle of 156.75º 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 #ABFBDC is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 220 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.02 |
| HSL | 156.75º | 0.91% | 0.83% | - |
| HSV(B) | 156.75º | 0.32% | 0.98% | - |
| XYZ | 64.21 | 82.82 | 80.31 | - |
| YUV | 223.55 | 126 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 220 | 0.32 | 0 | 0.12 | 0.02 | 156.75 | 0.91 | 0.83 |
| Hex | AB | FB | DC | 20 | 0 | C | 2 | 9D | 5B | 53 |
| Octal | 253 | 373 | 334 | 40 | 0 | 14 | 2 | 235 | 133 | 123 |
| Binary | 10101011 | 11111011 | 11011100 | 100000 | 0 | 1100 | 10 | 10011101 | 1011011 | 1010011 |
Color Harmonies of #ABFBDC
Complementary color
Monochromatic Colors of #ABFBDC
Black with #ABFBDC
Text Example
Text Example
White with #ABFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBDC; }
p { color: rgb(171,251,220); }
H1.HeaderClassName
{
color: #ABFBDC;
}
.AnyTagClassName
{
color: #ABFBDC;
}
</style>
background-color css
<style>
a { background-color: #ABFBDC; }
a { background-color: rgb(171,251,220); }
div.DivClassName
{
background-color: #ABFBDC;
}
.BgClassName
{
background-color: #ABFBDC;
}
</style>
border-color css
<style>
span { border-color: #ABFBDC; }
span { border-color: rgb(171,251,220); }
td.TdClassName
{
border-color: #ABFBDC;
}
.TagClassName
{
border-color: #ABFBDC;
}
</style>