Shades of Magic Mint #ACEBD4
Tints of Magic Mint #ACEBD4
RGB
CMYK
RGB Variations
Color information
#ACEBD4 (or 0xACEBD4) is known color: Magic Mint. HEX triplet: AC, EB and D4. RGB value is (172,235,212). Sum of RGB (Red+Green+Blue) = 172+235+212=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBD4 is #53142B. Grayscale: #D5D5D5. Windows color (decimal): -5444652 or 13953964. OLE color: 13953964.
HSL color Cylindrical-coordinate representation of color #ACEBD4: hue angle of 158.1º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBD4 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 235 | 212 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.08 |
| HSL | 158.1º | 0.61% | 0.8% | - |
| HSV(B) | 158.1º | 0.27% | 0.92% | - |
| XYZ | 58.61 | 72.94 | 73.28 | - |
| YUV | 213.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 212 | 0.27 | 0 | 0.10 | 0.08 | 158.1 | 0.61 | 0.8 |
| Hex | AC | EB | D4 | 1B | 0 | A | 8 | 9E | 3D | 50 |
| Octal | 254 | 353 | 324 | 33 | 0 | 12 | 10 | 236 | 75 | 120 |
| Binary | 10101100 | 11101011 | 11010100 | 11011 | 0 | 1010 | 1000 | 10011110 | 111101 | 1010000 |
Color Harmonies of #ACEBD4
Complementary color
Monochromatic Colors of #ACEBD4
Black with #ACEBD4
Text Example
Text Example
White with #ACEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBD4; }
p { color: rgb(172,235,212); }
H1.HeaderClassName
{
color: #ACEBD4;
}
.AnyTagClassName
{
color: #ACEBD4;
}
</style>
background-color css
<style>
a { background-color: #ACEBD4; }
a { background-color: rgb(172,235,212); }
div.DivClassName
{
background-color: #ACEBD4;
}
.BgClassName
{
background-color: #ACEBD4;
}
</style>
border-color css
<style>
span { border-color: #ACEBD4; }
span { border-color: rgb(172,235,212); }
td.TdClassName
{
border-color: #ACEBD4;
}
.TagClassName
{
border-color: #ACEBD4;
}
</style>