Shades of Magic Mint #ACE1C3
Tints of Magic Mint #ACE1C3
RGB
CMYK
RGB Variations
Color information
#ACE1C3 (or 0xACE1C3) is known color: Magic Mint. HEX triplet: AC, E1 and C3. RGB value is (172,225,195). Sum of RGB (Red+Green+Blue) = 172+225+195=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1C3 is #531E3C. Grayscale: #CDCDCD. Windows color (decimal): -5447229 or 12837292. OLE color: 12837292.
HSL color Cylindrical-coordinate representation of color #ACE1C3: hue angle of 146.04º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1C3 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 195 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.12 |
| HSL | 146.04º | 0.47% | 0.78% | - |
| HSV(B) | 146.04º | 0.24% | 0.88% | - |
| XYZ | 53.79 | 66.56 | 61.64 | - |
| YUV | 205.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 195 | 0.24 | 0 | 0.13 | 0.12 | 146.04 | 0.47 | 0.78 |
| Hex | AC | E1 | C3 | 18 | 0 | D | C | 92 | 2F | 4E |
| Octal | 254 | 341 | 303 | 30 | 0 | 15 | 14 | 222 | 57 | 116 |
| Binary | 10101100 | 11100001 | 11000011 | 11000 | 0 | 1101 | 1100 | 10010010 | 101111 | 1001110 |
Color Harmonies of #ACE1C3
Complementary color
Monochromatic Colors of #ACE1C3
Black with #ACE1C3
Text Example
Text Example
White with #ACE1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1C3; }
p { color: rgb(172,225,195); }
H1.HeaderClassName
{
color: #ACE1C3;
}
.AnyTagClassName
{
color: #ACE1C3;
}
</style>
background-color css
<style>
a { background-color: #ACE1C3; }
a { background-color: rgb(172,225,195); }
div.DivClassName
{
background-color: #ACE1C3;
}
.BgClassName
{
background-color: #ACE1C3;
}
</style>
border-color css
<style>
span { border-color: #ACE1C3; }
span { border-color: rgb(172,225,195); }
td.TdClassName
{
border-color: #ACE1C3;
}
.TagClassName
{
border-color: #ACE1C3;
}
</style>