Shades of Magic Mint #ACEFD9
Tints of Magic Mint #ACEFD9
RGB
CMYK
RGB Variations
Color information
#ACEFD9 (or 0xACEFD9) is known color: Magic Mint. HEX triplet: AC, EF and D9. RGB value is (172,239,217). Sum of RGB (Red+Green+Blue) = 172+239+217=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFD9 is #531026. Grayscale: #D8D8D8. Windows color (decimal): -5443623 or 14282668. OLE color: 14282668.
HSL color Cylindrical-coordinate representation of color #ACEFD9: hue angle of 160.3º degrees, saturation: 0.68, 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 #ACEFD9 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 239 | 217 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.06 |
| HSL | 160.3º | 0.68% | 0.81% | - |
| HSV(B) | 160.3º | 0.28% | 0.94% | - |
| XYZ | 60.4 | 75.51 | 77.04 | - |
| YUV | 216.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 239 | 217 | 0.28 | 0 | 0.09 | 0.06 | 160.3 | 0.68 | 0.81 |
| Hex | AC | EF | D9 | 1C | 0 | 9 | 6 | A0 | 44 | 51 |
| Octal | 254 | 357 | 331 | 34 | 0 | 11 | 6 | 240 | 104 | 121 |
| Binary | 10101100 | 11101111 | 11011001 | 11100 | 0 | 1001 | 110 | 10100000 | 1000100 | 1010001 |
Color Harmonies of #ACEFD9
Complementary color
Monochromatic Colors of #ACEFD9
Black with #ACEFD9
Text Example
Text Example
White with #ACEFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEFD9; }
p { color: rgb(172,239,217); }
H1.HeaderClassName
{
color: #ACEFD9;
}
.AnyTagClassName
{
color: #ACEFD9;
}
</style>
background-color css
<style>
a { background-color: #ACEFD9; }
a { background-color: rgb(172,239,217); }
div.DivClassName
{
background-color: #ACEFD9;
}
.BgClassName
{
background-color: #ACEFD9;
}
</style>
border-color css
<style>
span { border-color: #ACEFD9; }
span { border-color: rgb(172,239,217); }
td.TdClassName
{
border-color: #ACEFD9;
}
.TagClassName
{
border-color: #ACEFD9;
}
</style>