Shades of Magic Mint #ACE9C5
Tints of Magic Mint #ACE9C5
RGB
CMYK
RGB Variations
Color information
#ACE9C5 (or 0xACE9C5) is known color: Magic Mint. HEX triplet: AC, E9 and C5. RGB value is (172,233,197). Sum of RGB (Red+Green+Blue) = 172+233+197=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9C5 is #53163A. Grayscale: #D2D2D2. Windows color (decimal): -5445179 or 12970412. OLE color: 12970412.
HSL color Cylindrical-coordinate representation of color #ACE9C5: hue angle of 144.59º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE9C5 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 197 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.09 |
| HSL | 144.59º | 0.58% | 0.79% | - |
| HSV(B) | 144.59º | 0.26% | 0.91% | - |
| XYZ | 56.23 | 71.08 | 63.58 | - |
| YUV | 210.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 197 | 0.26 | 0 | 0.15 | 0.09 | 144.59 | 0.58 | 0.79 |
| Hex | AC | E9 | C5 | 1A | 0 | F | 9 | 91 | 3A | 4F |
| Octal | 254 | 351 | 305 | 32 | 0 | 17 | 11 | 221 | 72 | 117 |
| Binary | 10101100 | 11101001 | 11000101 | 11010 | 0 | 1111 | 1001 | 10010001 | 111010 | 1001111 |
Color Harmonies of #ACE9C5
Complementary color
Monochromatic Colors of #ACE9C5
Black with #ACE9C5
Text Example
Text Example
White with #ACE9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9C5; }
p { color: rgb(172,233,197); }
H1.HeaderClassName
{
color: #ACE9C5;
}
.AnyTagClassName
{
color: #ACE9C5;
}
</style>
background-color css
<style>
a { background-color: #ACE9C5; }
a { background-color: rgb(172,233,197); }
div.DivClassName
{
background-color: #ACE9C5;
}
.BgClassName
{
background-color: #ACE9C5;
}
</style>
border-color css
<style>
span { border-color: #ACE9C5; }
span { border-color: rgb(172,233,197); }
td.TdClassName
{
border-color: #ACE9C5;
}
.TagClassName
{
border-color: #ACE9C5;
}
</style>