Shades of Magic Mint #ACE6CD
Tints of Magic Mint #ACE6CD
RGB
CMYK
RGB Variations
Color information
#ACE6CD (or 0xACE6CD) is known color: Magic Mint. HEX triplet: AC, E6 and CD. RGB value is (172,230,205). Sum of RGB (Red+Green+Blue) = 172+230+205=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6CD is #531932. Grayscale: #D1D1D1. Windows color (decimal): -5445939 or 13493932. OLE color: 13493932.
HSL color Cylindrical-coordinate representation of color #ACE6CD: hue angle of 154.14º degrees, saturation: 0.54, 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 #ACE6CD is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 172 | 230 | 205 | - |
CMYK | 0.25 | 0 | 0.11 | 0.10 |
HSL | 154.14º | 0.54% | 0.79% | - |
HSV(B) | 154.14º | 0.25% | 0.9% | - |
XYZ | 56.33 | 69.77 | 68.26 | - |
YUV | 209.81 | 125.28 | 101.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 230 | 205 | 0.25 | 0 | 0.11 | 0.10 | 154.14 | 0.54 | 0.79 |
Hex | AC | E6 | CD | 19 | 0 | B | A | 9A | 36 | 4F |
Octal | 254 | 346 | 315 | 31 | 0 | 13 | 12 | 232 | 66 | 117 |
Binary | 10101100 | 11100110 | 11001101 | 11001 | 0 | 1011 | 1010 | 10011010 | 110110 | 1001111 |
Color Harmonies of #ACE6CD
Complementary color
Monochromatic Colors of #ACE6CD
Black with #ACE6CD
Text Example
Text Example
White with #ACE6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6CD; }
p { color: rgb(172,230,205); }
H1.HeaderClassName
{
color: #ACE6CD;
}
.AnyTagClassName
{
color: #ACE6CD;
}
</style>
background-color css
<style>
a { background-color: #ACE6CD; }
a { background-color: rgb(172,230,205); }
div.DivClassName
{
background-color: #ACE6CD;
}
.BgClassName
{
background-color: #ACE6CD;
}
</style>
border-color css
<style>
span { border-color: #ACE6CD; }
span { border-color: rgb(172,230,205); }
td.TdClassName
{
border-color: #ACE6CD;
}
.TagClassName
{
border-color: #ACE6CD;
}
</style>