Shades of Magic Mint #ACFFDD
Tints of Magic Mint #ACFFDD
RGB
CMYK
RGB Variations
Color information
#ACFFDD (or 0xACFFDD) is known color: Magic Mint. HEX triplet: AC, FF and DD. RGB value is (172,255,221). Sum of RGB (Red+Green+Blue) = 172+255+221=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFDD is #530022. Grayscale: #E2E2E2. Windows color (decimal): -5439523 or 14548908. OLE color: 14548908.
HSL color Cylindrical-coordinate representation of color #ACFFDD: hue angle of 155.42º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFDD is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 221 | - |
| CMYK | 0.33 | 0 | 0.13 | 0 |
| HSL | 155.42º | 1% | 0.84% | - |
| HSV(B) | 155.42º | 0.33% | 1% | - |
| XYZ | 65.82 | 85.51 | 81.44 | - |
| YUV | 226.31 | 125 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 221 | 0.33 | 0 | 0.13 | 0 | 155.42 | 1 | 0.84 |
| Hex | AC | FF | DD | 21 | 0 | D | 0 | 9B | 64 | 54 |
| Octal | 254 | 377 | 335 | 41 | 0 | 15 | 0 | 233 | 144 | 124 |
| Binary | 10101100 | 11111111 | 11011101 | 100001 | 0 | 1101 | 0 | 10011011 | 1100100 | 1010100 |
Color Harmonies of #ACFFDD
Complementary color
Monochromatic Colors of #ACFFDD
Black with #ACFFDD
Text Example
Text Example
White with #ACFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFDD; }
p { color: rgb(172,255,221); }
H1.HeaderClassName
{
color: #ACFFDD;
}
.AnyTagClassName
{
color: #ACFFDD;
}
</style>
background-color css
<style>
a { background-color: #ACFFDD; }
a { background-color: rgb(172,255,221); }
div.DivClassName
{
background-color: #ACFFDD;
}
.BgClassName
{
background-color: #ACFFDD;
}
</style>
border-color css
<style>
span { border-color: #ACFFDD; }
span { border-color: rgb(172,255,221); }
td.TdClassName
{
border-color: #ACFFDD;
}
.TagClassName
{
border-color: #ACFFDD;
}
</style>