Shades of Magic Mint #ACF7DD
Tints of Magic Mint #ACF7DD
RGB
CMYK
RGB Variations
Color information
#ACF7DD (or 0xACF7DD) is known color: Magic Mint. HEX triplet: AC, F7 and DD. RGB value is (172,247,221). Sum of RGB (Red+Green+Blue) = 172+247+221=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 247 (96.88% from 255 or 38.59% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7DD is #530822. Grayscale: #DDDDDD. Windows color (decimal): -5441571 or 14546860. OLE color: 14546860.
HSL color Cylindrical-coordinate representation of color #ACF7DD: hue angle of 159.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7DD is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 221 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.03 |
| HSL | 159.2º | 0.82% | 0.82% | - |
| HSV(B) | 159.2º | 0.3% | 0.97% | - |
| XYZ | 63.33 | 80.51 | 80.61 | - |
| YUV | 221.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 221 | 0.30 | 0 | 0.11 | 0.03 | 159.2 | 0.82 | 0.82 |
| Hex | AC | F7 | DD | 1E | 0 | B | 3 | 9F | 52 | 52 |
| Octal | 254 | 367 | 335 | 36 | 0 | 13 | 3 | 237 | 122 | 122 |
| Binary | 10101100 | 11110111 | 11011101 | 11110 | 0 | 1011 | 11 | 10011111 | 1010010 | 1010010 |
Color Harmonies of #ACF7DD
Complementary color
Monochromatic Colors of #ACF7DD
Black with #ACF7DD
Text Example
Text Example
White with #ACF7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF7DD; }
p { color: rgb(172,247,221); }
H1.HeaderClassName
{
color: #ACF7DD;
}
.AnyTagClassName
{
color: #ACF7DD;
}
</style>
background-color css
<style>
a { background-color: #ACF7DD; }
a { background-color: rgb(172,247,221); }
div.DivClassName
{
background-color: #ACF7DD;
}
.BgClassName
{
background-color: #ACF7DD;
}
</style>
border-color css
<style>
span { border-color: #ACF7DD; }
span { border-color: rgb(172,247,221); }
td.TdClassName
{
border-color: #ACF7DD;
}
.TagClassName
{
border-color: #ACF7DD;
}
</style>