Shades of Magic Mint #ACE7CC
Tints of Magic Mint #ACE7CC
RGB
CMYK
RGB Variations
Color information
#ACE7CC (or 0xACE7CC) is known color: Magic Mint. HEX triplet: AC, E7 and CC. RGB value is (172,231,204). Sum of RGB (Red+Green+Blue) = 172+231+204=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7CC is #531833. Grayscale: #D2D2D2. Windows color (decimal): -5445684 or 13428652. OLE color: 13428652.
HSL color Cylindrical-coordinate representation of color #ACE7CC: hue angle of 152.54º degrees, saturation: 0.55, 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 #ACE7CC is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 204 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.09 |
| HSL | 152.54º | 0.55% | 0.79% | - |
| HSV(B) | 152.54º | 0.26% | 0.91% | - |
| XYZ | 56.49 | 70.28 | 67.72 | - |
| YUV | 210.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 204 | 0.26 | 0 | 0.12 | 0.09 | 152.54 | 0.55 | 0.79 |
| Hex | AC | E7 | CC | 1A | 0 | C | 9 | 99 | 37 | 4F |
| Octal | 254 | 347 | 314 | 32 | 0 | 14 | 11 | 231 | 67 | 117 |
| Binary | 10101100 | 11100111 | 11001100 | 11010 | 0 | 1100 | 1001 | 10011001 | 110111 | 1001111 |
Color Harmonies of #ACE7CC
Complementary color
Monochromatic Colors of #ACE7CC
Black with #ACE7CC
Text Example
Text Example
White with #ACE7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7CC; }
p { color: rgb(172,231,204); }
H1.HeaderClassName
{
color: #ACE7CC;
}
.AnyTagClassName
{
color: #ACE7CC;
}
</style>
background-color css
<style>
a { background-color: #ACE7CC; }
a { background-color: rgb(172,231,204); }
div.DivClassName
{
background-color: #ACE7CC;
}
.BgClassName
{
background-color: #ACE7CC;
}
</style>
border-color css
<style>
span { border-color: #ACE7CC; }
span { border-color: rgb(172,231,204); }
td.TdClassName
{
border-color: #ACE7CC;
}
.TagClassName
{
border-color: #ACE7CC;
}
</style>