Shades of Magic Mint #ACF2D9
Tints of Magic Mint #ACF2D9
RGB
CMYK
RGB Variations
Color information
#ACF2D9 (or 0xACF2D9) is known color: Magic Mint. HEX triplet: AC, F2 and D9. RGB value is (172,242,217). Sum of RGB (Red+Green+Blue) = 172+242+217=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2D9 is #530D26. Grayscale: #DADADA. Windows color (decimal): -5442855 or 14283436. OLE color: 14283436.
HSL color Cylindrical-coordinate representation of color #ACF2D9: hue angle of 158.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 #ACF2D9 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 217 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.05 |
| HSL | 158.57º | 0.73% | 0.81% | - |
| HSV(B) | 158.57º | 0.29% | 0.95% | - |
| XYZ | 61.29 | 77.28 | 77.33 | - |
| YUV | 218.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 217 | 0.29 | 0 | 0.10 | 0.05 | 158.57 | 0.73 | 0.81 |
| Hex | AC | F2 | D9 | 1D | 0 | A | 5 | 9F | 49 | 51 |
| Octal | 254 | 362 | 331 | 35 | 0 | 12 | 5 | 237 | 111 | 121 |
| Binary | 10101100 | 11110010 | 11011001 | 11101 | 0 | 1010 | 101 | 10011111 | 1001001 | 1010001 |
Color Harmonies of #ACF2D9
Complementary color
Monochromatic Colors of #ACF2D9
Black with #ACF2D9
Text Example
Text Example
White with #ACF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2D9; }
p { color: rgb(172,242,217); }
H1.HeaderClassName
{
color: #ACF2D9;
}
.AnyTagClassName
{
color: #ACF2D9;
}
</style>
background-color css
<style>
a { background-color: #ACF2D9; }
a { background-color: rgb(172,242,217); }
div.DivClassName
{
background-color: #ACF2D9;
}
.BgClassName
{
background-color: #ACF2D9;
}
</style>
border-color css
<style>
span { border-color: #ACF2D9; }
span { border-color: rgb(172,242,217); }
td.TdClassName
{
border-color: #ACF2D9;
}
.TagClassName
{
border-color: #ACF2D9;
}
</style>