Shades of Magic Mint #ABFED2
Tints of Magic Mint #ABFED2
RGB
CMYK
RGB Variations
Color information
#ABFED2 (or 0xABFED2) is known color: Magic Mint. HEX triplet: AB, FE and D2. RGB value is (171,254,210). Sum of RGB (Red+Green+Blue) = 171+254+210=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFED2 is #54012D. Grayscale: #E0E0E0. Windows color (decimal): -5505326 or 13827755. OLE color: 13827755.
HSL color Cylindrical-coordinate representation of color #ABFED2: hue angle of 148.19º 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 #ABFED2 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 210 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.00 |
| HSL | 148.19º | 0.98% | 0.83% | - |
| HSV(B) | 148.19º | 0.33% | 1% | - |
| XYZ | 63.87 | 84.19 | 73.86 | - |
| YUV | 224.17 | 120 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 210 | 0.33 | 0 | 0.17 | 0.00 | 148.19 | 0.98 | 0.83 |
| Hex | AB | FE | D2 | 21 | 0 | 11 | 0 | 94 | 62 | 53 |
| Octal | 253 | 376 | 322 | 41 | 0 | 21 | 0 | 224 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11010010 | 100001 | 0 | 10001 | 0 | 10010100 | 1100010 | 1010011 |
Color Harmonies of #ABFED2
Complementary color
Monochromatic Colors of #ABFED2
Black with #ABFED2
Text Example
Text Example
White with #ABFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFED2; }
p { color: rgb(171,254,210); }
H1.HeaderClassName
{
color: #ABFED2;
}
.AnyTagClassName
{
color: #ABFED2;
}
</style>
background-color css
<style>
a { background-color: #ABFED2; }
a { background-color: rgb(171,254,210); }
div.DivClassName
{
background-color: #ABFED2;
}
.BgClassName
{
background-color: #ABFED2;
}
</style>
border-color css
<style>
span { border-color: #ABFED2; }
span { border-color: rgb(171,254,210); }
td.TdClassName
{
border-color: #ABFED2;
}
.TagClassName
{
border-color: #ABFED2;
}
</style>