Shades of Magic Mint #ACEBC9
Tints of Magic Mint #ACEBC9
RGB
CMYK
RGB Variations
Color information
#ACEBC9 (or 0xACEBC9) is known color: Magic Mint. HEX triplet: AC, EB and C9. RGB value is (172,235,201). Sum of RGB (Red+Green+Blue) = 172+235+201=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBC9 is #531436. Grayscale: #D4D4D4. Windows color (decimal): -5444663 or 13233068. OLE color: 13233068.
HSL color Cylindrical-coordinate representation of color #ACEBC9: hue angle of 147.62º 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 #ACEBC9 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 235 | 201 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.08 |
| HSL | 147.62º | 0.61% | 0.8% | - |
| HSV(B) | 147.62º | 0.27% | 0.92% | - |
| XYZ | 57.26 | 72.4 | 66.22 | - |
| YUV | 212.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 201 | 0.27 | 0 | 0.14 | 0.08 | 147.62 | 0.61 | 0.8 |
| Hex | AC | EB | C9 | 1B | 0 | E | 8 | 94 | 3D | 50 |
| Octal | 254 | 353 | 311 | 33 | 0 | 16 | 10 | 224 | 75 | 120 |
| Binary | 10101100 | 11101011 | 11001001 | 11011 | 0 | 1110 | 1000 | 10010100 | 111101 | 1010000 |
Color Harmonies of #ACEBC9
Complementary color
Monochromatic Colors of #ACEBC9
Black with #ACEBC9
Text Example
Text Example
White with #ACEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBC9; }
p { color: rgb(172,235,201); }
H1.HeaderClassName
{
color: #ACEBC9;
}
.AnyTagClassName
{
color: #ACEBC9;
}
</style>
background-color css
<style>
a { background-color: #ACEBC9; }
a { background-color: rgb(172,235,201); }
div.DivClassName
{
background-color: #ACEBC9;
}
.BgClassName
{
background-color: #ACEBC9;
}
</style>
border-color css
<style>
span { border-color: #ACEBC9; }
span { border-color: rgb(172,235,201); }
td.TdClassName
{
border-color: #ACEBC9;
}
.TagClassName
{
border-color: #ACEBC9;
}
</style>