Shades of Magic Mint #ACE2C9
Tints of Magic Mint #ACE2C9
RGB
CMYK
RGB Variations
Color information
#ACE2C9 (or 0xACE2C9) is known color: Magic Mint. HEX triplet: AC, E2 and C9. RGB value is (172,226,201). Sum of RGB (Red+Green+Blue) = 172+226+201=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2C9 is #531D36. Grayscale: #CFCFCF. Windows color (decimal): -5446967 or 13230764. OLE color: 13230764.
HSL color Cylindrical-coordinate representation of color #ACE2C9: hue angle of 152.22º degrees, saturation: 0.48, 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 #ACE2C9 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 201 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.11 |
| HSL | 152.22º | 0.48% | 0.78% | - |
| HSV(B) | 152.22º | 0.24% | 0.89% | - |
| XYZ | 54.75 | 67.38 | 65.38 | - |
| YUV | 207 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 201 | 0.24 | 0 | 0.11 | 0.11 | 152.22 | 0.48 | 0.78 |
| Hex | AC | E2 | C9 | 18 | 0 | B | B | 98 | 30 | 4E |
| Octal | 254 | 342 | 311 | 30 | 0 | 13 | 13 | 230 | 60 | 116 |
| Binary | 10101100 | 11100010 | 11001001 | 11000 | 0 | 1011 | 1011 | 10011000 | 110000 | 1001110 |
Color Harmonies of #ACE2C9
Complementary color
Monochromatic Colors of #ACE2C9
Black with #ACE2C9
Text Example
Text Example
White with #ACE2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2C9; }
p { color: rgb(172,226,201); }
H1.HeaderClassName
{
color: #ACE2C9;
}
.AnyTagClassName
{
color: #ACE2C9;
}
</style>
background-color css
<style>
a { background-color: #ACE2C9; }
a { background-color: rgb(172,226,201); }
div.DivClassName
{
background-color: #ACE2C9;
}
.BgClassName
{
background-color: #ACE2C9;
}
</style>
border-color css
<style>
span { border-color: #ACE2C9; }
span { border-color: rgb(172,226,201); }
td.TdClassName
{
border-color: #ACE2C9;
}
.TagClassName
{
border-color: #ACE2C9;
}
</style>