Shades of Magic Mint #ACF3CC
Tints of Magic Mint #ACF3CC
RGB
CMYK
RGB Variations
Color information
#ACF3CC (or 0xACF3CC) is known color: Magic Mint. HEX triplet: AC, F3 and CC. RGB value is (172,243,204). Sum of RGB (Red+Green+Blue) = 172+243+204=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3CC is #530C33. Grayscale: #D9D9D9. Windows color (decimal): -5442612 or 13431724. OLE color: 13431724.
HSL color Cylindrical-coordinate representation of color #ACF3CC: hue angle of 147.04º degrees, saturation: 0.75, 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 #ACF3CC is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 204 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.05 |
| HSL | 147.04º | 0.75% | 0.81% | - |
| HSV(B) | 147.04º | 0.29% | 0.95% | - |
| XYZ | 59.96 | 77.23 | 68.87 | - |
| YUV | 217.33 | 120.48 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 204 | 0.29 | 0 | 0.16 | 0.05 | 147.04 | 0.75 | 0.81 |
| Hex | AC | F3 | CC | 1D | 0 | 10 | 5 | 93 | 4B | 51 |
| Octal | 254 | 363 | 314 | 35 | 0 | 20 | 5 | 223 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11001100 | 11101 | 0 | 10000 | 101 | 10010011 | 1001011 | 1010001 |
Color Harmonies of #ACF3CC
Complementary color
Monochromatic Colors of #ACF3CC
Black with #ACF3CC
Text Example
Text Example
White with #ACF3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3CC; }
p { color: rgb(172,243,204); }
H1.HeaderClassName
{
color: #ACF3CC;
}
.AnyTagClassName
{
color: #ACF3CC;
}
</style>
background-color css
<style>
a { background-color: #ACF3CC; }
a { background-color: rgb(172,243,204); }
div.DivClassName
{
background-color: #ACF3CC;
}
.BgClassName
{
background-color: #ACF3CC;
}
</style>
border-color css
<style>
span { border-color: #ACF3CC; }
span { border-color: rgb(172,243,204); }
td.TdClassName
{
border-color: #ACF3CC;
}
.TagClassName
{
border-color: #ACF3CC;
}
</style>