Shades of Magic Mint #ACF5D9
Tints of Magic Mint #ACF5D9
RGB
CMYK
RGB Variations
Color information
#ACF5D9 (or 0xACF5D9) is known color: Magic Mint. HEX triplet: AC, F5 and D9. RGB value is (172,245,217). Sum of RGB (Red+Green+Blue) = 172+245+217=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 245 (96.09% from 255 or 38.64% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5D9 is #530A26. Grayscale: #DCDCDC. Windows color (decimal): -5442087 or 14284204. OLE color: 14284204.
HSL color Cylindrical-coordinate representation of color #ACF5D9: hue angle of 156.99º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF5D9 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 217 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.04 |
| HSL | 156.99º | 0.78% | 0.82% | - |
| HSV(B) | 156.99º | 0.3% | 0.96% | - |
| XYZ | 62.19 | 79.09 | 77.63 | - |
| YUV | 219.98 | 126.32 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 217 | 0.30 | 0 | 0.11 | 0.04 | 156.99 | 0.78 | 0.82 |
| Hex | AC | F5 | D9 | 1E | 0 | B | 4 | 9D | 4E | 52 |
| Octal | 254 | 365 | 331 | 36 | 0 | 13 | 4 | 235 | 116 | 122 |
| Binary | 10101100 | 11110101 | 11011001 | 11110 | 0 | 1011 | 100 | 10011101 | 1001110 | 1010010 |
Color Harmonies of #ACF5D9
Complementary color
Monochromatic Colors of #ACF5D9
Black with #ACF5D9
Text Example
Text Example
White with #ACF5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5D9; }
p { color: rgb(172,245,217); }
H1.HeaderClassName
{
color: #ACF5D9;
}
.AnyTagClassName
{
color: #ACF5D9;
}
</style>
background-color css
<style>
a { background-color: #ACF5D9; }
a { background-color: rgb(172,245,217); }
div.DivClassName
{
background-color: #ACF5D9;
}
.BgClassName
{
background-color: #ACF5D9;
}
</style>
border-color css
<style>
span { border-color: #ACF5D9; }
span { border-color: rgb(172,245,217); }
td.TdClassName
{
border-color: #ACF5D9;
}
.TagClassName
{
border-color: #ACF5D9;
}
</style>