Shades of Magic Mint #ACE6CE
Tints of Magic Mint #ACE6CE
RGB
CMYK
RGB Variations
Color information
#ACE6CE (or 0xACE6CE) is known color: Magic Mint. HEX triplet: AC, E6 and CE. RGB value is (172,230,206). Sum of RGB (Red+Green+Blue) = 172+230+206=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6CE is #531931. Grayscale: #D1D1D1. Windows color (decimal): -5445938 or 13559468. OLE color: 13559468.
HSL color Cylindrical-coordinate representation of color #ACE6CE: hue angle of 155.17º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6CE is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 206 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.10 |
| HSL | 155.17º | 0.54% | 0.79% | - |
| HSV(B) | 155.17º | 0.25% | 0.9% | - |
| XYZ | 56.45 | 69.82 | 68.89 | - |
| YUV | 209.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 206 | 0.25 | 0 | 0.10 | 0.10 | 155.17 | 0.54 | 0.79 |
| Hex | AC | E6 | CE | 19 | 0 | A | A | 9B | 36 | 4F |
| Octal | 254 | 346 | 316 | 31 | 0 | 12 | 12 | 233 | 66 | 117 |
| Binary | 10101100 | 11100110 | 11001110 | 11001 | 0 | 1010 | 1010 | 10011011 | 110110 | 1001111 |
Color Harmonies of #ACE6CE
Complementary color
Monochromatic Colors of #ACE6CE
Black with #ACE6CE
Text Example
Text Example
White with #ACE6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6CE; }
p { color: rgb(172,230,206); }
H1.HeaderClassName
{
color: #ACE6CE;
}
.AnyTagClassName
{
color: #ACE6CE;
}
</style>
background-color css
<style>
a { background-color: #ACE6CE; }
a { background-color: rgb(172,230,206); }
div.DivClassName
{
background-color: #ACE6CE;
}
.BgClassName
{
background-color: #ACE6CE;
}
</style>
border-color css
<style>
span { border-color: #ACE6CE; }
span { border-color: rgb(172,230,206); }
td.TdClassName
{
border-color: #ACE6CE;
}
.TagClassName
{
border-color: #ACE6CE;
}
</style>