Shades of Magic Mint #ACEBD5
Tints of Magic Mint #ACEBD5
RGB
CMYK
RGB Variations
Color information
#ACEBD5 (or 0xACEBD5) is known color: Magic Mint. HEX triplet: AC, EB and D5. RGB value is (172,235,213). Sum of RGB (Red+Green+Blue) = 172+235+213=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBD5 is #53142A. Grayscale: #D5D5D5. Windows color (decimal): -5444651 or 14019500. OLE color: 14019500.
HSL color Cylindrical-coordinate representation of color #ACEBD5: hue angle of 159.05º 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 #ACEBD5 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 235 | 213 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.08 |
| HSL | 159.05º | 0.61% | 0.8% | - |
| HSV(B) | 159.05º | 0.27% | 0.92% | - |
| XYZ | 58.73 | 72.99 | 73.94 | - |
| YUV | 213.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 213 | 0.27 | 0 | 0.09 | 0.08 | 159.05 | 0.61 | 0.8 |
| Hex | AC | EB | D5 | 1B | 0 | 9 | 8 | 9F | 3D | 50 |
| Octal | 254 | 353 | 325 | 33 | 0 | 11 | 10 | 237 | 75 | 120 |
| Binary | 10101100 | 11101011 | 11010101 | 11011 | 0 | 1001 | 1000 | 10011111 | 111101 | 1010000 |
Color Harmonies of #ACEBD5
Complementary color
Monochromatic Colors of #ACEBD5
Black with #ACEBD5
Text Example
Text Example
White with #ACEBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBD5; }
p { color: rgb(172,235,213); }
H1.HeaderClassName
{
color: #ACEBD5;
}
.AnyTagClassName
{
color: #ACEBD5;
}
</style>
background-color css
<style>
a { background-color: #ACEBD5; }
a { background-color: rgb(172,235,213); }
div.DivClassName
{
background-color: #ACEBD5;
}
.BgClassName
{
background-color: #ACEBD5;
}
</style>
border-color css
<style>
span { border-color: #ACEBD5; }
span { border-color: rgb(172,235,213); }
td.TdClassName
{
border-color: #ACEBD5;
}
.TagClassName
{
border-color: #ACEBD5;
}
</style>