Shades of Magic Mint #ACDFC7
Tints of Magic Mint #ACDFC7
RGB
CMYK
RGB Variations
Color information
#ACDFC7 (or 0xACDFC7) is known color: Magic Mint. HEX triplet: AC, DF and C7. RGB value is (172,223,199). Sum of RGB (Red+Green+Blue) = 172+223+199=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFC7 is #532038. Grayscale: #CDCDCD. Windows color (decimal): -5447737 or 13098924. OLE color: 13098924.
HSL color Cylindrical-coordinate representation of color #ACDFC7: hue angle of 151.76º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFC7 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 199 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.13 |
| HSL | 151.76º | 0.44% | 0.77% | - |
| HSV(B) | 151.76º | 0.23% | 0.87% | - |
| XYZ | 53.71 | 65.67 | 63.88 | - |
| YUV | 205.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 199 | 0.23 | 0 | 0.11 | 0.13 | 151.76 | 0.44 | 0.77 |
| Hex | AC | DF | C7 | 17 | 0 | B | D | 98 | 2C | 4D |
| Octal | 254 | 337 | 307 | 27 | 0 | 13 | 15 | 230 | 54 | 115 |
| Binary | 10101100 | 11011111 | 11000111 | 10111 | 0 | 1011 | 1101 | 10011000 | 101100 | 1001101 |
Color Harmonies of #ACDFC7
Complementary color
Monochromatic Colors of #ACDFC7
Black with #ACDFC7
Text Example
Text Example
White with #ACDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFC7; }
p { color: rgb(172,223,199); }
H1.HeaderClassName
{
color: #ACDFC7;
}
.AnyTagClassName
{
color: #ACDFC7;
}
</style>
background-color css
<style>
a { background-color: #ACDFC7; }
a { background-color: rgb(172,223,199); }
div.DivClassName
{
background-color: #ACDFC7;
}
.BgClassName
{
background-color: #ACDFC7;
}
</style>
border-color css
<style>
span { border-color: #ACDFC7; }
span { border-color: rgb(172,223,199); }
td.TdClassName
{
border-color: #ACDFC7;
}
.TagClassName
{
border-color: #ACDFC7;
}
</style>