Shades of Magic Mint #ACFCD0
Tints of Magic Mint #ACFCD0
RGB
CMYK
RGB Variations
Color information
#ACFCD0 (or 0xACFCD0) is known color: Magic Mint. HEX triplet: AC, FC and D0. RGB value is (172,252,208). Sum of RGB (Red+Green+Blue) = 172+252+208=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCD0 is #53032F. Grayscale: #DFDFDF. Windows color (decimal): -5440304 or 13696172. OLE color: 13696172.
HSL color Cylindrical-coordinate representation of color #ACFCD0: hue angle of 147º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCD0 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 208 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.01 |
| HSL | 147º | 0.93% | 0.83% | - |
| HSV(B) | 147º | 0.32% | 0.99% | - |
| XYZ | 63.21 | 82.95 | 72.35 | - |
| YUV | 223.06 | 119.5 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 208 | 0.32 | 0 | 0.17 | 0.01 | 147 | 0.93 | 0.83 |
| Hex | AC | FC | D0 | 20 | 0 | 11 | 1 | 93 | 5D | 53 |
| Octal | 254 | 374 | 320 | 40 | 0 | 21 | 1 | 223 | 135 | 123 |
| Binary | 10101100 | 11111100 | 11010000 | 100000 | 0 | 10001 | 1 | 10010011 | 1011101 | 1010011 |
Color Harmonies of #ACFCD0
Complementary color
Monochromatic Colors of #ACFCD0
Black with #ACFCD0
Text Example
Text Example
White with #ACFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCD0; }
p { color: rgb(172,252,208); }
H1.HeaderClassName
{
color: #ACFCD0;
}
.AnyTagClassName
{
color: #ACFCD0;
}
</style>
background-color css
<style>
a { background-color: #ACFCD0; }
a { background-color: rgb(172,252,208); }
div.DivClassName
{
background-color: #ACFCD0;
}
.BgClassName
{
background-color: #ACFCD0;
}
</style>
border-color css
<style>
span { border-color: #ACFCD0; }
span { border-color: rgb(172,252,208); }
td.TdClassName
{
border-color: #ACFCD0;
}
.TagClassName
{
border-color: #ACFCD0;
}
</style>