Shades of Magic Mint #ACFED3
Tints of Magic Mint #ACFED3
RGB
CMYK
RGB Variations
Color information
#ACFED3 (or 0xACFED3) is known color: Magic Mint. HEX triplet: AC, FE and D3. RGB value is (172,254,211). Sum of RGB (Red+Green+Blue) = 172+254+211=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFED3 is #53012C. Grayscale: #E0E0E0. Windows color (decimal): -5439789 or 13893292. OLE color: 13893292.
HSL color Cylindrical-coordinate representation of color #ACFED3: hue angle of 148.54º 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 #ACFED3 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 211 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.00 |
| HSL | 148.54º | 0.98% | 0.84% | - |
| HSV(B) | 148.54º | 0.32% | 1% | - |
| XYZ | 64.21 | 84.36 | 74.53 | - |
| YUV | 224.58 | 120.33 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 211 | 0.32 | 0 | 0.17 | 0.00 | 148.54 | 0.98 | 0.84 |
| Hex | AC | FE | D3 | 20 | 0 | 11 | 0 | 95 | 62 | 54 |
| Octal | 254 | 376 | 323 | 40 | 0 | 21 | 0 | 225 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11010011 | 100000 | 0 | 10001 | 0 | 10010101 | 1100010 | 1010100 |
Color Harmonies of #ACFED3
Complementary color
Monochromatic Colors of #ACFED3
Black with #ACFED3
Text Example
Text Example
White with #ACFED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFED3; }
p { color: rgb(172,254,211); }
H1.HeaderClassName
{
color: #ACFED3;
}
.AnyTagClassName
{
color: #ACFED3;
}
</style>
background-color css
<style>
a { background-color: #ACFED3; }
a { background-color: rgb(172,254,211); }
div.DivClassName
{
background-color: #ACFED3;
}
.BgClassName
{
background-color: #ACFED3;
}
</style>
border-color css
<style>
span { border-color: #ACFED3; }
span { border-color: rgb(172,254,211); }
td.TdClassName
{
border-color: #ACFED3;
}
.TagClassName
{
border-color: #ACFED3;
}
</style>