Shades of Magic Mint #ACFCDF
Tints of Magic Mint #ACFCDF
RGB
CMYK
RGB Variations
Color information
#ACFCDF (or 0xACFCDF) is known color: Magic Mint. HEX triplet: AC, FC and DF. RGB value is (172,252,223). Sum of RGB (Red+Green+Blue) = 172+252+223=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCDF is #530320. Grayscale: #E0E0E0. Windows color (decimal): -5440289 or 14679212. OLE color: 14679212.
HSL color Cylindrical-coordinate representation of color #ACFCDF: hue angle of 158.25º 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 #ACFCDF is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 223 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.01 |
| HSL | 158.25º | 0.93% | 0.83% | - |
| HSV(B) | 158.25º | 0.32% | 0.99% | - |
| XYZ | 65.14 | 83.72 | 82.54 | - |
| YUV | 224.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 223 | 0.32 | 0 | 0.12 | 0.01 | 158.25 | 0.93 | 0.83 |
| Hex | AC | FC | DF | 20 | 0 | C | 1 | 9E | 5D | 53 |
| Octal | 254 | 374 | 337 | 40 | 0 | 14 | 1 | 236 | 135 | 123 |
| Binary | 10101100 | 11111100 | 11011111 | 100000 | 0 | 1100 | 1 | 10011110 | 1011101 | 1010011 |
Color Harmonies of #ACFCDF
Complementary color
Monochromatic Colors of #ACFCDF
Black with #ACFCDF
Text Example
Text Example
White with #ACFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCDF; }
p { color: rgb(172,252,223); }
H1.HeaderClassName
{
color: #ACFCDF;
}
.AnyTagClassName
{
color: #ACFCDF;
}
</style>
background-color css
<style>
a { background-color: #ACFCDF; }
a { background-color: rgb(172,252,223); }
div.DivClassName
{
background-color: #ACFCDF;
}
.BgClassName
{
background-color: #ACFCDF;
}
</style>
border-color css
<style>
span { border-color: #ACFCDF; }
span { border-color: rgb(172,252,223); }
td.TdClassName
{
border-color: #ACFCDF;
}
.TagClassName
{
border-color: #ACFCDF;
}
</style>