Shades of Magic Mint #ABFEDB
Tints of Magic Mint #ABFEDB
RGB
CMYK
RGB Variations
Color information
#ABFEDB (or 0xABFEDB) is known color: Magic Mint. HEX triplet: AB, FE and DB. RGB value is (171,254,219). Sum of RGB (Red+Green+Blue) = 171+254+219=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFEDB is #540124. Grayscale: #E1E1E1. Windows color (decimal): -5505317 or 14417579. OLE color: 14417579.
HSL color Cylindrical-coordinate representation of color #ABFEDB: hue angle of 154.7º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFEDB is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 219 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.00 |
| HSL | 154.7º | 0.98% | 0.83% | - |
| HSV(B) | 154.7º | 0.33% | 1% | - |
| XYZ | 65.02 | 84.66 | 79.93 | - |
| YUV | 225.19 | 124.5 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 219 | 0.33 | 0 | 0.14 | 0.00 | 154.7 | 0.98 | 0.83 |
| Hex | AB | FE | DB | 21 | 0 | E | 0 | 9B | 62 | 53 |
| Octal | 253 | 376 | 333 | 41 | 0 | 16 | 0 | 233 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11011011 | 100001 | 0 | 1110 | 0 | 10011011 | 1100010 | 1010011 |
Color Harmonies of #ABFEDB
Complementary color
Monochromatic Colors of #ABFEDB
Black with #ABFEDB
Text Example
Text Example
White with #ABFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEDB; }
p { color: rgb(171,254,219); }
H1.HeaderClassName
{
color: #ABFEDB;
}
.AnyTagClassName
{
color: #ABFEDB;
}
</style>
background-color css
<style>
a { background-color: #ABFEDB; }
a { background-color: rgb(171,254,219); }
div.DivClassName
{
background-color: #ABFEDB;
}
.BgClassName
{
background-color: #ABFEDB;
}
</style>
border-color css
<style>
span { border-color: #ABFEDB; }
span { border-color: rgb(171,254,219); }
td.TdClassName
{
border-color: #ABFEDB;
}
.TagClassName
{
border-color: #ABFEDB;
}
</style>