Shades of Magic Mint #ACF2C4
Tints of Magic Mint #ACF2C4
RGB
CMYK
RGB Variations
Color information
#ACF2C4 (or 0xACF2C4) is known color: Magic Mint. HEX triplet: AC, F2 and C4. RGB value is (172,242,196). Sum of RGB (Red+Green+Blue) = 172+242+196=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2C4 is #530D3B. Grayscale: #D7D7D7. Windows color (decimal): -5442876 or 12907180. OLE color: 12907180.
HSL color Cylindrical-coordinate representation of color #ACF2C4: hue angle of 140.57º 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 #ACF2C4 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 196 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.05 |
| HSL | 140.57º | 0.73% | 0.81% | - |
| HSV(B) | 140.57º | 0.29% | 0.95% | - |
| XYZ | 58.73 | 76.26 | 63.85 | - |
| YUV | 215.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 196 | 0.29 | 0 | 0.19 | 0.05 | 140.57 | 0.73 | 0.81 |
| Hex | AC | F2 | C4 | 1D | 0 | 13 | 5 | 8D | 49 | 51 |
| Octal | 254 | 362 | 304 | 35 | 0 | 23 | 5 | 215 | 111 | 121 |
| Binary | 10101100 | 11110010 | 11000100 | 11101 | 0 | 10011 | 101 | 10001101 | 1001001 | 1010001 |
Color Harmonies of #ACF2C4
Complementary color
Monochromatic Colors of #ACF2C4
Black with #ACF2C4
Text Example
Text Example
White with #ACF2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2C4; }
p { color: rgb(172,242,196); }
H1.HeaderClassName
{
color: #ACF2C4;
}
.AnyTagClassName
{
color: #ACF2C4;
}
</style>
background-color css
<style>
a { background-color: #ACF2C4; }
a { background-color: rgb(172,242,196); }
div.DivClassName
{
background-color: #ACF2C4;
}
.BgClassName
{
background-color: #ACF2C4;
}
</style>
border-color css
<style>
span { border-color: #ACF2C4; }
span { border-color: rgb(172,242,196); }
td.TdClassName
{
border-color: #ACF2C4;
}
.TagClassName
{
border-color: #ACF2C4;
}
</style>