Shades of Magic Mint #ACE7CD
Tints of Magic Mint #ACE7CD
RGB
CMYK
RGB Variations
Color information
#ACE7CD (or 0xACE7CD) is known color: Magic Mint. HEX triplet: AC, E7 and CD. RGB value is (172,231,205). Sum of RGB (Red+Green+Blue) = 172+231+205=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7CD is #531832. Grayscale: #D2D2D2. Windows color (decimal): -5445683 or 13494188. OLE color: 13494188.
HSL color Cylindrical-coordinate representation of color #ACE7CD: hue angle of 153.56º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE7CD is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 172 | 231 | 205 | - |
CMYK | 0.26 | 0 | 0.11 | 0.09 |
HSL | 153.56º | 0.55% | 0.79% | - |
HSV(B) | 153.56º | 0.26% | 0.91% | - |
XYZ | 56.61 | 70.33 | 68.35 | - |
YUV | 210.4 | 124.95 | 100.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 231 | 205 | 0.26 | 0 | 0.11 | 0.09 | 153.56 | 0.55 | 0.79 |
Hex | AC | E7 | CD | 1A | 0 | B | 9 | 9A | 37 | 4F |
Octal | 254 | 347 | 315 | 32 | 0 | 13 | 11 | 232 | 67 | 117 |
Binary | 10101100 | 11100111 | 11001101 | 11010 | 0 | 1011 | 1001 | 10011010 | 110111 | 1001111 |
Color Harmonies of #ACE7CD
Complementary color
Monochromatic Colors of #ACE7CD
Black with #ACE7CD
Text Example
Text Example
White with #ACE7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7CD; }
p { color: rgb(172,231,205); }
H1.HeaderClassName
{
color: #ACE7CD;
}
.AnyTagClassName
{
color: #ACE7CD;
}
</style>
background-color css
<style>
a { background-color: #ACE7CD; }
a { background-color: rgb(172,231,205); }
div.DivClassName
{
background-color: #ACE7CD;
}
.BgClassName
{
background-color: #ACE7CD;
}
</style>
border-color css
<style>
span { border-color: #ACE7CD; }
span { border-color: rgb(172,231,205); }
td.TdClassName
{
border-color: #ACE7CD;
}
.TagClassName
{
border-color: #ACE7CD;
}
</style>