Shades of Magic Mint #ACECD6
Tints of Magic Mint #ACECD6
RGB
CMYK
RGB Variations
Color information
#ACECD6 (or 0xACECD6) is known color: Magic Mint. HEX triplet: AC, EC and D6. RGB value is (172,236,214). Sum of RGB (Red+Green+Blue) = 172+236+214=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECD6 is #531329. Grayscale: #D6D6D6. Windows color (decimal): -5444394 or 14085292. OLE color: 14085292.
HSL color Cylindrical-coordinate representation of color #ACECD6: hue angle of 159.38º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACECD6 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 214 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.07 |
| HSL | 159.38º | 0.63% | 0.8% | - |
| HSV(B) | 159.38º | 0.27% | 0.93% | - |
| XYZ | 59.15 | 73.62 | 74.71 | - |
| YUV | 214.36 | 127.8 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 214 | 0.27 | 0 | 0.09 | 0.07 | 159.38 | 0.63 | 0.8 |
| Hex | AC | EC | D6 | 1B | 0 | 9 | 7 | 9F | 3F | 50 |
| Octal | 254 | 354 | 326 | 33 | 0 | 11 | 7 | 237 | 77 | 120 |
| Binary | 10101100 | 11101100 | 11010110 | 11011 | 0 | 1001 | 111 | 10011111 | 111111 | 1010000 |
Color Harmonies of #ACECD6
Complementary color
Monochromatic Colors of #ACECD6
Black with #ACECD6
Text Example
Text Example
White with #ACECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECD6; }
p { color: rgb(172,236,214); }
H1.HeaderClassName
{
color: #ACECD6;
}
.AnyTagClassName
{
color: #ACECD6;
}
</style>
background-color css
<style>
a { background-color: #ACECD6; }
a { background-color: rgb(172,236,214); }
div.DivClassName
{
background-color: #ACECD6;
}
.BgClassName
{
background-color: #ACECD6;
}
</style>
border-color css
<style>
span { border-color: #ACECD6; }
span { border-color: rgb(172,236,214); }
td.TdClassName
{
border-color: #ACECD6;
}
.TagClassName
{
border-color: #ACECD6;
}
</style>