Shades of Magic Mint #ACF2CC
Tints of Magic Mint #ACF2CC
RGB
CMYK
RGB Variations
Color information
#ACF2CC (or 0xACF2CC) is known color: Magic Mint. HEX triplet: AC, F2 and CC. RGB value is (172,242,204). Sum of RGB (Red+Green+Blue) = 172+242+204=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2CC is #530D33. Grayscale: #D8D8D8. Windows color (decimal): -5442868 or 13431468. OLE color: 13431468.
HSL color Cylindrical-coordinate representation of color #ACF2CC: hue angle of 147.43º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2CC is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 204 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.05 |
| HSL | 147.43º | 0.73% | 0.81% | - |
| HSV(B) | 147.43º | 0.29% | 0.95% | - |
| XYZ | 59.66 | 76.63 | 68.77 | - |
| YUV | 216.74 | 120.81 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 204 | 0.29 | 0 | 0.16 | 0.05 | 147.43 | 0.73 | 0.81 |
| Hex | AC | F2 | CC | 1D | 0 | 10 | 5 | 93 | 49 | 51 |
| Octal | 254 | 362 | 314 | 35 | 0 | 20 | 5 | 223 | 111 | 121 |
| Binary | 10101100 | 11110010 | 11001100 | 11101 | 0 | 10000 | 101 | 10010011 | 1001001 | 1010001 |
Color Harmonies of #ACF2CC
Complementary color
Monochromatic Colors of #ACF2CC
Black with #ACF2CC
Text Example
Text Example
White with #ACF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2CC; }
p { color: rgb(172,242,204); }
H1.HeaderClassName
{
color: #ACF2CC;
}
.AnyTagClassName
{
color: #ACF2CC;
}
</style>
background-color css
<style>
a { background-color: #ACF2CC; }
a { background-color: rgb(172,242,204); }
div.DivClassName
{
background-color: #ACF2CC;
}
.BgClassName
{
background-color: #ACF2CC;
}
</style>
border-color css
<style>
span { border-color: #ACF2CC; }
span { border-color: rgb(172,242,204); }
td.TdClassName
{
border-color: #ACF2CC;
}
.TagClassName
{
border-color: #ACF2CC;
}
</style>