Shades of Magic Mint #ACE5CD
Tints of Magic Mint #ACE5CD
RGB
CMYK
RGB Variations
Color information
#ACE5CD (or 0xACE5CD) is known color: Magic Mint. HEX triplet: AC, E5 and CD. RGB value is (172,229,205). Sum of RGB (Red+Green+Blue) = 172+229+205=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5CD is #531A32. Grayscale: #D1D1D1. Windows color (decimal): -5446195 or 13493676. OLE color: 13493676.
HSL color Cylindrical-coordinate representation of color #ACE5CD: hue angle of 154.74º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE5CD is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 205 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.10 |
| HSL | 154.74º | 0.52% | 0.79% | - |
| HSV(B) | 154.74º | 0.25% | 0.9% | - |
| XYZ | 56.05 | 69.22 | 68.16 | - |
| YUV | 209.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 205 | 0.25 | 0 | 0.10 | 0.10 | 154.74 | 0.52 | 0.79 |
| Hex | AC | E5 | CD | 19 | 0 | A | A | 9B | 34 | 4F |
| Octal | 254 | 345 | 315 | 31 | 0 | 12 | 12 | 233 | 64 | 117 |
| Binary | 10101100 | 11100101 | 11001101 | 11001 | 0 | 1010 | 1010 | 10011011 | 110100 | 1001111 |
Color Harmonies of #ACE5CD
Complementary color
Monochromatic Colors of #ACE5CD
Black with #ACE5CD
Text Example
Text Example
White with #ACE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5CD; }
p { color: rgb(172,229,205); }
H1.HeaderClassName
{
color: #ACE5CD;
}
.AnyTagClassName
{
color: #ACE5CD;
}
</style>
background-color css
<style>
a { background-color: #ACE5CD; }
a { background-color: rgb(172,229,205); }
div.DivClassName
{
background-color: #ACE5CD;
}
.BgClassName
{
background-color: #ACE5CD;
}
</style>
border-color css
<style>
span { border-color: #ACE5CD; }
span { border-color: rgb(172,229,205); }
td.TdClassName
{
border-color: #ACE5CD;
}
.TagClassName
{
border-color: #ACE5CD;
}
</style>