Shades of Magic Mint #ACEFD4
Tints of Magic Mint #ACEFD4
RGB
CMYK
RGB Variations
Color information
#ACEFD4 (or 0xACEFD4) is known color: Magic Mint. HEX triplet: AC, EF and D4. RGB value is (172,239,212). Sum of RGB (Red+Green+Blue) = 172+239+212=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFD4 is #53102B. Grayscale: #D7D7D7. Windows color (decimal): -5443628 or 13954988. OLE color: 13954988.
HSL color Cylindrical-coordinate representation of color #ACEFD4: hue angle of 155.82º 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 #ACEFD4 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 239 | 212 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.06 |
| HSL | 155.82º | 0.68% | 0.81% | - |
| HSV(B) | 155.82º | 0.28% | 0.94% | - |
| XYZ | 59.76 | 75.26 | 73.66 | - |
| YUV | 215.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 239 | 212 | 0.28 | 0 | 0.11 | 0.06 | 155.82 | 0.68 | 0.81 |
| Hex | AC | EF | D4 | 1C | 0 | B | 6 | 9C | 44 | 51 |
| Octal | 254 | 357 | 324 | 34 | 0 | 13 | 6 | 234 | 104 | 121 |
| Binary | 10101100 | 11101111 | 11010100 | 11100 | 0 | 1011 | 110 | 10011100 | 1000100 | 1010001 |
Color Harmonies of #ACEFD4
Complementary color
Monochromatic Colors of #ACEFD4
Black with #ACEFD4
Text Example
Text Example
White with #ACEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEFD4; }
p { color: rgb(172,239,212); }
H1.HeaderClassName
{
color: #ACEFD4;
}
.AnyTagClassName
{
color: #ACEFD4;
}
</style>
background-color css
<style>
a { background-color: #ACEFD4; }
a { background-color: rgb(172,239,212); }
div.DivClassName
{
background-color: #ACEFD4;
}
.BgClassName
{
background-color: #ACEFD4;
}
</style>
border-color css
<style>
span { border-color: #ACEFD4; }
span { border-color: rgb(172,239,212); }
td.TdClassName
{
border-color: #ACEFD4;
}
.TagClassName
{
border-color: #ACEFD4;
}
</style>