Shades of Magic Mint #ACEFD6
Tints of Magic Mint #ACEFD6
RGB
CMYK
RGB Variations
Color information
#ACEFD6 (or 0xACEFD6) is known color: Magic Mint. HEX triplet: AC, EF and D6. RGB value is (172,239,214). Sum of RGB (Red+Green+Blue) = 172+239+214=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFD6 is #531029. Grayscale: #D8D8D8. Windows color (decimal): -5443626 or 14086060. OLE color: 14086060.
HSL color Cylindrical-coordinate representation of color #ACEFD6: hue angle of 157.61º 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 #ACEFD6 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 239 | 214 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.06 |
| HSL | 157.61º | 0.68% | 0.81% | - |
| HSV(B) | 157.61º | 0.28% | 0.94% | - |
| XYZ | 60.02 | 75.36 | 75 | - |
| YUV | 216.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 239 | 214 | 0.28 | 0 | 0.10 | 0.06 | 157.61 | 0.68 | 0.81 |
| Hex | AC | EF | D6 | 1C | 0 | A | 6 | 9E | 44 | 51 |
| Octal | 254 | 357 | 326 | 34 | 0 | 12 | 6 | 236 | 104 | 121 |
| Binary | 10101100 | 11101111 | 11010110 | 11100 | 0 | 1010 | 110 | 10011110 | 1000100 | 1010001 |
Color Harmonies of #ACEFD6
Complementary color
Monochromatic Colors of #ACEFD6
Black with #ACEFD6
Text Example
Text Example
White with #ACEFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEFD6; }
p { color: rgb(172,239,214); }
H1.HeaderClassName
{
color: #ACEFD6;
}
.AnyTagClassName
{
color: #ACEFD6;
}
</style>
background-color css
<style>
a { background-color: #ACEFD6; }
a { background-color: rgb(172,239,214); }
div.DivClassName
{
background-color: #ACEFD6;
}
.BgClassName
{
background-color: #ACEFD6;
}
</style>
border-color css
<style>
span { border-color: #ACEFD6; }
span { border-color: rgb(172,239,214); }
td.TdClassName
{
border-color: #ACEFD6;
}
.TagClassName
{
border-color: #ACEFD6;
}
</style>