Shades of Magic Mint #ACDFC3
Tints of Magic Mint #ACDFC3
RGB
CMYK
RGB Variations
Color information
#ACDFC3 (or 0xACDFC3) is known color: Magic Mint. HEX triplet: AC, DF and C3. RGB value is (172,223,195). Sum of RGB (Red+Green+Blue) = 172+223+195=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFC3 is #53203C. Grayscale: #CCCCCC. Windows color (decimal): -5447741 or 12836780. OLE color: 12836780.
HSL color Cylindrical-coordinate representation of color #ACDFC3: hue angle of 147.06º degrees, saturation: 0.44, 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 #ACDFC3 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 195 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.13 |
| HSL | 147.06º | 0.44% | 0.77% | - |
| HSV(B) | 147.06º | 0.23% | 0.87% | - |
| XYZ | 53.25 | 65.49 | 61.46 | - |
| YUV | 204.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 195 | 0.23 | 0 | 0.13 | 0.13 | 147.06 | 0.44 | 0.77 |
| Hex | AC | DF | C3 | 17 | 0 | D | D | 93 | 2C | 4D |
| Octal | 254 | 337 | 303 | 27 | 0 | 15 | 15 | 223 | 54 | 115 |
| Binary | 10101100 | 11011111 | 11000011 | 10111 | 0 | 1101 | 1101 | 10010011 | 101100 | 1001101 |
Color Harmonies of #ACDFC3
Complementary color
Monochromatic Colors of #ACDFC3
Black with #ACDFC3
Text Example
Text Example
White with #ACDFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFC3; }
p { color: rgb(172,223,195); }
H1.HeaderClassName
{
color: #ACDFC3;
}
.AnyTagClassName
{
color: #ACDFC3;
}
</style>
background-color css
<style>
a { background-color: #ACDFC3; }
a { background-color: rgb(172,223,195); }
div.DivClassName
{
background-color: #ACDFC3;
}
.BgClassName
{
background-color: #ACDFC3;
}
</style>
border-color css
<style>
span { border-color: #ACDFC3; }
span { border-color: rgb(172,223,195); }
td.TdClassName
{
border-color: #ACDFC3;
}
.TagClassName
{
border-color: #ACDFC3;
}
</style>