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