Shades of Magic Mint #ACE0C2
Tints of Magic Mint #ACE0C2
RGB
CMYK
RGB Variations
Color information
#ACE0C2 (or 0xACE0C2) is known color: Magic Mint. HEX triplet: AC, E0 and C2. RGB value is (172,224,194). Sum of RGB (Red+Green+Blue) = 172+224+194=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0C2 is #531F3D. Grayscale: #CDCDCD. Windows color (decimal): -5447486 or 12771500. OLE color: 12771500.
HSL color Cylindrical-coordinate representation of color #ACE0C2: hue angle of 145.38º 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 #ACE0C2 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 194 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.12 |
| HSL | 145.38º | 0.46% | 0.78% | - |
| HSV(B) | 145.38º | 0.23% | 0.88% | - |
| XYZ | 53.41 | 65.98 | 60.96 | - |
| YUV | 205.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 194 | 0.23 | 0 | 0.13 | 0.12 | 145.38 | 0.46 | 0.78 |
| Hex | AC | E0 | C2 | 17 | 0 | D | C | 91 | 2E | 4E |
| Octal | 254 | 340 | 302 | 27 | 0 | 15 | 14 | 221 | 56 | 116 |
| Binary | 10101100 | 11100000 | 11000010 | 10111 | 0 | 1101 | 1100 | 10010001 | 101110 | 1001110 |
Color Harmonies of #ACE0C2
Complementary color
Monochromatic Colors of #ACE0C2
Black with #ACE0C2
Text Example
Text Example
White with #ACE0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0C2; }
p { color: rgb(172,224,194); }
H1.HeaderClassName
{
color: #ACE0C2;
}
.AnyTagClassName
{
color: #ACE0C2;
}
</style>
background-color css
<style>
a { background-color: #ACE0C2; }
a { background-color: rgb(172,224,194); }
div.DivClassName
{
background-color: #ACE0C2;
}
.BgClassName
{
background-color: #ACE0C2;
}
</style>
border-color css
<style>
span { border-color: #ACE0C2; }
span { border-color: rgb(172,224,194); }
td.TdClassName
{
border-color: #ACE0C2;
}
.TagClassName
{
border-color: #ACE0C2;
}
</style>