Shades of Magic Mint #ACE6C9
Tints of Magic Mint #ACE6C9
RGB
CMYK
RGB Variations
Color information
#ACE6C9 (or 0xACE6C9) is known color: Magic Mint. HEX triplet: AC, E6 and C9. RGB value is (172,230,201). Sum of RGB (Red+Green+Blue) = 172+230+201=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6C9 is #531936. Grayscale: #D1D1D1. Windows color (decimal): -5445943 or 13231788. OLE color: 13231788.
HSL color Cylindrical-coordinate representation of color #ACE6C9: hue angle of 150º 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 #ACE6C9 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 201 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.10 |
| HSL | 150º | 0.54% | 0.79% | - |
| HSV(B) | 150º | 0.25% | 0.9% | - |
| XYZ | 55.85 | 69.58 | 65.75 | - |
| YUV | 209.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 201 | 0.25 | 0 | 0.13 | 0.10 | 150 | 0.54 | 0.79 |
| Hex | AC | E6 | C9 | 19 | 0 | D | A | 96 | 36 | 4F |
| Octal | 254 | 346 | 311 | 31 | 0 | 15 | 12 | 226 | 66 | 117 |
| Binary | 10101100 | 11100110 | 11001001 | 11001 | 0 | 1101 | 1010 | 10010110 | 110110 | 1001111 |
Color Harmonies of #ACE6C9
Complementary color
Monochromatic Colors of #ACE6C9
Black with #ACE6C9
Text Example
Text Example
White with #ACE6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6C9; }
p { color: rgb(172,230,201); }
H1.HeaderClassName
{
color: #ACE6C9;
}
.AnyTagClassName
{
color: #ACE6C9;
}
</style>
background-color css
<style>
a { background-color: #ACE6C9; }
a { background-color: rgb(172,230,201); }
div.DivClassName
{
background-color: #ACE6C9;
}
.BgClassName
{
background-color: #ACE6C9;
}
</style>
border-color css
<style>
span { border-color: #ACE6C9; }
span { border-color: rgb(172,230,201); }
td.TdClassName
{
border-color: #ACE6C9;
}
.TagClassName
{
border-color: #ACE6C9;
}
</style>