Shades of Magic Mint #ACFECD
Tints of Magic Mint #ACFECD
RGB
CMYK
RGB Variations
Color information
#ACFECD (or 0xACFECD) is known color: Magic Mint. HEX triplet: AC, FE and CD. RGB value is (172,254,205). Sum of RGB (Red+Green+Blue) = 172+254+205=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFECD is #530132. Grayscale: #E0E0E0. Windows color (decimal): -5439795 or 13500076. OLE color: 13500076.
HSL color Cylindrical-coordinate representation of color #ACFECD: hue angle of 144.15º 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 #ACFECD is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 205 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.00 |
| HSL | 144.15º | 0.98% | 0.84% | - |
| HSV(B) | 144.15º | 0.32% | 1% | - |
| XYZ | 63.47 | 84.06 | 70.64 | - |
| YUV | 223.9 | 117.33 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 205 | 0.32 | 0 | 0.19 | 0.00 | 144.15 | 0.98 | 0.84 |
| Hex | AC | FE | CD | 20 | 0 | 13 | 0 | 90 | 62 | 54 |
| Octal | 254 | 376 | 315 | 40 | 0 | 23 | 0 | 220 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11001101 | 100000 | 0 | 10011 | 0 | 10010000 | 1100010 | 1010100 |
Color Harmonies of #ACFECD
Complementary color
Monochromatic Colors of #ACFECD
Black with #ACFECD
Text Example
Text Example
White with #ACFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFECD; }
p { color: rgb(172,254,205); }
H1.HeaderClassName
{
color: #ACFECD;
}
.AnyTagClassName
{
color: #ACFECD;
}
</style>
background-color css
<style>
a { background-color: #ACFECD; }
a { background-color: rgb(172,254,205); }
div.DivClassName
{
background-color: #ACFECD;
}
.BgClassName
{
background-color: #ACFECD;
}
</style>
border-color css
<style>
span { border-color: #ACFECD; }
span { border-color: rgb(172,254,205); }
td.TdClassName
{
border-color: #ACFECD;
}
.TagClassName
{
border-color: #ACFECD;
}
</style>