Shades of Magic Mint #ACEBC4
Tints of Magic Mint #ACEBC4
RGB
CMYK
RGB Variations
Color information
#ACEBC4 (or 0xACEBC4) is known color: Magic Mint. HEX triplet: AC, EB and C4. RGB value is (172,235,196). Sum of RGB (Red+Green+Blue) = 172+235+196=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBC4 is #53143B. Grayscale: #D3D3D3. Windows color (decimal): -5444668 or 12905388. OLE color: 12905388.
HSL color Cylindrical-coordinate representation of color #ACEBC4: hue angle of 142.86º 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 #ACEBC4 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 235 | 196 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.08 |
| HSL | 142.86º | 0.61% | 0.8% | - |
| HSV(B) | 142.86º | 0.27% | 0.92% | - |
| XYZ | 56.69 | 72.17 | 63.17 | - |
| YUV | 211.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 196 | 0.27 | 0 | 0.17 | 0.08 | 142.86 | 0.61 | 0.8 |
| Hex | AC | EB | C4 | 1B | 0 | 11 | 8 | 8F | 3D | 50 |
| Octal | 254 | 353 | 304 | 33 | 0 | 21 | 10 | 217 | 75 | 120 |
| Binary | 10101100 | 11101011 | 11000100 | 11011 | 0 | 10001 | 1000 | 10001111 | 111101 | 1010000 |
Color Harmonies of #ACEBC4
Complementary color
Monochromatic Colors of #ACEBC4
Black with #ACEBC4
Text Example
Text Example
White with #ACEBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBC4; }
p { color: rgb(172,235,196); }
H1.HeaderClassName
{
color: #ACEBC4;
}
.AnyTagClassName
{
color: #ACEBC4;
}
</style>
background-color css
<style>
a { background-color: #ACEBC4; }
a { background-color: rgb(172,235,196); }
div.DivClassName
{
background-color: #ACEBC4;
}
.BgClassName
{
background-color: #ACEBC4;
}
</style>
border-color css
<style>
span { border-color: #ACEBC4; }
span { border-color: rgb(172,235,196); }
td.TdClassName
{
border-color: #ACEBC4;
}
.TagClassName
{
border-color: #ACEBC4;
}
</style>