Shades of Magic Mint #ACEBD0
Tints of Magic Mint #ACEBD0
RGB
CMYK
RGB Variations
Color information
#ACEBD0 (or 0xACEBD0) is known color: Magic Mint. HEX triplet: AC, EB and D0. RGB value is (172,235,208). Sum of RGB (Red+Green+Blue) = 172+235+208=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBD0 is #53142F. Grayscale: #D5D5D5. Windows color (decimal): -5444656 or 13691820. OLE color: 13691820.
HSL color Cylindrical-coordinate representation of color #ACEBD0: hue angle of 154.29º 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 #ACEBD0 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 235 | 208 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.08 |
| HSL | 154.29º | 0.61% | 0.8% | - |
| HSV(B) | 154.29º | 0.27% | 0.92% | - |
| XYZ | 58.11 | 72.74 | 70.65 | - |
| YUV | 213.09 | 125.13 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 208 | 0.27 | 0 | 0.11 | 0.08 | 154.29 | 0.61 | 0.8 |
| Hex | AC | EB | D0 | 1B | 0 | B | 8 | 9A | 3D | 50 |
| Octal | 254 | 353 | 320 | 33 | 0 | 13 | 10 | 232 | 75 | 120 |
| Binary | 10101100 | 11101011 | 11010000 | 11011 | 0 | 1011 | 1000 | 10011010 | 111101 | 1010000 |
Color Harmonies of #ACEBD0
Complementary color
Monochromatic Colors of #ACEBD0
Black with #ACEBD0
Text Example
Text Example
White with #ACEBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBD0; }
p { color: rgb(172,235,208); }
H1.HeaderClassName
{
color: #ACEBD0;
}
.AnyTagClassName
{
color: #ACEBD0;
}
</style>
background-color css
<style>
a { background-color: #ACEBD0; }
a { background-color: rgb(172,235,208); }
div.DivClassName
{
background-color: #ACEBD0;
}
.BgClassName
{
background-color: #ACEBD0;
}
</style>
border-color css
<style>
span { border-color: #ACEBD0; }
span { border-color: rgb(172,235,208); }
td.TdClassName
{
border-color: #ACEBD0;
}
.TagClassName
{
border-color: #ACEBD0;
}
</style>