Shades of Magic Mint #ACF1D9
Tints of Magic Mint #ACF1D9
RGB
CMYK
RGB Variations
Color information
#ACF1D9 (or 0xACF1D9) is known color: Magic Mint. HEX triplet: AC, F1 and D9. RGB value is (172,241,217). Sum of RGB (Red+Green+Blue) = 172+241+217=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1D9 is #530E26. Grayscale: #D9D9D9. Windows color (decimal): -5443111 or 14283180. OLE color: 14283180.
HSL color Cylindrical-coordinate representation of color #ACF1D9: hue angle of 159.13º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1D9 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 217 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.05 |
| HSL | 159.13º | 0.71% | 0.81% | - |
| HSV(B) | 159.13º | 0.29% | 0.95% | - |
| XYZ | 60.99 | 76.69 | 77.23 | - |
| YUV | 217.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 217 | 0.29 | 0 | 0.10 | 0.05 | 159.13 | 0.71 | 0.81 |
| Hex | AC | F1 | D9 | 1D | 0 | A | 5 | 9F | 47 | 51 |
| Octal | 254 | 361 | 331 | 35 | 0 | 12 | 5 | 237 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11011001 | 11101 | 0 | 1010 | 101 | 10011111 | 1000111 | 1010001 |
Color Harmonies of #ACF1D9
Complementary color
Monochromatic Colors of #ACF1D9
Black with #ACF1D9
Text Example
Text Example
White with #ACF1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1D9; }
p { color: rgb(172,241,217); }
H1.HeaderClassName
{
color: #ACF1D9;
}
.AnyTagClassName
{
color: #ACF1D9;
}
</style>
background-color css
<style>
a { background-color: #ACF1D9; }
a { background-color: rgb(172,241,217); }
div.DivClassName
{
background-color: #ACF1D9;
}
.BgClassName
{
background-color: #ACF1D9;
}
</style>
border-color css
<style>
span { border-color: #ACF1D9; }
span { border-color: rgb(172,241,217); }
td.TdClassName
{
border-color: #ACF1D9;
}
.TagClassName
{
border-color: #ACF1D9;
}
</style>