Shades of Magic Mint #ACE7CF
Tints of Magic Mint #ACE7CF
RGB
CMYK
RGB Variations
Color information
#ACE7CF (or 0xACE7CF) is known color: Magic Mint. HEX triplet: AC, E7 and CF. RGB value is (172,231,207). Sum of RGB (Red+Green+Blue) = 172+231+207=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7CF is #531830. Grayscale: #D2D2D2. Windows color (decimal): -5445681 or 13625260. OLE color: 13625260.
HSL color Cylindrical-coordinate representation of color #ACE7CF: hue angle of 155.59º 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 #ACE7CF is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 207 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.09 |
| HSL | 155.59º | 0.55% | 0.79% | - |
| HSV(B) | 155.59º | 0.26% | 0.91% | - |
| XYZ | 56.85 | 70.43 | 69.63 | - |
| YUV | 210.62 | 125.95 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 207 | 0.26 | 0 | 0.10 | 0.09 | 155.59 | 0.55 | 0.79 |
| Hex | AC | E7 | CF | 1A | 0 | A | 9 | 9C | 37 | 4F |
| Octal | 254 | 347 | 317 | 32 | 0 | 12 | 11 | 234 | 67 | 117 |
| Binary | 10101100 | 11100111 | 11001111 | 11010 | 0 | 1010 | 1001 | 10011100 | 110111 | 1001111 |
Color Harmonies of #ACE7CF
Complementary color
Monochromatic Colors of #ACE7CF
Black with #ACE7CF
Text Example
Text Example
White with #ACE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7CF; }
p { color: rgb(172,231,207); }
H1.HeaderClassName
{
color: #ACE7CF;
}
.AnyTagClassName
{
color: #ACE7CF;
}
</style>
background-color css
<style>
a { background-color: #ACE7CF; }
a { background-color: rgb(172,231,207); }
div.DivClassName
{
background-color: #ACE7CF;
}
.BgClassName
{
background-color: #ACE7CF;
}
</style>
border-color css
<style>
span { border-color: #ACE7CF; }
span { border-color: rgb(172,231,207); }
td.TdClassName
{
border-color: #ACE7CF;
}
.TagClassName
{
border-color: #ACE7CF;
}
</style>