Shades of Magic Mint #ACDEC2
Tints of Magic Mint #ACDEC2
RGB
CMYK
RGB Variations
Color information
#ACDEC2 (or 0xACDEC2) is known color: Magic Mint. HEX triplet: AC, DE and C2. RGB value is (172,222,194). Sum of RGB (Red+Green+Blue) = 172+222+194=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEC2 is #53213D. Grayscale: #CBCBCB. Windows color (decimal): -5447998 or 12770988. OLE color: 12770988.
HSL color Cylindrical-coordinate representation of color #ACDEC2: hue angle of 146.4º 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 #ACDEC2 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 194 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.13 |
| HSL | 146.4º | 0.43% | 0.77% | - |
| HSV(B) | 146.4º | 0.23% | 0.87% | - |
| XYZ | 52.87 | 64.91 | 60.78 | - |
| YUV | 203.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 194 | 0.23 | 0 | 0.13 | 0.13 | 146.4 | 0.43 | 0.77 |
| Hex | AC | DE | C2 | 17 | 0 | D | D | 92 | 2B | 4D |
| Octal | 254 | 336 | 302 | 27 | 0 | 15 | 15 | 222 | 53 | 115 |
| Binary | 10101100 | 11011110 | 11000010 | 10111 | 0 | 1101 | 1101 | 10010010 | 101011 | 1001101 |
Color Harmonies of #ACDEC2
Complementary color
Monochromatic Colors of #ACDEC2
Black with #ACDEC2
Text Example
Text Example
White with #ACDEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEC2; }
p { color: rgb(172,222,194); }
H1.HeaderClassName
{
color: #ACDEC2;
}
.AnyTagClassName
{
color: #ACDEC2;
}
</style>
background-color css
<style>
a { background-color: #ACDEC2; }
a { background-color: rgb(172,222,194); }
div.DivClassName
{
background-color: #ACDEC2;
}
.BgClassName
{
background-color: #ACDEC2;
}
</style>
border-color css
<style>
span { border-color: #ACDEC2; }
span { border-color: rgb(172,222,194); }
td.TdClassName
{
border-color: #ACDEC2;
}
.TagClassName
{
border-color: #ACDEC2;
}
</style>