Shades of Magic Mint #ACE1CA
Tints of Magic Mint #ACE1CA
RGB
CMYK
RGB Variations
Color information
#ACE1CA (or 0xACE1CA) is known color: Magic Mint. HEX triplet: AC, E1 and CA. RGB value is (172,225,202). Sum of RGB (Red+Green+Blue) = 172+225+202=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1CA is #531E35. Grayscale: #CECECE. Windows color (decimal): -5447222 or 13296044. OLE color: 13296044.
HSL color Cylindrical-coordinate representation of color #ACE1CA: hue angle of 153.96º 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 #ACE1CA is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
RGB | 172 | 225 | 202 | - |
CMYK | 0.24 | 0 | 0.10 | 0.12 |
HSL | 153.96º | 0.47% | 0.78% | - |
HSV(B) | 153.96º | 0.24% | 0.88% | - |
XYZ | 54.6 | 66.89 | 65.91 | - |
YUV | 206.53 | 125.44 | 103.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 225 | 202 | 0.24 | 0 | 0.10 | 0.12 | 153.96 | 0.47 | 0.78 |
Hex | AC | E1 | CA | 18 | 0 | A | C | 9A | 2F | 4E |
Octal | 254 | 341 | 312 | 30 | 0 | 12 | 14 | 232 | 57 | 116 |
Binary | 10101100 | 11100001 | 11001010 | 11000 | 0 | 1010 | 1100 | 10011010 | 101111 | 1001110 |
Color Harmonies of #ACE1CA
Complementary color
Monochromatic Colors of #ACE1CA
Black with #ACE1CA
Text Example
Text Example
White with #ACE1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1CA; }
p { color: rgb(172,225,202); }
H1.HeaderClassName
{
color: #ACE1CA;
}
.AnyTagClassName
{
color: #ACE1CA;
}
</style>
background-color css
<style>
a { background-color: #ACE1CA; }
a { background-color: rgb(172,225,202); }
div.DivClassName
{
background-color: #ACE1CA;
}
.BgClassName
{
background-color: #ACE1CA;
}
</style>
border-color css
<style>
span { border-color: #ACE1CA; }
span { border-color: rgb(172,225,202); }
td.TdClassName
{
border-color: #ACE1CA;
}
.TagClassName
{
border-color: #ACE1CA;
}
</style>