Shades of Magic Mint #ABFED3
Tints of Magic Mint #ABFED3
RGB
CMYK
RGB Variations
Color information
#ABFED3 (or 0xABFED3) is known color: Magic Mint. HEX triplet: AB, FE and D3. RGB value is (171,254,211). Sum of RGB (Red+Green+Blue) = 171+254+211=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFED3 is #54012C. Grayscale: #E0E0E0. Windows color (decimal): -5505325 or 13893291. OLE color: 13893291.
HSL color Cylindrical-coordinate representation of color #ABFED3: hue angle of 148.92º 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 #ABFED3 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 211 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.00 |
| HSL | 148.92º | 0.98% | 0.83% | - |
| HSV(B) | 148.92º | 0.33% | 1% | - |
| XYZ | 63.99 | 84.24 | 74.52 | - |
| YUV | 224.28 | 120.5 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 211 | 0.33 | 0 | 0.17 | 0.00 | 148.92 | 0.98 | 0.83 |
| Hex | AB | FE | D3 | 21 | 0 | 11 | 0 | 95 | 62 | 53 |
| Octal | 253 | 376 | 323 | 41 | 0 | 21 | 0 | 225 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11010011 | 100001 | 0 | 10001 | 0 | 10010101 | 1100010 | 1010011 |
Color Harmonies of #ABFED3
Complementary color
Monochromatic Colors of #ABFED3
Black with #ABFED3
Text Example
Text Example
White with #ABFED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFED3; }
p { color: rgb(171,254,211); }
H1.HeaderClassName
{
color: #ABFED3;
}
.AnyTagClassName
{
color: #ABFED3;
}
</style>
background-color css
<style>
a { background-color: #ABFED3; }
a { background-color: rgb(171,254,211); }
div.DivClassName
{
background-color: #ABFED3;
}
.BgClassName
{
background-color: #ABFED3;
}
</style>
border-color css
<style>
span { border-color: #ABFED3; }
span { border-color: rgb(171,254,211); }
td.TdClassName
{
border-color: #ABFED3;
}
.TagClassName
{
border-color: #ABFED3;
}
</style>