Shades of Magic Mint #ACF1CC
Tints of Magic Mint #ACF1CC
RGB
CMYK
RGB Variations
Color information
#ACF1CC (or 0xACF1CC) is known color: Magic Mint. HEX triplet: AC, F1 and CC. RGB value is (172,241,204). Sum of RGB (Red+Green+Blue) = 172+241+204=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1CC is #530E33. Grayscale: #D8D8D8. Windows color (decimal): -5443124 or 13431212. OLE color: 13431212.
HSL color Cylindrical-coordinate representation of color #ACF1CC: hue angle of 147.83º degrees, saturation: 0.71, 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 #ACF1CC is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 204 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.05 |
| HSL | 147.83º | 0.71% | 0.81% | - |
| HSV(B) | 147.83º | 0.29% | 0.95% | - |
| XYZ | 59.37 | 76.04 | 68.68 | - |
| YUV | 216.15 | 121.14 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 204 | 0.29 | 0 | 0.15 | 0.05 | 147.83 | 0.71 | 0.81 |
| Hex | AC | F1 | CC | 1D | 0 | F | 5 | 94 | 47 | 51 |
| Octal | 254 | 361 | 314 | 35 | 0 | 17 | 5 | 224 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11001100 | 11101 | 0 | 1111 | 101 | 10010100 | 1000111 | 1010001 |
Color Harmonies of #ACF1CC
Complementary color
Monochromatic Colors of #ACF1CC
Black with #ACF1CC
Text Example
Text Example
White with #ACF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1CC; }
p { color: rgb(172,241,204); }
H1.HeaderClassName
{
color: #ACF1CC;
}
.AnyTagClassName
{
color: #ACF1CC;
}
</style>
background-color css
<style>
a { background-color: #ACF1CC; }
a { background-color: rgb(172,241,204); }
div.DivClassName
{
background-color: #ACF1CC;
}
.BgClassName
{
background-color: #ACF1CC;
}
</style>
border-color css
<style>
span { border-color: #ACF1CC; }
span { border-color: rgb(172,241,204); }
td.TdClassName
{
border-color: #ACF1CC;
}
.TagClassName
{
border-color: #ACF1CC;
}
</style>