Shades of Magic Mint #ACFEDA
Tints of Magic Mint #ACFEDA
RGB
CMYK
RGB Variations
Color information
#ACFEDA (or 0xACFEDA) is known color: Magic Mint. HEX triplet: AC, FE and DA. RGB value is (172,254,218). Sum of RGB (Red+Green+Blue) = 172+254+218=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEDA is #530125. Grayscale: #E1E1E1. Windows color (decimal): -5439782 or 14352044. OLE color: 14352044.
HSL color Cylindrical-coordinate representation of color #ACFEDA: hue angle of 153.66º 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 #ACFEDA is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 218 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.00 |
| HSL | 153.66º | 0.98% | 0.84% | - |
| HSV(B) | 153.66º | 0.32% | 1% | - |
| XYZ | 65.11 | 84.72 | 79.25 | - |
| YUV | 225.38 | 123.83 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 218 | 0.32 | 0 | 0.14 | 0.00 | 153.66 | 0.98 | 0.84 |
| Hex | AC | FE | DA | 20 | 0 | E | 0 | 9A | 62 | 54 |
| Octal | 254 | 376 | 332 | 40 | 0 | 16 | 0 | 232 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11011010 | 100000 | 0 | 1110 | 0 | 10011010 | 1100010 | 1010100 |
Color Harmonies of #ACFEDA
Complementary color
Monochromatic Colors of #ACFEDA
Black with #ACFEDA
Text Example
Text Example
White with #ACFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEDA; }
p { color: rgb(172,254,218); }
H1.HeaderClassName
{
color: #ACFEDA;
}
.AnyTagClassName
{
color: #ACFEDA;
}
</style>
background-color css
<style>
a { background-color: #ACFEDA; }
a { background-color: rgb(172,254,218); }
div.DivClassName
{
background-color: #ACFEDA;
}
.BgClassName
{
background-color: #ACFEDA;
}
</style>
border-color css
<style>
span { border-color: #ACFEDA; }
span { border-color: rgb(172,254,218); }
td.TdClassName
{
border-color: #ACFEDA;
}
.TagClassName
{
border-color: #ACFEDA;
}
</style>