Shades of Magic Mint #ACECD1
Tints of Magic Mint #ACECD1
RGB
CMYK
RGB Variations
Color information
#ACECD1 (or 0xACECD1) is known color: Magic Mint. HEX triplet: AC, EC and D1. RGB value is (172,236,209). Sum of RGB (Red+Green+Blue) = 172+236+209=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECD1 is #53132E. Grayscale: #D5D5D5. Windows color (decimal): -5444399 or 13757612. OLE color: 13757612.
HSL color Cylindrical-coordinate representation of color #ACECD1: hue angle of 154.69º 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 #ACECD1 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 209 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.07 |
| HSL | 154.69º | 0.63% | 0.8% | - |
| HSV(B) | 154.69º | 0.27% | 0.93% | - |
| XYZ | 58.52 | 73.37 | 71.4 | - |
| YUV | 213.79 | 125.3 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 209 | 0.27 | 0 | 0.11 | 0.07 | 154.69 | 0.63 | 0.8 |
| Hex | AC | EC | D1 | 1B | 0 | B | 7 | 9B | 3F | 50 |
| Octal | 254 | 354 | 321 | 33 | 0 | 13 | 7 | 233 | 77 | 120 |
| Binary | 10101100 | 11101100 | 11010001 | 11011 | 0 | 1011 | 111 | 10011011 | 111111 | 1010000 |
Color Harmonies of #ACECD1
Complementary color
Monochromatic Colors of #ACECD1
Black with #ACECD1
Text Example
Text Example
White with #ACECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECD1; }
p { color: rgb(172,236,209); }
H1.HeaderClassName
{
color: #ACECD1;
}
.AnyTagClassName
{
color: #ACECD1;
}
</style>
background-color css
<style>
a { background-color: #ACECD1; }
a { background-color: rgb(172,236,209); }
div.DivClassName
{
background-color: #ACECD1;
}
.BgClassName
{
background-color: #ACECD1;
}
</style>
border-color css
<style>
span { border-color: #ACECD1; }
span { border-color: rgb(172,236,209); }
td.TdClassName
{
border-color: #ACECD1;
}
.TagClassName
{
border-color: #ACECD1;
}
</style>