Shades of Magic Mint #ABFEC2
Tints of Magic Mint #ABFEC2
RGB
CMYK
RGB Variations
Color information
#ABFEC2 (or 0xABFEC2) is known color: Magic Mint. HEX triplet: AB, FE and C2. RGB value is (171,254,194). Sum of RGB (Red+Green+Blue) = 171+254+194=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFEC2 is #54013D. Grayscale: #DEDEDE. Windows color (decimal): -5505342 or 12779179. OLE color: 12779179.
HSL color Cylindrical-coordinate representation of color #ABFEC2: hue angle of 136.63º 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 #ABFEC2 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 194 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.00 |
| HSL | 136.63º | 0.98% | 0.83% | - |
| HSV(B) | 136.63º | 0.33% | 1% | - |
| XYZ | 61.97 | 83.44 | 63.88 | - |
| YUV | 222.34 | 112 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 194 | 0.33 | 0 | 0.24 | 0.00 | 136.63 | 0.98 | 0.83 |
| Hex | AB | FE | C2 | 21 | 0 | 18 | 0 | 89 | 62 | 53 |
| Octal | 253 | 376 | 302 | 41 | 0 | 30 | 0 | 211 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11000010 | 100001 | 0 | 11000 | 0 | 10001001 | 1100010 | 1010011 |
Color Harmonies of #ABFEC2
Complementary color
Monochromatic Colors of #ABFEC2
Black with #ABFEC2
Text Example
Text Example
White with #ABFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEC2; }
p { color: rgb(171,254,194); }
H1.HeaderClassName
{
color: #ABFEC2;
}
.AnyTagClassName
{
color: #ABFEC2;
}
</style>
background-color css
<style>
a { background-color: #ABFEC2; }
a { background-color: rgb(171,254,194); }
div.DivClassName
{
background-color: #ABFEC2;
}
.BgClassName
{
background-color: #ABFEC2;
}
</style>
border-color css
<style>
span { border-color: #ABFEC2; }
span { border-color: rgb(171,254,194); }
td.TdClassName
{
border-color: #ABFEC2;
}
.TagClassName
{
border-color: #ABFEC2;
}
</style>