Shades of Magic Mint #ACFDE0
Tints of Magic Mint #ACFDE0
RGB
CMYK
RGB Variations
Color information
#ACFDE0 (or 0xACFDE0) is known color: Magic Mint. HEX triplet: AC, FD and E0. RGB value is (172,253,224). Sum of RGB (Red+Green+Blue) = 172+253+224=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDE0 is #53021F. Grayscale: #E1E1E1. Windows color (decimal): -5440032 or 14745004. OLE color: 14745004.
HSL color Cylindrical-coordinate representation of color #ACFDE0: hue angle of 158.52º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDE0 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 224 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.01 |
| HSL | 158.52º | 0.95% | 0.83% | - |
| HSV(B) | 158.52º | 0.32% | 0.99% | - |
| XYZ | 65.59 | 84.4 | 83.36 | - |
| YUV | 225.48 | 127.16 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 224 | 0.32 | 0 | 0.11 | 0.01 | 158.52 | 0.95 | 0.83 |
| Hex | AC | FD | E0 | 20 | 0 | B | 1 | 9F | 5F | 53 |
| Octal | 254 | 375 | 340 | 40 | 0 | 13 | 1 | 237 | 137 | 123 |
| Binary | 10101100 | 11111101 | 11100000 | 100000 | 0 | 1011 | 1 | 10011111 | 1011111 | 1010011 |
Color Harmonies of #ACFDE0
Complementary color
Monochromatic Colors of #ACFDE0
Black with #ACFDE0
Text Example
Text Example
White with #ACFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDE0; }
p { color: rgb(172,253,224); }
H1.HeaderClassName
{
color: #ACFDE0;
}
.AnyTagClassName
{
color: #ACFDE0;
}
</style>
background-color css
<style>
a { background-color: #ACFDE0; }
a { background-color: rgb(172,253,224); }
div.DivClassName
{
background-color: #ACFDE0;
}
.BgClassName
{
background-color: #ACFDE0;
}
</style>
border-color css
<style>
span { border-color: #ACFDE0; }
span { border-color: rgb(172,253,224); }
td.TdClassName
{
border-color: #ACFDE0;
}
.TagClassName
{
border-color: #ACFDE0;
}
</style>