Shades of Magic Mint #ACFEDE
Tints of Magic Mint #ACFEDE
RGB
CMYK
RGB Variations
Color information
#ACFEDE (or 0xACFEDE) is known color: Magic Mint. HEX triplet: AC, FE and DE. RGB value is (172,254,222). Sum of RGB (Red+Green+Blue) = 172+254+222=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEDE is #530121. Grayscale: #E1E1E1. Windows color (decimal): -5439778 or 14614188. OLE color: 14614188.
HSL color Cylindrical-coordinate representation of color #ACFEDE: hue angle of 156.59º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFEDE is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 222 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.00 |
| HSL | 156.59º | 0.98% | 0.84% | - |
| HSV(B) | 156.59º | 0.32% | 1% | - |
| XYZ | 65.64 | 84.93 | 82.04 | - |
| YUV | 225.83 | 125.83 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 222 | 0.32 | 0 | 0.13 | 0.00 | 156.59 | 0.98 | 0.84 |
| Hex | AC | FE | DE | 20 | 0 | D | 0 | 9D | 62 | 54 |
| Octal | 254 | 376 | 336 | 40 | 0 | 15 | 0 | 235 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11011110 | 100000 | 0 | 1101 | 0 | 10011101 | 1100010 | 1010100 |
Color Harmonies of #ACFEDE
Complementary color
Monochromatic Colors of #ACFEDE
Black with #ACFEDE
Text Example
Text Example
White with #ACFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEDE; }
p { color: rgb(172,254,222); }
H1.HeaderClassName
{
color: #ACFEDE;
}
.AnyTagClassName
{
color: #ACFEDE;
}
</style>
background-color css
<style>
a { background-color: #ACFEDE; }
a { background-color: rgb(172,254,222); }
div.DivClassName
{
background-color: #ACFEDE;
}
.BgClassName
{
background-color: #ACFEDE;
}
</style>
border-color css
<style>
span { border-color: #ACFEDE; }
span { border-color: rgb(172,254,222); }
td.TdClassName
{
border-color: #ACFEDE;
}
.TagClassName
{
border-color: #ACFEDE;
}
</style>