Shades of Magic Mint #ACEFD2
Tints of Magic Mint #ACEFD2
RGB
CMYK
RGB Variations
Color information
#ACEFD2 (or 0xACEFD2) is known color: Magic Mint. HEX triplet: AC, EF and D2. RGB value is (172,239,210). Sum of RGB (Red+Green+Blue) = 172+239+210=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFD2 is #53102D. Grayscale: #D7D7D7. Windows color (decimal): -5443630 or 13823916. OLE color: 13823916.
HSL color Cylindrical-coordinate representation of color #ACEFD2: hue angle of 154.03º 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 #ACEFD2 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 239 | 210 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.06 |
| HSL | 154.03º | 0.68% | 0.81% | - |
| HSV(B) | 154.03º | 0.28% | 0.94% | - |
| XYZ | 59.51 | 75.16 | 72.34 | - |
| YUV | 215.66 | 124.8 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 239 | 210 | 0.28 | 0 | 0.12 | 0.06 | 154.03 | 0.68 | 0.81 |
| Hex | AC | EF | D2 | 1C | 0 | C | 6 | 9A | 44 | 51 |
| Octal | 254 | 357 | 322 | 34 | 0 | 14 | 6 | 232 | 104 | 121 |
| Binary | 10101100 | 11101111 | 11010010 | 11100 | 0 | 1100 | 110 | 10011010 | 1000100 | 1010001 |
Color Harmonies of #ACEFD2
Complementary color
Monochromatic Colors of #ACEFD2
Black with #ACEFD2
Text Example
Text Example
White with #ACEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEFD2; }
p { color: rgb(172,239,210); }
H1.HeaderClassName
{
color: #ACEFD2;
}
.AnyTagClassName
{
color: #ACEFD2;
}
</style>
background-color css
<style>
a { background-color: #ACEFD2; }
a { background-color: rgb(172,239,210); }
div.DivClassName
{
background-color: #ACEFD2;
}
.BgClassName
{
background-color: #ACEFD2;
}
</style>
border-color css
<style>
span { border-color: #ACEFD2; }
span { border-color: rgb(172,239,210); }
td.TdClassName
{
border-color: #ACEFD2;
}
.TagClassName
{
border-color: #ACEFD2;
}
</style>