Shades of Magic Mint #ACECC9
Tints of Magic Mint #ACECC9
RGB
CMYK
RGB Variations
Color information
#ACECC9 (or 0xACECC9) is known color: Magic Mint. HEX triplet: AC, EC and C9. RGB value is (172,236,201). Sum of RGB (Red+Green+Blue) = 172+236+201=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECC9 is #531336. Grayscale: #D4D4D4. Windows color (decimal): -5444407 or 13233324. OLE color: 13233324.
HSL color Cylindrical-coordinate representation of color #ACECC9: hue angle of 147.19º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACECC9 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 201 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.07 |
| HSL | 147.19º | 0.63% | 0.8% | - |
| HSV(B) | 147.19º | 0.27% | 0.93% | - |
| XYZ | 57.55 | 72.98 | 66.31 | - |
| YUV | 212.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 201 | 0.27 | 0 | 0.15 | 0.07 | 147.19 | 0.63 | 0.8 |
| Hex | AC | EC | C9 | 1B | 0 | F | 7 | 93 | 3F | 50 |
| Octal | 254 | 354 | 311 | 33 | 0 | 17 | 7 | 223 | 77 | 120 |
| Binary | 10101100 | 11101100 | 11001001 | 11011 | 0 | 1111 | 111 | 10010011 | 111111 | 1010000 |
Color Harmonies of #ACECC9
Complementary color
Monochromatic Colors of #ACECC9
Black with #ACECC9
Text Example
Text Example
White with #ACECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECC9; }
p { color: rgb(172,236,201); }
H1.HeaderClassName
{
color: #ACECC9;
}
.AnyTagClassName
{
color: #ACECC9;
}
</style>
background-color css
<style>
a { background-color: #ACECC9; }
a { background-color: rgb(172,236,201); }
div.DivClassName
{
background-color: #ACECC9;
}
.BgClassName
{
background-color: #ACECC9;
}
</style>
border-color css
<style>
span { border-color: #ACECC9; }
span { border-color: rgb(172,236,201); }
td.TdClassName
{
border-color: #ACECC9;
}
.TagClassName
{
border-color: #ACECC9;
}
</style>