Shades of Magic Mint #ACF6DA
Tints of Magic Mint #ACF6DA
RGB
CMYK
RGB Variations
Color information
#ACF6DA (or 0xACF6DA) is known color: Magic Mint. HEX triplet: AC, F6 and DA. RGB value is (172,246,218). Sum of RGB (Red+Green+Blue) = 172+246+218=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF6DA is #530925. Grayscale: #DCDCDC. Windows color (decimal): -5441830 or 14349996. OLE color: 14349996.
HSL color Cylindrical-coordinate representation of color #ACF6DA: hue angle of 157.3º degrees, saturation: 0.8, 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 #ACF6DA is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 218 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.04 |
| HSL | 157.3º | 0.8% | 0.82% | - |
| HSV(B) | 157.3º | 0.3% | 0.96% | - |
| XYZ | 62.62 | 79.74 | 78.42 | - |
| YUV | 220.68 | 126.48 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 218 | 0.30 | 0 | 0.11 | 0.04 | 157.3 | 0.8 | 0.82 |
| Hex | AC | F6 | DA | 1E | 0 | B | 4 | 9D | 50 | 52 |
| Octal | 254 | 366 | 332 | 36 | 0 | 13 | 4 | 235 | 120 | 122 |
| Binary | 10101100 | 11110110 | 11011010 | 11110 | 0 | 1011 | 100 | 10011101 | 1010000 | 1010010 |
Color Harmonies of #ACF6DA
Complementary color
Monochromatic Colors of #ACF6DA
Black with #ACF6DA
Text Example
Text Example
White with #ACF6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF6DA; }
p { color: rgb(172,246,218); }
H1.HeaderClassName
{
color: #ACF6DA;
}
.AnyTagClassName
{
color: #ACF6DA;
}
</style>
background-color css
<style>
a { background-color: #ACF6DA; }
a { background-color: rgb(172,246,218); }
div.DivClassName
{
background-color: #ACF6DA;
}
.BgClassName
{
background-color: #ACF6DA;
}
</style>
border-color css
<style>
span { border-color: #ACF6DA; }
span { border-color: rgb(172,246,218); }
td.TdClassName
{
border-color: #ACF6DA;
}
.TagClassName
{
border-color: #ACF6DA;
}
</style>