Shades of Magic Mint #ACF0C9
Tints of Magic Mint #ACF0C9
RGB
CMYK
RGB Variations
Color information
#ACF0C9 (or 0xACF0C9) is known color: Magic Mint. HEX triplet: AC, F0 and C9. RGB value is (172,240,201). Sum of RGB (Red+Green+Blue) = 172+240+201=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0C9 is #530F36. Grayscale: #D7D7D7. Windows color (decimal): -5443383 or 13234348. OLE color: 13234348.
HSL color Cylindrical-coordinate representation of color #ACF0C9: hue angle of 145.59º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0C9 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 201 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.06 |
| HSL | 145.59º | 0.69% | 0.81% | - |
| HSV(B) | 145.59º | 0.28% | 0.94% | - |
| XYZ | 58.72 | 75.31 | 66.7 | - |
| YUV | 215.22 | 119.97 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 201 | 0.28 | 0 | 0.16 | 0.06 | 145.59 | 0.69 | 0.81 |
| Hex | AC | F0 | C9 | 1C | 0 | 10 | 6 | 92 | 45 | 51 |
| Octal | 254 | 360 | 311 | 34 | 0 | 20 | 6 | 222 | 105 | 121 |
| Binary | 10101100 | 11110000 | 11001001 | 11100 | 0 | 10000 | 110 | 10010010 | 1000101 | 1010001 |
Color Harmonies of #ACF0C9
Complementary color
Monochromatic Colors of #ACF0C9
Black with #ACF0C9
Text Example
Text Example
White with #ACF0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0C9; }
p { color: rgb(172,240,201); }
H1.HeaderClassName
{
color: #ACF0C9;
}
.AnyTagClassName
{
color: #ACF0C9;
}
</style>
background-color css
<style>
a { background-color: #ACF0C9; }
a { background-color: rgb(172,240,201); }
div.DivClassName
{
background-color: #ACF0C9;
}
.BgClassName
{
background-color: #ACF0C9;
}
</style>
border-color css
<style>
span { border-color: #ACF0C9; }
span { border-color: rgb(172,240,201); }
td.TdClassName
{
border-color: #ACF0C9;
}
.TagClassName
{
border-color: #ACF0C9;
}
</style>