Shades of Magic Mint #ACDEC5
Tints of Magic Mint #ACDEC5
RGB
CMYK
RGB Variations
Color information
#ACDEC5 (or 0xACDEC5) is known color: Magic Mint. HEX triplet: AC, DE and C5. RGB value is (172,222,197). Sum of RGB (Red+Green+Blue) = 172+222+197=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEC5 is #53213A. Grayscale: #CCCCCC. Windows color (decimal): -5447995 or 12967596. OLE color: 12967596.
HSL color Cylindrical-coordinate representation of color #ACDEC5: hue angle of 150º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDEC5 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 197 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.13 |
| HSL | 150º | 0.43% | 0.77% | - |
| HSV(B) | 150º | 0.23% | 0.87% | - |
| XYZ | 53.21 | 65.04 | 62.57 | - |
| YUV | 204.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 197 | 0.23 | 0 | 0.11 | 0.13 | 150 | 0.43 | 0.77 |
| Hex | AC | DE | C5 | 17 | 0 | B | D | 96 | 2B | 4D |
| Octal | 254 | 336 | 305 | 27 | 0 | 13 | 15 | 226 | 53 | 115 |
| Binary | 10101100 | 11011110 | 11000101 | 10111 | 0 | 1011 | 1101 | 10010110 | 101011 | 1001101 |
Color Harmonies of #ACDEC5
Complementary color
Monochromatic Colors of #ACDEC5
Black with #ACDEC5
Text Example
Text Example
White with #ACDEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEC5; }
p { color: rgb(172,222,197); }
H1.HeaderClassName
{
color: #ACDEC5;
}
.AnyTagClassName
{
color: #ACDEC5;
}
</style>
background-color css
<style>
a { background-color: #ACDEC5; }
a { background-color: rgb(172,222,197); }
div.DivClassName
{
background-color: #ACDEC5;
}
.BgClassName
{
background-color: #ACDEC5;
}
</style>
border-color css
<style>
span { border-color: #ACDEC5; }
span { border-color: rgb(172,222,197); }
td.TdClassName
{
border-color: #ACDEC5;
}
.TagClassName
{
border-color: #ACDEC5;
}
</style>