Shades of Magic Mint #ACF2C6
Tints of Magic Mint #ACF2C6
RGB
CMYK
RGB Variations
Color information
#ACF2C6 (or 0xACF2C6) is known color: Magic Mint. HEX triplet: AC, F2 and C6. RGB value is (172,242,198). Sum of RGB (Red+Green+Blue) = 172+242+198=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2C6 is #530D39. Grayscale: #D8D8D8. Windows color (decimal): -5442874 or 13038252. OLE color: 13038252.
HSL color Cylindrical-coordinate representation of color #ACF2C6: hue angle of 142.29º 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 #ACF2C6 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 198 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.05 |
| HSL | 142.29º | 0.73% | 0.81% | - |
| HSV(B) | 142.29º | 0.29% | 0.95% | - |
| XYZ | 58.96 | 76.35 | 65.06 | - |
| YUV | 216.05 | 117.81 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 198 | 0.29 | 0 | 0.18 | 0.05 | 142.29 | 0.73 | 0.81 |
| Hex | AC | F2 | C6 | 1D | 0 | 12 | 5 | 8E | 49 | 51 |
| Octal | 254 | 362 | 306 | 35 | 0 | 22 | 5 | 216 | 111 | 121 |
| Binary | 10101100 | 11110010 | 11000110 | 11101 | 0 | 10010 | 101 | 10001110 | 1001001 | 1010001 |
Color Harmonies of #ACF2C6
Complementary color
Monochromatic Colors of #ACF2C6
Black with #ACF2C6
Text Example
Text Example
White with #ACF2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2C6; }
p { color: rgb(172,242,198); }
H1.HeaderClassName
{
color: #ACF2C6;
}
.AnyTagClassName
{
color: #ACF2C6;
}
</style>
background-color css
<style>
a { background-color: #ACF2C6; }
a { background-color: rgb(172,242,198); }
div.DivClassName
{
background-color: #ACF2C6;
}
.BgClassName
{
background-color: #ACF2C6;
}
</style>
border-color css
<style>
span { border-color: #ACF2C6; }
span { border-color: rgb(172,242,198); }
td.TdClassName
{
border-color: #ACF2C6;
}
.TagClassName
{
border-color: #ACF2C6;
}
</style>