Shades of Magic Mint #ACF0D9
Tints of Magic Mint #ACF0D9
RGB
CMYK
RGB Variations
Color information
#ACF0D9 (or 0xACF0D9) is known color: Magic Mint. HEX triplet: AC, F0 and D9. RGB value is (172,240,217). Sum of RGB (Red+Green+Blue) = 172+240+217=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0D9 is #530F26. Grayscale: #D9D9D9. Windows color (decimal): -5443367 or 14282924. OLE color: 14282924.
HSL color Cylindrical-coordinate representation of color #ACF0D9: hue angle of 159.71º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0D9 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 217 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.06 |
| HSL | 159.71º | 0.69% | 0.81% | - |
| HSV(B) | 159.71º | 0.28% | 0.94% | - |
| XYZ | 60.7 | 76.1 | 77.14 | - |
| YUV | 217.05 | 127.97 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 217 | 0.28 | 0 | 0.10 | 0.06 | 159.71 | 0.69 | 0.81 |
| Hex | AC | F0 | D9 | 1C | 0 | A | 6 | A0 | 45 | 51 |
| Octal | 254 | 360 | 331 | 34 | 0 | 12 | 6 | 240 | 105 | 121 |
| Binary | 10101100 | 11110000 | 11011001 | 11100 | 0 | 1010 | 110 | 10100000 | 1000101 | 1010001 |
Color Harmonies of #ACF0D9
Complementary color
Monochromatic Colors of #ACF0D9
Black with #ACF0D9
Text Example
Text Example
White with #ACF0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0D9; }
p { color: rgb(172,240,217); }
H1.HeaderClassName
{
color: #ACF0D9;
}
.AnyTagClassName
{
color: #ACF0D9;
}
</style>
background-color css
<style>
a { background-color: #ACF0D9; }
a { background-color: rgb(172,240,217); }
div.DivClassName
{
background-color: #ACF0D9;
}
.BgClassName
{
background-color: #ACF0D9;
}
</style>
border-color css
<style>
span { border-color: #ACF0D9; }
span { border-color: rgb(172,240,217); }
td.TdClassName
{
border-color: #ACF0D9;
}
.TagClassName
{
border-color: #ACF0D9;
}
</style>