Shades of Magic Mint #ACE2CA
Tints of Magic Mint #ACE2CA
RGB
CMYK
RGB Variations
Color information
#ACE2CA (or 0xACE2CA) is known color: Magic Mint. HEX triplet: AC, E2 and CA. RGB value is (172,226,202). Sum of RGB (Red+Green+Blue) = 172+226+202=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2CA is #531D35. Grayscale: #CFCFCF. Windows color (decimal): -5446966 or 13296300. OLE color: 13296300.
HSL color Cylindrical-coordinate representation of color #ACE2CA: hue angle of 153.33º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE2CA is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 202 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.11 |
| HSL | 153.33º | 0.48% | 0.78% | - |
| HSV(B) | 153.33º | 0.24% | 0.89% | - |
| XYZ | 54.87 | 67.43 | 66 | - |
| YUV | 207.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 202 | 0.24 | 0 | 0.11 | 0.11 | 153.33 | 0.48 | 0.78 |
| Hex | AC | E2 | CA | 18 | 0 | B | B | 99 | 30 | 4E |
| Octal | 254 | 342 | 312 | 30 | 0 | 13 | 13 | 231 | 60 | 116 |
| Binary | 10101100 | 11100010 | 11001010 | 11000 | 0 | 1011 | 1011 | 10011001 | 110000 | 1001110 |
Color Harmonies of #ACE2CA
Complementary color
Monochromatic Colors of #ACE2CA
Black with #ACE2CA
Text Example
Text Example
White with #ACE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2CA; }
p { color: rgb(172,226,202); }
H1.HeaderClassName
{
color: #ACE2CA;
}
.AnyTagClassName
{
color: #ACE2CA;
}
</style>
background-color css
<style>
a { background-color: #ACE2CA; }
a { background-color: rgb(172,226,202); }
div.DivClassName
{
background-color: #ACE2CA;
}
.BgClassName
{
background-color: #ACE2CA;
}
</style>
border-color css
<style>
span { border-color: #ACE2CA; }
span { border-color: rgb(172,226,202); }
td.TdClassName
{
border-color: #ACE2CA;
}
.TagClassName
{
border-color: #ACE2CA;
}
</style>