Shades of Magic Mint #ABFED0
Tints of Magic Mint #ABFED0
RGB
CMYK
RGB Variations
Color information
#ABFED0 (or 0xABFED0) is known color: Magic Mint. HEX triplet: AB, FE and D0. RGB value is (171,254,208). Sum of RGB (Red+Green+Blue) = 171+254+208=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFED0 is #54012F. Grayscale: #E0E0E0. Windows color (decimal): -5505328 or 13696683. OLE color: 13696683.
HSL color Cylindrical-coordinate representation of color #ABFED0: hue angle of 146.75º 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 #ABFED0 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 208 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.00 |
| HSL | 146.75º | 0.98% | 0.83% | - |
| HSV(B) | 146.75º | 0.33% | 1% | - |
| XYZ | 63.62 | 84.1 | 72.55 | - |
| YUV | 223.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 208 | 0.33 | 0 | 0.18 | 0.00 | 146.75 | 0.98 | 0.83 |
| Hex | AB | FE | D0 | 21 | 0 | 12 | 0 | 93 | 62 | 53 |
| Octal | 253 | 376 | 320 | 41 | 0 | 22 | 0 | 223 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11010000 | 100001 | 0 | 10010 | 0 | 10010011 | 1100010 | 1010011 |
Color Harmonies of #ABFED0
Complementary color
Monochromatic Colors of #ABFED0
Black with #ABFED0
Text Example
Text Example
White with #ABFED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFED0; }
p { color: rgb(171,254,208); }
H1.HeaderClassName
{
color: #ABFED0;
}
.AnyTagClassName
{
color: #ABFED0;
}
</style>
background-color css
<style>
a { background-color: #ABFED0; }
a { background-color: rgb(171,254,208); }
div.DivClassName
{
background-color: #ABFED0;
}
.BgClassName
{
background-color: #ABFED0;
}
</style>
border-color css
<style>
span { border-color: #ABFED0; }
span { border-color: rgb(171,254,208); }
td.TdClassName
{
border-color: #ABFED0;
}
.TagClassName
{
border-color: #ABFED0;
}
</style>