Shades of Magic Mint #ACEBD3
Tints of Magic Mint #ACEBD3
RGB
CMYK
RGB Variations
Color information
#ACEBD3 (or 0xACEBD3) is known color: Magic Mint. HEX triplet: AC, EB and D3. RGB value is (172,235,211). Sum of RGB (Red+Green+Blue) = 172+235+211=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBD3 is #53142C. Grayscale: #D5D5D5. Windows color (decimal): -5444653 or 13888428. OLE color: 13888428.
HSL color Cylindrical-coordinate representation of color #ACEBD3: hue angle of 157.14º 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 #ACEBD3 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 235 | 211 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.08 |
| HSL | 157.14º | 0.61% | 0.8% | - |
| HSV(B) | 157.14º | 0.27% | 0.92% | - |
| XYZ | 58.48 | 72.89 | 72.62 | - |
| YUV | 213.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 211 | 0.27 | 0 | 0.10 | 0.08 | 157.14 | 0.61 | 0.8 |
| Hex | AC | EB | D3 | 1B | 0 | A | 8 | 9D | 3D | 50 |
| Octal | 254 | 353 | 323 | 33 | 0 | 12 | 10 | 235 | 75 | 120 |
| Binary | 10101100 | 11101011 | 11010011 | 11011 | 0 | 1010 | 1000 | 10011101 | 111101 | 1010000 |
Color Harmonies of #ACEBD3
Complementary color
Monochromatic Colors of #ACEBD3
Black with #ACEBD3
Text Example
Text Example
White with #ACEBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBD3; }
p { color: rgb(172,235,211); }
H1.HeaderClassName
{
color: #ACEBD3;
}
.AnyTagClassName
{
color: #ACEBD3;
}
</style>
background-color css
<style>
a { background-color: #ACEBD3; }
a { background-color: rgb(172,235,211); }
div.DivClassName
{
background-color: #ACEBD3;
}
.BgClassName
{
background-color: #ACEBD3;
}
</style>
border-color css
<style>
span { border-color: #ACEBD3; }
span { border-color: rgb(172,235,211); }
td.TdClassName
{
border-color: #ACEBD3;
}
.TagClassName
{
border-color: #ACEBD3;
}
</style>