Shades of Magic Mint #ACE8D2
Tints of Magic Mint #ACE8D2
RGB
CMYK
RGB Variations
Color information
#ACE8D2 (or 0xACE8D2) is known color: Magic Mint. HEX triplet: AC, E8 and D2. RGB value is (172,232,210). Sum of RGB (Red+Green+Blue) = 172+232+210=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8D2 is #53172D. Grayscale: #D3D3D3. Windows color (decimal): -5445422 or 13822124. OLE color: 13822124.
HSL color Cylindrical-coordinate representation of color #ACE8D2: hue angle of 158º 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 #ACE8D2 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 232 | 210 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.09 |
| HSL | 158º | 0.57% | 0.79% | - |
| HSV(B) | 158º | 0.26% | 0.91% | - |
| XYZ | 57.5 | 71.14 | 71.67 | - |
| YUV | 211.55 | 127.12 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 210 | 0.26 | 0 | 0.09 | 0.09 | 158 | 0.57 | 0.79 |
| Hex | AC | E8 | D2 | 1A | 0 | 9 | 9 | 9E | 39 | 4F |
| Octal | 254 | 350 | 322 | 32 | 0 | 11 | 11 | 236 | 71 | 117 |
| Binary | 10101100 | 11101000 | 11010010 | 11010 | 0 | 1001 | 1001 | 10011110 | 111001 | 1001111 |
Color Harmonies of #ACE8D2
Complementary color
Monochromatic Colors of #ACE8D2
Black with #ACE8D2
Text Example
Text Example
White with #ACE8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE8D2; }
p { color: rgb(172,232,210); }
H1.HeaderClassName
{
color: #ACE8D2;
}
.AnyTagClassName
{
color: #ACE8D2;
}
</style>
background-color css
<style>
a { background-color: #ACE8D2; }
a { background-color: rgb(172,232,210); }
div.DivClassName
{
background-color: #ACE8D2;
}
.BgClassName
{
background-color: #ACE8D2;
}
</style>
border-color css
<style>
span { border-color: #ACE8D2; }
span { border-color: rgb(172,232,210); }
td.TdClassName
{
border-color: #ACE8D2;
}
.TagClassName
{
border-color: #ACE8D2;
}
</style>