Shades of Magic Mint #ACF1C7
Tints of Magic Mint #ACF1C7
RGB
CMYK
RGB Variations
Color information
#ACF1C7 (or 0xACF1C7) is known color: Magic Mint. HEX triplet: AC, F1 and C7. RGB value is (172,241,199). Sum of RGB (Red+Green+Blue) = 172+241+199=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1C7 is #530E38. Grayscale: #D7D7D7. Windows color (decimal): -5443129 or 13103532. OLE color: 13103532.
HSL color Cylindrical-coordinate representation of color #ACF1C7: hue angle of 143.48º 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 #ACF1C7 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 199 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.05 |
| HSL | 143.48º | 0.71% | 0.81% | - |
| HSV(B) | 143.48º | 0.29% | 0.95% | - |
| XYZ | 58.78 | 75.8 | 65.57 | - |
| YUV | 215.58 | 118.64 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 199 | 0.29 | 0 | 0.17 | 0.05 | 143.48 | 0.71 | 0.81 |
| Hex | AC | F1 | C7 | 1D | 0 | 11 | 5 | 8F | 47 | 51 |
| Octal | 254 | 361 | 307 | 35 | 0 | 21 | 5 | 217 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11000111 | 11101 | 0 | 10001 | 101 | 10001111 | 1000111 | 1010001 |
Color Harmonies of #ACF1C7
Complementary color
Monochromatic Colors of #ACF1C7
Black with #ACF1C7
Text Example
Text Example
White with #ACF1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1C7; }
p { color: rgb(172,241,199); }
H1.HeaderClassName
{
color: #ACF1C7;
}
.AnyTagClassName
{
color: #ACF1C7;
}
</style>
background-color css
<style>
a { background-color: #ACF1C7; }
a { background-color: rgb(172,241,199); }
div.DivClassName
{
background-color: #ACF1C7;
}
.BgClassName
{
background-color: #ACF1C7;
}
</style>
border-color css
<style>
span { border-color: #ACF1C7; }
span { border-color: rgb(172,241,199); }
td.TdClassName
{
border-color: #ACF1C7;
}
.TagClassName
{
border-color: #ACF1C7;
}
</style>