Shades of Magic Mint #ACECD5
Tints of Magic Mint #ACECD5
RGB
CMYK
RGB Variations
Color information
#ACECD5 (or 0xACECD5) is known color: Magic Mint. HEX triplet: AC, EC and D5. RGB value is (172,236,213). Sum of RGB (Red+Green+Blue) = 172+236+213=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECD5 is #53132A. Grayscale: #D6D6D6. Windows color (decimal): -5444395 or 14019756. OLE color: 14019756.
HSL color Cylindrical-coordinate representation of color #ACECD5: hue angle of 158.44º 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 #ACECD5 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 213 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.07 |
| HSL | 158.44º | 0.63% | 0.8% | - |
| HSV(B) | 158.44º | 0.27% | 0.93% | - |
| XYZ | 59.02 | 73.57 | 74.04 | - |
| YUV | 214.24 | 127.3 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 213 | 0.27 | 0 | 0.10 | 0.07 | 158.44 | 0.63 | 0.8 |
| Hex | AC | EC | D5 | 1B | 0 | A | 7 | 9E | 3F | 50 |
| Octal | 254 | 354 | 325 | 33 | 0 | 12 | 7 | 236 | 77 | 120 |
| Binary | 10101100 | 11101100 | 11010101 | 11011 | 0 | 1010 | 111 | 10011110 | 111111 | 1010000 |
Color Harmonies of #ACECD5
Complementary color
Monochromatic Colors of #ACECD5
Black with #ACECD5
Text Example
Text Example
White with #ACECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECD5; }
p { color: rgb(172,236,213); }
H1.HeaderClassName
{
color: #ACECD5;
}
.AnyTagClassName
{
color: #ACECD5;
}
</style>
background-color css
<style>
a { background-color: #ACECD5; }
a { background-color: rgb(172,236,213); }
div.DivClassName
{
background-color: #ACECD5;
}
.BgClassName
{
background-color: #ACECD5;
}
</style>
border-color css
<style>
span { border-color: #ACECD5; }
span { border-color: rgb(172,236,213); }
td.TdClassName
{
border-color: #ACECD5;
}
.TagClassName
{
border-color: #ACECD5;
}
</style>