Shades of Magic Mint #ACECC3
Tints of Magic Mint #ACECC3
RGB
CMYK
RGB Variations
Color information
#ACECC3 (or 0xACECC3) is known color: Magic Mint. HEX triplet: AC, EC and C3. RGB value is (172,236,195). Sum of RGB (Red+Green+Blue) = 172+236+195=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECC3 is #53133C. Grayscale: #D4D4D4. Windows color (decimal): -5444413 or 12840108. OLE color: 12840108.
HSL color Cylindrical-coordinate representation of color #ACECC3: hue angle of 141.56º 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 #ACECC3 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 195 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.07 |
| HSL | 141.56º | 0.63% | 0.8% | - |
| HSV(B) | 141.56º | 0.27% | 0.93% | - |
| XYZ | 56.86 | 72.7 | 62.67 | - |
| YUV | 212.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 195 | 0.27 | 0 | 0.17 | 0.07 | 141.56 | 0.63 | 0.8 |
| Hex | AC | EC | C3 | 1B | 0 | 11 | 7 | 8E | 3F | 50 |
| Octal | 254 | 354 | 303 | 33 | 0 | 21 | 7 | 216 | 77 | 120 |
| Binary | 10101100 | 11101100 | 11000011 | 11011 | 0 | 10001 | 111 | 10001110 | 111111 | 1010000 |
Color Harmonies of #ACECC3
Complementary color
Monochromatic Colors of #ACECC3
Black with #ACECC3
Text Example
Text Example
White with #ACECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECC3; }
p { color: rgb(172,236,195); }
H1.HeaderClassName
{
color: #ACECC3;
}
.AnyTagClassName
{
color: #ACECC3;
}
</style>
background-color css
<style>
a { background-color: #ACECC3; }
a { background-color: rgb(172,236,195); }
div.DivClassName
{
background-color: #ACECC3;
}
.BgClassName
{
background-color: #ACECC3;
}
</style>
border-color css
<style>
span { border-color: #ACECC3; }
span { border-color: rgb(172,236,195); }
td.TdClassName
{
border-color: #ACECC3;
}
.TagClassName
{
border-color: #ACECC3;
}
</style>