Shades of Magic Mint #ACE9CC
Tints of Magic Mint #ACE9CC
RGB
CMYK
RGB Variations
Color information
#ACE9CC (or 0xACE9CC) is known color: Magic Mint. HEX triplet: AC, E9 and CC. RGB value is (172,233,204). Sum of RGB (Red+Green+Blue) = 172+233+204=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9CC is #531633. Grayscale: #D3D3D3. Windows color (decimal): -5445172 or 13429164. OLE color: 13429164.
HSL color Cylindrical-coordinate representation of color #ACE9CC: hue angle of 151.48º degrees, saturation: 0.58, 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 #ACE9CC is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 204 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.09 |
| HSL | 151.48º | 0.58% | 0.79% | - |
| HSV(B) | 151.48º | 0.26% | 0.91% | - |
| XYZ | 57.05 | 71.41 | 67.9 | - |
| YUV | 211.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 204 | 0.26 | 0 | 0.12 | 0.09 | 151.48 | 0.58 | 0.79 |
| Hex | AC | E9 | CC | 1A | 0 | C | 9 | 97 | 3A | 4F |
| Octal | 254 | 351 | 314 | 32 | 0 | 14 | 11 | 227 | 72 | 117 |
| Binary | 10101100 | 11101001 | 11001100 | 11010 | 0 | 1100 | 1001 | 10010111 | 111010 | 1001111 |
Color Harmonies of #ACE9CC
Complementary color
Monochromatic Colors of #ACE9CC
Black with #ACE9CC
Text Example
Text Example
White with #ACE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9CC; }
p { color: rgb(172,233,204); }
H1.HeaderClassName
{
color: #ACE9CC;
}
.AnyTagClassName
{
color: #ACE9CC;
}
</style>
background-color css
<style>
a { background-color: #ACE9CC; }
a { background-color: rgb(172,233,204); }
div.DivClassName
{
background-color: #ACE9CC;
}
.BgClassName
{
background-color: #ACE9CC;
}
</style>
border-color css
<style>
span { border-color: #ACE9CC; }
span { border-color: rgb(172,233,204); }
td.TdClassName
{
border-color: #ACE9CC;
}
.TagClassName
{
border-color: #ACE9CC;
}
</style>