Shades of Magic Mint #ACEBC3
Tints of Magic Mint #ACEBC3
RGB
CMYK
RGB Variations
Color information
#ACEBC3 (or 0xACEBC3) is known color: Magic Mint. HEX triplet: AC, EB and C3. RGB value is (172,235,195). Sum of RGB (Red+Green+Blue) = 172+235+195=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBC3 is #53143C. Grayscale: #D3D3D3. Windows color (decimal): -5444669 or 12839852. OLE color: 12839852.
HSL color Cylindrical-coordinate representation of color #ACEBC3: hue angle of 141.9º 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 #ACEBC3 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 235 | 195 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.08 |
| HSL | 141.9º | 0.61% | 0.8% | - |
| HSV(B) | 141.9º | 0.27% | 0.92% | - |
| XYZ | 56.57 | 72.13 | 62.57 | - |
| YUV | 211.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 195 | 0.27 | 0 | 0.17 | 0.08 | 141.9 | 0.61 | 0.8 |
| Hex | AC | EB | C3 | 1B | 0 | 11 | 8 | 8E | 3D | 50 |
| Octal | 254 | 353 | 303 | 33 | 0 | 21 | 10 | 216 | 75 | 120 |
| Binary | 10101100 | 11101011 | 11000011 | 11011 | 0 | 10001 | 1000 | 10001110 | 111101 | 1010000 |
Color Harmonies of #ACEBC3
Complementary color
Monochromatic Colors of #ACEBC3
Black with #ACEBC3
Text Example
Text Example
White with #ACEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBC3; }
p { color: rgb(172,235,195); }
H1.HeaderClassName
{
color: #ACEBC3;
}
.AnyTagClassName
{
color: #ACEBC3;
}
</style>
background-color css
<style>
a { background-color: #ACEBC3; }
a { background-color: rgb(172,235,195); }
div.DivClassName
{
background-color: #ACEBC3;
}
.BgClassName
{
background-color: #ACEBC3;
}
</style>
border-color css
<style>
span { border-color: #ACEBC3; }
span { border-color: rgb(172,235,195); }
td.TdClassName
{
border-color: #ACEBC3;
}
.TagClassName
{
border-color: #ACEBC3;
}
</style>