Shades of Magic Mint #ACDEC3
Tints of Magic Mint #ACDEC3
RGB
CMYK
RGB Variations
Color information
#ACDEC3 (or 0xACDEC3) is known color: Magic Mint. HEX triplet: AC, DE and C3. RGB value is (172,222,195). Sum of RGB (Red+Green+Blue) = 172+222+195=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEC3 is #53213C. Grayscale: #CCCCCC. Windows color (decimal): -5447997 or 12836524. OLE color: 12836524.
HSL color Cylindrical-coordinate representation of color #ACDEC3: hue angle of 147.6º 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 #ACDEC3 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 222 | 195 | - |
CMYK | 0.23 | 0 | 0.12 | 0.13 |
HSL | 147.6º | 0.43% | 0.77% | - |
HSV(B) | 147.6º | 0.23% | 0.87% | - |
XYZ | 52.98 | 64.95 | 61.37 | - |
YUV | 203.97 | 122.94 | 105.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 222 | 195 | 0.23 | 0 | 0.12 | 0.13 | 147.6 | 0.43 | 0.77 |
Hex | AC | DE | C3 | 17 | 0 | C | D | 94 | 2B | 4D |
Octal | 254 | 336 | 303 | 27 | 0 | 14 | 15 | 224 | 53 | 115 |
Binary | 10101100 | 11011110 | 11000011 | 10111 | 0 | 1100 | 1101 | 10010100 | 101011 | 1001101 |
Color Harmonies of #ACDEC3
Complementary color
Monochromatic Colors of #ACDEC3
Black with #ACDEC3
Text Example
Text Example
White with #ACDEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEC3; }
p { color: rgb(172,222,195); }
H1.HeaderClassName
{
color: #ACDEC3;
}
.AnyTagClassName
{
color: #ACDEC3;
}
</style>
background-color css
<style>
a { background-color: #ACDEC3; }
a { background-color: rgb(172,222,195); }
div.DivClassName
{
background-color: #ACDEC3;
}
.BgClassName
{
background-color: #ACDEC3;
}
</style>
border-color css
<style>
span { border-color: #ACDEC3; }
span { border-color: rgb(172,222,195); }
td.TdClassName
{
border-color: #ACDEC3;
}
.TagClassName
{
border-color: #ACDEC3;
}
</style>