Shades of Magic Mint #ACFEDF
Tints of Magic Mint #ACFEDF
RGB
CMYK
RGB Variations
Color information
#ACFEDF (or 0xACFEDF) is known color: Magic Mint. HEX triplet: AC, FE and DF. RGB value is (172,254,223). Sum of RGB (Red+Green+Blue) = 172+254+223=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEDF is #530120. Grayscale: #E1E1E1. Windows color (decimal): -5439777 or 14679724. OLE color: 14679724.
HSL color Cylindrical-coordinate representation of color #ACFEDF: hue angle of 157.32º 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 #ACFEDF is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 223 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.00 |
| HSL | 157.32º | 0.98% | 0.84% | - |
| HSV(B) | 157.32º | 0.32% | 1% | - |
| XYZ | 65.77 | 84.98 | 82.75 | - |
| YUV | 225.95 | 126.33 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 223 | 0.32 | 0 | 0.12 | 0.00 | 157.32 | 0.98 | 0.84 |
| Hex | AC | FE | DF | 20 | 0 | C | 0 | 9D | 62 | 54 |
| Octal | 254 | 376 | 337 | 40 | 0 | 14 | 0 | 235 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11011111 | 100000 | 0 | 1100 | 0 | 10011101 | 1100010 | 1010100 |
Color Harmonies of #ACFEDF
Complementary color
Monochromatic Colors of #ACFEDF
Black with #ACFEDF
Text Example
Text Example
White with #ACFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEDF; }
p { color: rgb(172,254,223); }
H1.HeaderClassName
{
color: #ACFEDF;
}
.AnyTagClassName
{
color: #ACFEDF;
}
</style>
background-color css
<style>
a { background-color: #ACFEDF; }
a { background-color: rgb(172,254,223); }
div.DivClassName
{
background-color: #ACFEDF;
}
.BgClassName
{
background-color: #ACFEDF;
}
</style>
border-color css
<style>
span { border-color: #ACFEDF; }
span { border-color: rgb(172,254,223); }
td.TdClassName
{
border-color: #ACFEDF;
}
.TagClassName
{
border-color: #ACFEDF;
}
</style>