Shades of Magic Mint #ACFEDC
Tints of Magic Mint #ACFEDC
RGB
CMYK
RGB Variations
Color information
#ACFEDC (or 0xACFEDC) is known color: Magic Mint. HEX triplet: AC, FE and DC. RGB value is (172,254,220). Sum of RGB (Red+Green+Blue) = 172+254+220=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEDC is #530123. Grayscale: #E1E1E1. Windows color (decimal): -5439780 or 14483116. OLE color: 14483116.
HSL color Cylindrical-coordinate representation of color #ACFEDC: hue angle of 155.12º 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 #ACFEDC is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 220 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.00 |
| HSL | 155.12º | 0.98% | 0.84% | - |
| HSV(B) | 155.12º | 0.32% | 1% | - |
| XYZ | 65.37 | 84.82 | 80.64 | - |
| YUV | 225.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 220 | 0.32 | 0 | 0.13 | 0.00 | 155.12 | 0.98 | 0.84 |
| Hex | AC | FE | DC | 20 | 0 | D | 0 | 9B | 62 | 54 |
| Octal | 254 | 376 | 334 | 40 | 0 | 15 | 0 | 233 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11011100 | 100000 | 0 | 1101 | 0 | 10011011 | 1100010 | 1010100 |
Color Harmonies of #ACFEDC
Complementary color
Monochromatic Colors of #ACFEDC
Black with #ACFEDC
Text Example
Text Example
White with #ACFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEDC; }
p { color: rgb(172,254,220); }
H1.HeaderClassName
{
color: #ACFEDC;
}
.AnyTagClassName
{
color: #ACFEDC;
}
</style>
background-color css
<style>
a { background-color: #ACFEDC; }
a { background-color: rgb(172,254,220); }
div.DivClassName
{
background-color: #ACFEDC;
}
.BgClassName
{
background-color: #ACFEDC;
}
</style>
border-color css
<style>
span { border-color: #ACFEDC; }
span { border-color: rgb(172,254,220); }
td.TdClassName
{
border-color: #ACFEDC;
}
.TagClassName
{
border-color: #ACFEDC;
}
</style>