Shades of Magic Mint #ABFECA
Tints of Magic Mint #ABFECA
RGB
CMYK
RGB Variations
Color information
#ABFECA (or 0xABFECA) is known color: Magic Mint. HEX triplet: AB, FE and CA. RGB value is (171,254,202). Sum of RGB (Red+Green+Blue) = 171+254+202=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFECA is #540135. Grayscale: #DFDFDF. Windows color (decimal): -5505334 or 13303467. OLE color: 13303467.
HSL color Cylindrical-coordinate representation of color #ABFECA: hue angle of 142.41º 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 #ABFECA is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 202 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.00 |
| HSL | 142.41º | 0.98% | 0.83% | - |
| HSV(B) | 142.41º | 0.33% | 1% | - |
| XYZ | 62.9 | 83.81 | 68.74 | - |
| YUV | 223.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 202 | 0.33 | 0 | 0.20 | 0.00 | 142.41 | 0.98 | 0.83 |
| Hex | AB | FE | CA | 21 | 0 | 14 | 0 | 8E | 62 | 53 |
| Octal | 253 | 376 | 312 | 41 | 0 | 24 | 0 | 216 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11001010 | 100001 | 0 | 10100 | 0 | 10001110 | 1100010 | 1010011 |
Color Harmonies of #ABFECA
Complementary color
Monochromatic Colors of #ABFECA
Black with #ABFECA
Text Example
Text Example
White with #ABFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFECA; }
p { color: rgb(171,254,202); }
H1.HeaderClassName
{
color: #ABFECA;
}
.AnyTagClassName
{
color: #ABFECA;
}
</style>
background-color css
<style>
a { background-color: #ABFECA; }
a { background-color: rgb(171,254,202); }
div.DivClassName
{
background-color: #ABFECA;
}
.BgClassName
{
background-color: #ABFECA;
}
</style>
border-color css
<style>
span { border-color: #ABFECA; }
span { border-color: rgb(171,254,202); }
td.TdClassName
{
border-color: #ABFECA;
}
.TagClassName
{
border-color: #ABFECA;
}
</style>