Shades of Magic Mint #ACE0C8
Tints of Magic Mint #ACE0C8
RGB
CMYK
RGB Variations
Color information
#ACE0C8 (or 0xACE0C8) is known color: Magic Mint. HEX triplet: AC, E0 and C8. RGB value is (172,224,200). Sum of RGB (Red+Green+Blue) = 172+224+200=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0C8 is #531F37. Grayscale: #CDCDCD. Windows color (decimal): -5447480 or 13164716. OLE color: 13164716.
HSL color Cylindrical-coordinate representation of color #ACE0C8: hue angle of 152.31º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0C8 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 200 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.12 |
| HSL | 152.31º | 0.46% | 0.78% | - |
| HSV(B) | 152.31º | 0.23% | 0.88% | - |
| XYZ | 54.09 | 66.25 | 64.58 | - |
| YUV | 205.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 200 | 0.23 | 0 | 0.11 | 0.12 | 152.31 | 0.46 | 0.78 |
| Hex | AC | E0 | C8 | 17 | 0 | B | C | 98 | 2E | 4E |
| Octal | 254 | 340 | 310 | 27 | 0 | 13 | 14 | 230 | 56 | 116 |
| Binary | 10101100 | 11100000 | 11001000 | 10111 | 0 | 1011 | 1100 | 10011000 | 101110 | 1001110 |
Color Harmonies of #ACE0C8
Complementary color
Monochromatic Colors of #ACE0C8
Black with #ACE0C8
Text Example
Text Example
White with #ACE0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0C8; }
p { color: rgb(172,224,200); }
H1.HeaderClassName
{
color: #ACE0C8;
}
.AnyTagClassName
{
color: #ACE0C8;
}
</style>
background-color css
<style>
a { background-color: #ACE0C8; }
a { background-color: rgb(172,224,200); }
div.DivClassName
{
background-color: #ACE0C8;
}
.BgClassName
{
background-color: #ACE0C8;
}
</style>
border-color css
<style>
span { border-color: #ACE0C8; }
span { border-color: rgb(172,224,200); }
td.TdClassName
{
border-color: #ACE0C8;
}
.TagClassName
{
border-color: #ACE0C8;
}
</style>