Shades of Magic Mint #ACECC7
Tints of Magic Mint #ACECC7
RGB
CMYK
RGB Variations
Color information
#ACECC7 (or 0xACECC7) is known color: Magic Mint. HEX triplet: AC, EC and C7. RGB value is (172,236,199). Sum of RGB (Red+Green+Blue) = 172+236+199=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECC7 is #531338. Grayscale: #D4D4D4. Windows color (decimal): -5444409 or 13102252. OLE color: 13102252.
HSL color Cylindrical-coordinate representation of color #ACECC7: hue angle of 145.31º 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 #ACECC7 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 199 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.07 |
| HSL | 145.31º | 0.63% | 0.8% | - |
| HSV(B) | 145.31º | 0.27% | 0.93% | - |
| XYZ | 57.32 | 72.89 | 65.08 | - |
| YUV | 212.65 | 120.3 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 199 | 0.27 | 0 | 0.16 | 0.07 | 145.31 | 0.63 | 0.8 |
| Hex | AC | EC | C7 | 1B | 0 | 10 | 7 | 91 | 3F | 50 |
| Octal | 254 | 354 | 307 | 33 | 0 | 20 | 7 | 221 | 77 | 120 |
| Binary | 10101100 | 11101100 | 11000111 | 11011 | 0 | 10000 | 111 | 10010001 | 111111 | 1010000 |
Color Harmonies of #ACECC7
Complementary color
Monochromatic Colors of #ACECC7
Black with #ACECC7
Text Example
Text Example
White with #ACECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECC7; }
p { color: rgb(172,236,199); }
H1.HeaderClassName
{
color: #ACECC7;
}
.AnyTagClassName
{
color: #ACECC7;
}
</style>
background-color css
<style>
a { background-color: #ACECC7; }
a { background-color: rgb(172,236,199); }
div.DivClassName
{
background-color: #ACECC7;
}
.BgClassName
{
background-color: #ACECC7;
}
</style>
border-color css
<style>
span { border-color: #ACECC7; }
span { border-color: rgb(172,236,199); }
td.TdClassName
{
border-color: #ACECC7;
}
.TagClassName
{
border-color: #ACECC7;
}
</style>