Shades of Magic Mint #ACE9C4
Tints of Magic Mint #ACE9C4
RGB
CMYK
RGB Variations
Color information
#ACE9C4 (or 0xACE9C4) is known color: Magic Mint. HEX triplet: AC, E9 and C4. RGB value is (172,233,196). Sum of RGB (Red+Green+Blue) = 172+233+196=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9C4 is #53163B. Grayscale: #D2D2D2. Windows color (decimal): -5445180 or 12904876. OLE color: 12904876.
HSL color Cylindrical-coordinate representation of color #ACE9C4: hue angle of 143.61º 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 #ACE9C4 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 196 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.09 |
| HSL | 143.61º | 0.58% | 0.79% | - |
| HSV(B) | 143.61º | 0.26% | 0.91% | - |
| XYZ | 56.12 | 71.03 | 62.98 | - |
| YUV | 210.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 196 | 0.26 | 0 | 0.16 | 0.09 | 143.61 | 0.58 | 0.79 |
| Hex | AC | E9 | C4 | 1A | 0 | 10 | 9 | 90 | 3A | 4F |
| Octal | 254 | 351 | 304 | 32 | 0 | 20 | 11 | 220 | 72 | 117 |
| Binary | 10101100 | 11101001 | 11000100 | 11010 | 0 | 10000 | 1001 | 10010000 | 111010 | 1001111 |
Color Harmonies of #ACE9C4
Complementary color
Monochromatic Colors of #ACE9C4
Black with #ACE9C4
Text Example
Text Example
White with #ACE9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9C4; }
p { color: rgb(172,233,196); }
H1.HeaderClassName
{
color: #ACE9C4;
}
.AnyTagClassName
{
color: #ACE9C4;
}
</style>
background-color css
<style>
a { background-color: #ACE9C4; }
a { background-color: rgb(172,233,196); }
div.DivClassName
{
background-color: #ACE9C4;
}
.BgClassName
{
background-color: #ACE9C4;
}
</style>
border-color css
<style>
span { border-color: #ACE9C4; }
span { border-color: rgb(172,233,196); }
td.TdClassName
{
border-color: #ACE9C4;
}
.TagClassName
{
border-color: #ACE9C4;
}
</style>