Shades of Magic Mint #ACE0CA
Tints of Magic Mint #ACE0CA
RGB
CMYK
RGB Variations
Color information
#ACE0CA (or 0xACE0CA) is known color: Magic Mint. HEX triplet: AC, E0 and CA. RGB value is (172,224,202). Sum of RGB (Red+Green+Blue) = 172+224+202=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0CA is #531F35. Grayscale: #CDCDCD. Windows color (decimal): -5447478 or 13295788. OLE color: 13295788.
HSL color Cylindrical-coordinate representation of color #ACE0CA: hue angle of 154.62º 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 #ACE0CA is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 202 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.12 |
| HSL | 154.62º | 0.46% | 0.78% | - |
| HSV(B) | 154.62º | 0.23% | 0.88% | - |
| XYZ | 54.33 | 66.35 | 65.82 | - |
| YUV | 205.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 202 | 0.23 | 0 | 0.10 | 0.12 | 154.62 | 0.46 | 0.78 |
| Hex | AC | E0 | CA | 17 | 0 | A | C | 9B | 2E | 4E |
| Octal | 254 | 340 | 312 | 27 | 0 | 12 | 14 | 233 | 56 | 116 |
| Binary | 10101100 | 11100000 | 11001010 | 10111 | 0 | 1010 | 1100 | 10011011 | 101110 | 1001110 |
Color Harmonies of #ACE0CA
Complementary color
Monochromatic Colors of #ACE0CA
Black with #ACE0CA
Text Example
Text Example
White with #ACE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0CA; }
p { color: rgb(172,224,202); }
H1.HeaderClassName
{
color: #ACE0CA;
}
.AnyTagClassName
{
color: #ACE0CA;
}
</style>
background-color css
<style>
a { background-color: #ACE0CA; }
a { background-color: rgb(172,224,202); }
div.DivClassName
{
background-color: #ACE0CA;
}
.BgClassName
{
background-color: #ACE0CA;
}
</style>
border-color css
<style>
span { border-color: #ACE0CA; }
span { border-color: rgb(172,224,202); }
td.TdClassName
{
border-color: #ACE0CA;
}
.TagClassName
{
border-color: #ACE0CA;
}
</style>