Shades of Magic Mint #ACFEDD
Tints of Magic Mint #ACFEDD
RGB
CMYK
RGB Variations
Color information
#ACFEDD (or 0xACFEDD) is known color: Magic Mint. HEX triplet: AC, FE and DD. RGB value is (172,254,221). Sum of RGB (Red+Green+Blue) = 172+254+221=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEDD is #530122. Grayscale: #E1E1E1. Windows color (decimal): -5439779 or 14548652. OLE color: 14548652.
HSL color Cylindrical-coordinate representation of color #ACFEDD: hue angle of 155.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFEDD is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 221 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.00 |
| HSL | 155.85º | 0.98% | 0.84% | - |
| HSV(B) | 155.85º | 0.32% | 1% | - |
| XYZ | 65.51 | 84.87 | 81.34 | - |
| YUV | 225.72 | 125.33 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 221 | 0.32 | 0 | 0.13 | 0.00 | 155.85 | 0.98 | 0.84 |
| Hex | AC | FE | DD | 20 | 0 | D | 0 | 9C | 62 | 54 |
| Octal | 254 | 376 | 335 | 40 | 0 | 15 | 0 | 234 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11011101 | 100000 | 0 | 1101 | 0 | 10011100 | 1100010 | 1010100 |
Color Harmonies of #ACFEDD
Complementary color
Monochromatic Colors of #ACFEDD
Black with #ACFEDD
Text Example
Text Example
White with #ACFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEDD; }
p { color: rgb(172,254,221); }
H1.HeaderClassName
{
color: #ACFEDD;
}
.AnyTagClassName
{
color: #ACFEDD;
}
</style>
background-color css
<style>
a { background-color: #ACFEDD; }
a { background-color: rgb(172,254,221); }
div.DivClassName
{
background-color: #ACFEDD;
}
.BgClassName
{
background-color: #ACFEDD;
}
</style>
border-color css
<style>
span { border-color: #ACFEDD; }
span { border-color: rgb(172,254,221); }
td.TdClassName
{
border-color: #ACFEDD;
}
.TagClassName
{
border-color: #ACFEDD;
}
</style>