Shades of Magic Mint #ACFEC6
Tints of Magic Mint #ACFEC6
RGB
CMYK
RGB Variations
Color information
#ACFEC6 (or 0xACFEC6) is known color: Magic Mint. HEX triplet: AC, FE and C6. RGB value is (172,254,198). Sum of RGB (Red+Green+Blue) = 172+254+198=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEC6 is #530139. Grayscale: #DFDFDF. Windows color (decimal): -5439802 or 13041324. OLE color: 13041324.
HSL color Cylindrical-coordinate representation of color #ACFEC6: hue angle of 139.02º 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 #ACFEC6 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 198 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.00 |
| HSL | 139.02º | 0.98% | 0.84% | - |
| HSV(B) | 139.02º | 0.32% | 1% | - |
| XYZ | 62.65 | 83.73 | 66.29 | - |
| YUV | 223.1 | 113.83 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 198 | 0.32 | 0 | 0.22 | 0.00 | 139.02 | 0.98 | 0.84 |
| Hex | AC | FE | C6 | 20 | 0 | 16 | 0 | 8B | 62 | 54 |
| Octal | 254 | 376 | 306 | 40 | 0 | 26 | 0 | 213 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11000110 | 100000 | 0 | 10110 | 0 | 10001011 | 1100010 | 1010100 |
Color Harmonies of #ACFEC6
Complementary color
Monochromatic Colors of #ACFEC6
Black with #ACFEC6
Text Example
Text Example
White with #ACFEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEC6; }
p { color: rgb(172,254,198); }
H1.HeaderClassName
{
color: #ACFEC6;
}
.AnyTagClassName
{
color: #ACFEC6;
}
</style>
background-color css
<style>
a { background-color: #ACFEC6; }
a { background-color: rgb(172,254,198); }
div.DivClassName
{
background-color: #ACFEC6;
}
.BgClassName
{
background-color: #ACFEC6;
}
</style>
border-color css
<style>
span { border-color: #ACFEC6; }
span { border-color: rgb(172,254,198); }
td.TdClassName
{
border-color: #ACFEC6;
}
.TagClassName
{
border-color: #ACFEC6;
}
</style>