Shades of Magic Mint #ACF4C3
Tints of Magic Mint #ACF4C3
RGB
CMYK
RGB Variations
Color information
#ACF4C3 (or 0xACF4C3) is known color: Magic Mint. HEX triplet: AC, F4 and C3. RGB value is (172,244,195). Sum of RGB (Red+Green+Blue) = 172+244+195=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4C3 is #530B3C. Grayscale: #D9D9D9. Windows color (decimal): -5442365 or 12842156. OLE color: 12842156.
HSL color Cylindrical-coordinate representation of color #ACF4C3: hue angle of 139.17º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF4C3 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 195 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.04 |
| HSL | 139.17º | 0.77% | 0.82% | - |
| HSV(B) | 139.17º | 0.3% | 0.96% | - |
| XYZ | 59.21 | 77.41 | 63.45 | - |
| YUV | 216.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 195 | 0.30 | 0 | 0.20 | 0.04 | 139.17 | 0.77 | 0.82 |
| Hex | AC | F4 | C3 | 1E | 0 | 14 | 4 | 8B | 4D | 52 |
| Octal | 254 | 364 | 303 | 36 | 0 | 24 | 4 | 213 | 115 | 122 |
| Binary | 10101100 | 11110100 | 11000011 | 11110 | 0 | 10100 | 100 | 10001011 | 1001101 | 1010010 |
Color Harmonies of #ACF4C3
Complementary color
Monochromatic Colors of #ACF4C3
Black with #ACF4C3
Text Example
Text Example
White with #ACF4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF4C3; }
p { color: rgb(172,244,195); }
H1.HeaderClassName
{
color: #ACF4C3;
}
.AnyTagClassName
{
color: #ACF4C3;
}
</style>
background-color css
<style>
a { background-color: #ACF4C3; }
a { background-color: rgb(172,244,195); }
div.DivClassName
{
background-color: #ACF4C3;
}
.BgClassName
{
background-color: #ACF4C3;
}
</style>
border-color css
<style>
span { border-color: #ACF4C3; }
span { border-color: rgb(172,244,195); }
td.TdClassName
{
border-color: #ACF4C3;
}
.TagClassName
{
border-color: #ACF4C3;
}
</style>