Shades of Magic Mint #ABFFDB
Tints of Magic Mint #ABFFDB
RGB
CMYK
RGB Variations
Color information
#ABFFDB (or 0xABFFDB) is known color: Magic Mint. HEX triplet: AB, FF and DB. RGB value is (171,255,219). Sum of RGB (Red+Green+Blue) = 171+255+219=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFDB is #540024. Grayscale: #E1E1E1. Windows color (decimal): -5505061 or 14417835. OLE color: 14417835.
HSL color Cylindrical-coordinate representation of color #ABFFDB: hue angle of 154.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFDB is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 219 | - |
| CMYK | 0.33 | 0 | 0.14 | 0 |
| HSL | 154.29º | 1% | 0.84% | - |
| HSV(B) | 154.29º | 0.33% | 1% | - |
| XYZ | 65.34 | 85.29 | 80.04 | - |
| YUV | 225.78 | 124.17 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 219 | 0.33 | 0 | 0.14 | 0 | 154.29 | 1 | 0.84 |
| Hex | AB | FF | DB | 21 | 0 | E | 0 | 9A | 64 | 54 |
| Octal | 253 | 377 | 333 | 41 | 0 | 16 | 0 | 232 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11011011 | 100001 | 0 | 1110 | 0 | 10011010 | 1100100 | 1010100 |
Color Harmonies of #ABFFDB
Complementary color
Monochromatic Colors of #ABFFDB
Black with #ABFFDB
Text Example
Text Example
White with #ABFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFDB; }
p { color: rgb(171,255,219); }
H1.HeaderClassName
{
color: #ABFFDB;
}
.AnyTagClassName
{
color: #ABFFDB;
}
</style>
background-color css
<style>
a { background-color: #ABFFDB; }
a { background-color: rgb(171,255,219); }
div.DivClassName
{
background-color: #ABFFDB;
}
.BgClassName
{
background-color: #ABFFDB;
}
</style>
border-color css
<style>
span { border-color: #ABFFDB; }
span { border-color: rgb(171,255,219); }
td.TdClassName
{
border-color: #ABFFDB;
}
.TagClassName
{
border-color: #ABFFDB;
}
</style>