Shades of Magic Mint #ACEDC3
Tints of Magic Mint #ACEDC3
RGB
CMYK
RGB Variations
Color information
#ACEDC3 (or 0xACEDC3) is known color: Magic Mint. HEX triplet: AC, ED and C3. RGB value is (172,237,195). Sum of RGB (Red+Green+Blue) = 172+237+195=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDC3 is #53123C. Grayscale: #D4D4D4. Windows color (decimal): -5444157 or 12840364. OLE color: 12840364.
HSL color Cylindrical-coordinate representation of color #ACEDC3: hue angle of 141.23º degrees, saturation: 0.64, 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 #ACEDC3 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 195 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.07 |
| HSL | 141.23º | 0.64% | 0.8% | - |
| HSV(B) | 141.23º | 0.27% | 0.93% | - |
| XYZ | 57.15 | 73.28 | 62.76 | - |
| YUV | 212.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 195 | 0.27 | 0 | 0.18 | 0.07 | 141.23 | 0.64 | 0.8 |
| Hex | AC | ED | C3 | 1B | 0 | 12 | 7 | 8D | 40 | 50 |
| Octal | 254 | 355 | 303 | 33 | 0 | 22 | 7 | 215 | 100 | 120 |
| Binary | 10101100 | 11101101 | 11000011 | 11011 | 0 | 10010 | 111 | 10001101 | 1000000 | 1010000 |
Color Harmonies of #ACEDC3
Complementary color
Monochromatic Colors of #ACEDC3
Black with #ACEDC3
Text Example
Text Example
White with #ACEDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDC3; }
p { color: rgb(172,237,195); }
H1.HeaderClassName
{
color: #ACEDC3;
}
.AnyTagClassName
{
color: #ACEDC3;
}
</style>
background-color css
<style>
a { background-color: #ACEDC3; }
a { background-color: rgb(172,237,195); }
div.DivClassName
{
background-color: #ACEDC3;
}
.BgClassName
{
background-color: #ACEDC3;
}
</style>
border-color css
<style>
span { border-color: #ACEDC3; }
span { border-color: rgb(172,237,195); }
td.TdClassName
{
border-color: #ACEDC3;
}
.TagClassName
{
border-color: #ACEDC3;
}
</style>