Shades of Magic Mint #ACE5CA
Tints of Magic Mint #ACE5CA
RGB
CMYK
RGB Variations
Color information
#ACE5CA (or 0xACE5CA) is known color: Magic Mint. HEX triplet: AC, E5 and CA. RGB value is (172,229,202). Sum of RGB (Red+Green+Blue) = 172+229+202=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5CA is #531A35. Grayscale: #D0D0D0. Windows color (decimal): -5446198 or 13297068. OLE color: 13297068.
HSL color Cylindrical-coordinate representation of color #ACE5CA: hue angle of 151.58º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE5CA is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 202 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.10 |
| HSL | 151.58º | 0.52% | 0.79% | - |
| HSV(B) | 151.58º | 0.25% | 0.9% | - |
| XYZ | 55.69 | 69.07 | 66.27 | - |
| YUV | 208.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 202 | 0.25 | 0 | 0.12 | 0.10 | 151.58 | 0.52 | 0.79 |
| Hex | AC | E5 | CA | 19 | 0 | C | A | 98 | 34 | 4F |
| Octal | 254 | 345 | 312 | 31 | 0 | 14 | 12 | 230 | 64 | 117 |
| Binary | 10101100 | 11100101 | 11001010 | 11001 | 0 | 1100 | 1010 | 10011000 | 110100 | 1001111 |
Color Harmonies of #ACE5CA
Complementary color
Monochromatic Colors of #ACE5CA
Black with #ACE5CA
Text Example
Text Example
White with #ACE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5CA; }
p { color: rgb(172,229,202); }
H1.HeaderClassName
{
color: #ACE5CA;
}
.AnyTagClassName
{
color: #ACE5CA;
}
</style>
background-color css
<style>
a { background-color: #ACE5CA; }
a { background-color: rgb(172,229,202); }
div.DivClassName
{
background-color: #ACE5CA;
}
.BgClassName
{
background-color: #ACE5CA;
}
</style>
border-color css
<style>
span { border-color: #ACE5CA; }
span { border-color: rgb(172,229,202); }
td.TdClassName
{
border-color: #ACE5CA;
}
.TagClassName
{
border-color: #ACE5CA;
}
</style>