Shades of Magic Mint #ACE6CC
Tints of Magic Mint #ACE6CC
RGB
CMYK
RGB Variations
Color information
#ACE6CC (or 0xACE6CC) is known color: Magic Mint. HEX triplet: AC, E6 and CC. RGB value is (172,230,204). Sum of RGB (Red+Green+Blue) = 172+230+204=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6CC is #531933. Grayscale: #D1D1D1. Windows color (decimal): -5445940 or 13428396. OLE color: 13428396.
HSL color Cylindrical-coordinate representation of color #ACE6CC: hue angle of 153.1º 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 #ACE6CC is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 204 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.10 |
| HSL | 153.1º | 0.54% | 0.79% | - |
| HSV(B) | 153.1º | 0.25% | 0.9% | - |
| XYZ | 56.21 | 69.72 | 67.62 | - |
| YUV | 209.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 204 | 0.25 | 0 | 0.11 | 0.10 | 153.1 | 0.54 | 0.79 |
| Hex | AC | E6 | CC | 19 | 0 | B | A | 99 | 36 | 4F |
| Octal | 254 | 346 | 314 | 31 | 0 | 13 | 12 | 231 | 66 | 117 |
| Binary | 10101100 | 11100110 | 11001100 | 11001 | 0 | 1011 | 1010 | 10011001 | 110110 | 1001111 |
Color Harmonies of #ACE6CC
Complementary color
Monochromatic Colors of #ACE6CC
Black with #ACE6CC
Text Example
Text Example
White with #ACE6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6CC; }
p { color: rgb(172,230,204); }
H1.HeaderClassName
{
color: #ACE6CC;
}
.AnyTagClassName
{
color: #ACE6CC;
}
</style>
background-color css
<style>
a { background-color: #ACE6CC; }
a { background-color: rgb(172,230,204); }
div.DivClassName
{
background-color: #ACE6CC;
}
.BgClassName
{
background-color: #ACE6CC;
}
</style>
border-color css
<style>
span { border-color: #ACE6CC; }
span { border-color: rgb(172,230,204); }
td.TdClassName
{
border-color: #ACE6CC;
}
.TagClassName
{
border-color: #ACE6CC;
}
</style>