Shades of Magic Mint #ACFFCC
Tints of Magic Mint #ACFFCC
RGB
CMYK
RGB Variations
Color information
#ACFFCC (or 0xACFFCC) is known color: Magic Mint. HEX triplet: AC, FF and CC. RGB value is (172,255,204). Sum of RGB (Red+Green+Blue) = 172+255+204=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFCC is #530033. Grayscale: #E0E0E0. Windows color (decimal): -5439540 or 13434796. OLE color: 13434796.
HSL color Cylindrical-coordinate representation of color #ACFFCC: hue angle of 143.13º 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 #ACFFCC is Cyan = 0.33, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 204 | - |
| CMYK | 0.33 | 0 | 0.2 | 0 |
| HSL | 143.13º | 1% | 0.84% | - |
| HSV(B) | 143.13º | 0.33% | 1% | - |
| XYZ | 63.67 | 84.65 | 70.11 | - |
| YUV | 224.37 | 116.5 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 204 | 0.33 | 0 | 0.2 | 0 | 143.13 | 1 | 0.84 |
| Hex | AC | FF | CC | 21 | 0 | 14 | 0 | 8F | 64 | 54 |
| Octal | 254 | 377 | 314 | 41 | 0 | 24 | 0 | 217 | 144 | 124 |
| Binary | 10101100 | 11111111 | 11001100 | 100001 | 0 | 10100 | 0 | 10001111 | 1100100 | 1010100 |
Color Harmonies of #ACFFCC
Complementary color
Monochromatic Colors of #ACFFCC
Black with #ACFFCC
Text Example
Text Example
White with #ACFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFCC; }
p { color: rgb(172,255,204); }
H1.HeaderClassName
{
color: #ACFFCC;
}
.AnyTagClassName
{
color: #ACFFCC;
}
</style>
background-color css
<style>
a { background-color: #ACFFCC; }
a { background-color: rgb(172,255,204); }
div.DivClassName
{
background-color: #ACFFCC;
}
.BgClassName
{
background-color: #ACFFCC;
}
</style>
border-color css
<style>
span { border-color: #ACFFCC; }
span { border-color: rgb(172,255,204); }
td.TdClassName
{
border-color: #ACFFCC;
}
.TagClassName
{
border-color: #ACFFCC;
}
</style>