Shades of Magic Mint #ACE3CD
Tints of Magic Mint #ACE3CD
RGB
CMYK
RGB Variations
Color information
#ACE3CD (or 0xACE3CD) is known color: Magic Mint. HEX triplet: AC, E3 and CD. RGB value is (172,227,205). Sum of RGB (Red+Green+Blue) = 172+227+205=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE3CD is #531C32. Grayscale: #D0D0D0. Windows color (decimal): -5446707 or 13493164. OLE color: 13493164.
HSL color Cylindrical-coordinate representation of color #ACE3CD: hue angle of 156º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE3CD is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 205 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.11 |
| HSL | 156º | 0.5% | 0.78% | - |
| HSV(B) | 156º | 0.24% | 0.89% | - |
| XYZ | 55.5 | 68.12 | 67.98 | - |
| YUV | 208.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 205 | 0.24 | 0 | 0.10 | 0.11 | 156 | 0.5 | 0.78 |
| Hex | AC | E3 | CD | 18 | 0 | A | B | 9C | 32 | 4E |
| Octal | 254 | 343 | 315 | 30 | 0 | 12 | 13 | 234 | 62 | 116 |
| Binary | 10101100 | 11100011 | 11001101 | 11000 | 0 | 1010 | 1011 | 10011100 | 110010 | 1001110 |
Color Harmonies of #ACE3CD
Complementary color
Monochromatic Colors of #ACE3CD
Black with #ACE3CD
Text Example
Text Example
White with #ACE3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE3CD; }
p { color: rgb(172,227,205); }
H1.HeaderClassName
{
color: #ACE3CD;
}
.AnyTagClassName
{
color: #ACE3CD;
}
</style>
background-color css
<style>
a { background-color: #ACE3CD; }
a { background-color: rgb(172,227,205); }
div.DivClassName
{
background-color: #ACE3CD;
}
.BgClassName
{
background-color: #ACE3CD;
}
</style>
border-color css
<style>
span { border-color: #ACE3CD; }
span { border-color: rgb(172,227,205); }
td.TdClassName
{
border-color: #ACE3CD;
}
.TagClassName
{
border-color: #ACE3CD;
}
</style>