Shades of Magic Mint #ACF0D6
Tints of Magic Mint #ACF0D6
RGB
CMYK
RGB Variations
Color information
#ACF0D6 (or 0xACF0D6) is known color: Magic Mint. HEX triplet: AC, F0 and D6. RGB value is (172,240,214). Sum of RGB (Red+Green+Blue) = 172+240+214=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0D6 is #530F29. Grayscale: #D8D8D8. Windows color (decimal): -5443370 or 14086316. OLE color: 14086316.
HSL color Cylindrical-coordinate representation of color #ACF0D6: hue angle of 157.06º 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 #ACF0D6 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 214 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.06 |
| HSL | 157.06º | 0.69% | 0.81% | - |
| HSV(B) | 157.06º | 0.28% | 0.94% | - |
| XYZ | 60.31 | 75.95 | 75.1 | - |
| YUV | 216.7 | 126.47 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 214 | 0.28 | 0 | 0.11 | 0.06 | 157.06 | 0.69 | 0.81 |
| Hex | AC | F0 | D6 | 1C | 0 | B | 6 | 9D | 45 | 51 |
| Octal | 254 | 360 | 326 | 34 | 0 | 13 | 6 | 235 | 105 | 121 |
| Binary | 10101100 | 11110000 | 11010110 | 11100 | 0 | 1011 | 110 | 10011101 | 1000101 | 1010001 |
Color Harmonies of #ACF0D6
Complementary color
Monochromatic Colors of #ACF0D6
Black with #ACF0D6
Text Example
Text Example
White with #ACF0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0D6; }
p { color: rgb(172,240,214); }
H1.HeaderClassName
{
color: #ACF0D6;
}
.AnyTagClassName
{
color: #ACF0D6;
}
</style>
background-color css
<style>
a { background-color: #ACF0D6; }
a { background-color: rgb(172,240,214); }
div.DivClassName
{
background-color: #ACF0D6;
}
.BgClassName
{
background-color: #ACF0D6;
}
</style>
border-color css
<style>
span { border-color: #ACF0D6; }
span { border-color: rgb(172,240,214); }
td.TdClassName
{
border-color: #ACF0D6;
}
.TagClassName
{
border-color: #ACF0D6;
}
</style>