Shades of Magic Mint #ACEFD1
Tints of Magic Mint #ACEFD1
RGB
CMYK
RGB Variations
Color information
#ACEFD1 (or 0xACEFD1) is known color: Magic Mint. HEX triplet: AC, EF and D1. RGB value is (172,239,209). Sum of RGB (Red+Green+Blue) = 172+239+209=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFD1 is #53102E. Grayscale: #D7D7D7. Windows color (decimal): -5443631 or 13758380. OLE color: 13758380.
HSL color Cylindrical-coordinate representation of color #ACEFD1: hue angle of 153.13º 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 #ACEFD1 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 239 | 209 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.06 |
| HSL | 153.13º | 0.68% | 0.81% | - |
| HSV(B) | 153.13º | 0.28% | 0.94% | - |
| XYZ | 59.39 | 75.11 | 71.69 | - |
| YUV | 215.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 239 | 209 | 0.28 | 0 | 0.13 | 0.06 | 153.13 | 0.68 | 0.81 |
| Hex | AC | EF | D1 | 1C | 0 | D | 6 | 99 | 44 | 51 |
| Octal | 254 | 357 | 321 | 34 | 0 | 15 | 6 | 231 | 104 | 121 |
| Binary | 10101100 | 11101111 | 11010001 | 11100 | 0 | 1101 | 110 | 10011001 | 1000100 | 1010001 |
Color Harmonies of #ACEFD1
Complementary color
Monochromatic Colors of #ACEFD1
Black with #ACEFD1
Text Example
Text Example
White with #ACEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEFD1; }
p { color: rgb(172,239,209); }
H1.HeaderClassName
{
color: #ACEFD1;
}
.AnyTagClassName
{
color: #ACEFD1;
}
</style>
background-color css
<style>
a { background-color: #ACEFD1; }
a { background-color: rgb(172,239,209); }
div.DivClassName
{
background-color: #ACEFD1;
}
.BgClassName
{
background-color: #ACEFD1;
}
</style>
border-color css
<style>
span { border-color: #ACEFD1; }
span { border-color: rgb(172,239,209); }
td.TdClassName
{
border-color: #ACEFD1;
}
.TagClassName
{
border-color: #ACEFD1;
}
</style>