Shades of Magic Mint #ACEFD8
Tints of Magic Mint #ACEFD8
RGB
CMYK
RGB Variations
Color information
#ACEFD8 (or 0xACEFD8) is known color: Magic Mint. HEX triplet: AC, EF and D8. RGB value is (172,239,216). Sum of RGB (Red+Green+Blue) = 172+239+216=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFD8 is #531027. Grayscale: #D8D8D8. Windows color (decimal): -5443624 or 14217132. OLE color: 14217132.
HSL color Cylindrical-coordinate representation of color #ACEFD8: hue angle of 159.4º 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 #ACEFD8 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 239 | 216 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.06 |
| HSL | 159.4º | 0.68% | 0.81% | - |
| HSV(B) | 159.4º | 0.28% | 0.94% | - |
| XYZ | 60.27 | 75.46 | 76.35 | - |
| YUV | 216.35 | 127.8 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 239 | 216 | 0.28 | 0 | 0.10 | 0.06 | 159.4 | 0.68 | 0.81 |
| Hex | AC | EF | D8 | 1C | 0 | A | 6 | 9F | 44 | 51 |
| Octal | 254 | 357 | 330 | 34 | 0 | 12 | 6 | 237 | 104 | 121 |
| Binary | 10101100 | 11101111 | 11011000 | 11100 | 0 | 1010 | 110 | 10011111 | 1000100 | 1010001 |
Color Harmonies of #ACEFD8
Complementary color
Monochromatic Colors of #ACEFD8
Black with #ACEFD8
Text Example
Text Example
White with #ACEFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEFD8; }
p { color: rgb(172,239,216); }
H1.HeaderClassName
{
color: #ACEFD8;
}
.AnyTagClassName
{
color: #ACEFD8;
}
</style>
background-color css
<style>
a { background-color: #ACEFD8; }
a { background-color: rgb(172,239,216); }
div.DivClassName
{
background-color: #ACEFD8;
}
.BgClassName
{
background-color: #ACEFD8;
}
</style>
border-color css
<style>
span { border-color: #ACEFD8; }
span { border-color: rgb(172,239,216); }
td.TdClassName
{
border-color: #ACEFD8;
}
.TagClassName
{
border-color: #ACEFD8;
}
</style>