Shades of Magic Mint #ACE8D1
Tints of Magic Mint #ACE8D1
RGB
CMYK
RGB Variations
Color information
#ACE8D1 (or 0xACE8D1) is known color: Magic Mint. HEX triplet: AC, E8 and D1. RGB value is (172,232,209). Sum of RGB (Red+Green+Blue) = 172+232+209=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8D1 is #53172E. Grayscale: #D3D3D3. Windows color (decimal): -5445423 or 13756588. OLE color: 13756588.
HSL color Cylindrical-coordinate representation of color #ACE8D1: hue angle of 157º degrees, saturation: 0.57, 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 #ACE8D1 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 232 | 209 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.09 |
| HSL | 157º | 0.57% | 0.79% | - |
| HSV(B) | 157º | 0.26% | 0.91% | - |
| XYZ | 57.38 | 71.09 | 71.02 | - |
| YUV | 211.44 | 126.62 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 209 | 0.26 | 0 | 0.10 | 0.09 | 157 | 0.57 | 0.79 |
| Hex | AC | E8 | D1 | 1A | 0 | A | 9 | 9D | 39 | 4F |
| Octal | 254 | 350 | 321 | 32 | 0 | 12 | 11 | 235 | 71 | 117 |
| Binary | 10101100 | 11101000 | 11010001 | 11010 | 0 | 1010 | 1001 | 10011101 | 111001 | 1001111 |
Color Harmonies of #ACE8D1
Complementary color
Monochromatic Colors of #ACE8D1
Black with #ACE8D1
Text Example
Text Example
White with #ACE8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE8D1; }
p { color: rgb(172,232,209); }
H1.HeaderClassName
{
color: #ACE8D1;
}
.AnyTagClassName
{
color: #ACE8D1;
}
</style>
background-color css
<style>
a { background-color: #ACE8D1; }
a { background-color: rgb(172,232,209); }
div.DivClassName
{
background-color: #ACE8D1;
}
.BgClassName
{
background-color: #ACE8D1;
}
</style>
border-color css
<style>
span { border-color: #ACE8D1; }
span { border-color: rgb(172,232,209); }
td.TdClassName
{
border-color: #ACE8D1;
}
.TagClassName
{
border-color: #ACE8D1;
}
</style>