Shades of Magic Mint #ACF7D5
Tints of Magic Mint #ACF7D5
RGB
CMYK
RGB Variations
Color information
#ACF7D5 (or 0xACF7D5) is known color: Magic Mint. HEX triplet: AC, F7 and D5. RGB value is (172,247,213). Sum of RGB (Red+Green+Blue) = 172+247+213=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 247 (96.88% from 255 or 39.08% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7D5 is #53082A. Grayscale: #DCDCDC. Windows color (decimal): -5441579 or 14022572. OLE color: 14022572.
HSL color Cylindrical-coordinate representation of color #ACF7D5: hue angle of 152.8º 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 #ACF7D5 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 213 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.03 |
| HSL | 152.8º | 0.82% | 0.82% | - |
| HSV(B) | 152.8º | 0.3% | 0.97% | - |
| XYZ | 62.28 | 80.1 | 75.13 | - |
| YUV | 220.7 | 123.65 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 213 | 0.30 | 0 | 0.14 | 0.03 | 152.8 | 0.82 | 0.82 |
| Hex | AC | F7 | D5 | 1E | 0 | E | 3 | 99 | 52 | 52 |
| Octal | 254 | 367 | 325 | 36 | 0 | 16 | 3 | 231 | 122 | 122 |
| Binary | 10101100 | 11110111 | 11010101 | 11110 | 0 | 1110 | 11 | 10011001 | 1010010 | 1010010 |
Color Harmonies of #ACF7D5
Complementary color
Monochromatic Colors of #ACF7D5
Black with #ACF7D5
Text Example
Text Example
White with #ACF7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF7D5; }
p { color: rgb(172,247,213); }
H1.HeaderClassName
{
color: #ACF7D5;
}
.AnyTagClassName
{
color: #ACF7D5;
}
</style>
background-color css
<style>
a { background-color: #ACF7D5; }
a { background-color: rgb(172,247,213); }
div.DivClassName
{
background-color: #ACF7D5;
}
.BgClassName
{
background-color: #ACF7D5;
}
</style>
border-color css
<style>
span { border-color: #ACF7D5; }
span { border-color: rgb(172,247,213); }
td.TdClassName
{
border-color: #ACF7D5;
}
.TagClassName
{
border-color: #ACF7D5;
}
</style>