Shades of Magic Mint #ACE9CF
Tints of Magic Mint #ACE9CF
RGB
CMYK
RGB Variations
Color information
#ACE9CF (or 0xACE9CF) is known color: Magic Mint. HEX triplet: AC, E9 and CF. RGB value is (172,233,207). Sum of RGB (Red+Green+Blue) = 172+233+207=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9CF is #531630. Grayscale: #D3D3D3. Windows color (decimal): -5445169 or 13625772. OLE color: 13625772.
HSL color Cylindrical-coordinate representation of color #ACE9CF: hue angle of 154.43º 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 #ACE9CF is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 207 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.09 |
| HSL | 154.43º | 0.58% | 0.79% | - |
| HSV(B) | 154.43º | 0.26% | 0.91% | - |
| XYZ | 57.41 | 71.55 | 69.82 | - |
| YUV | 211.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 207 | 0.26 | 0 | 0.11 | 0.09 | 154.43 | 0.58 | 0.79 |
| Hex | AC | E9 | CF | 1A | 0 | B | 9 | 9A | 3A | 4F |
| Octal | 254 | 351 | 317 | 32 | 0 | 13 | 11 | 232 | 72 | 117 |
| Binary | 10101100 | 11101001 | 11001111 | 11010 | 0 | 1011 | 1001 | 10011010 | 111010 | 1001111 |
Color Harmonies of #ACE9CF
Complementary color
Monochromatic Colors of #ACE9CF
Black with #ACE9CF
Text Example
Text Example
White with #ACE9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9CF; }
p { color: rgb(172,233,207); }
H1.HeaderClassName
{
color: #ACE9CF;
}
.AnyTagClassName
{
color: #ACE9CF;
}
</style>
background-color css
<style>
a { background-color: #ACE9CF; }
a { background-color: rgb(172,233,207); }
div.DivClassName
{
background-color: #ACE9CF;
}
.BgClassName
{
background-color: #ACE9CF;
}
</style>
border-color css
<style>
span { border-color: #ACE9CF; }
span { border-color: rgb(172,233,207); }
td.TdClassName
{
border-color: #ACE9CF;
}
.TagClassName
{
border-color: #ACE9CF;
}
</style>