Shades of Magic Mint #ACFEC2
Tints of Magic Mint #ACFEC2
RGB
CMYK
RGB Variations
Color information
#ACFEC2 (or 0xACFEC2) is known color: Magic Mint. HEX triplet: AC, FE and C2. RGB value is (172,254,194). Sum of RGB (Red+Green+Blue) = 172+254+194=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEC2 is #53013D. Grayscale: #DEDEDE. Windows color (decimal): -5439806 or 12779180. OLE color: 12779180.
HSL color Cylindrical-coordinate representation of color #ACFEC2: hue angle of 136.1º 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 #ACFEC2 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 194 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.00 |
| HSL | 136.1º | 0.98% | 0.84% | - |
| HSV(B) | 136.1º | 0.32% | 1% | - |
| XYZ | 62.19 | 83.55 | 63.89 | - |
| YUV | 222.64 | 111.83 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 194 | 0.32 | 0 | 0.24 | 0.00 | 136.1 | 0.98 | 0.84 |
| Hex | AC | FE | C2 | 20 | 0 | 18 | 0 | 88 | 62 | 54 |
| Octal | 254 | 376 | 302 | 40 | 0 | 30 | 0 | 210 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11000010 | 100000 | 0 | 11000 | 0 | 10001000 | 1100010 | 1010100 |
Color Harmonies of #ACFEC2
Complementary color
Monochromatic Colors of #ACFEC2
Black with #ACFEC2
Text Example
Text Example
White with #ACFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEC2; }
p { color: rgb(172,254,194); }
H1.HeaderClassName
{
color: #ACFEC2;
}
.AnyTagClassName
{
color: #ACFEC2;
}
</style>
background-color css
<style>
a { background-color: #ACFEC2; }
a { background-color: rgb(172,254,194); }
div.DivClassName
{
background-color: #ACFEC2;
}
.BgClassName
{
background-color: #ACFEC2;
}
</style>
border-color css
<style>
span { border-color: #ACFEC2; }
span { border-color: rgb(172,254,194); }
td.TdClassName
{
border-color: #ACFEC2;
}
.TagClassName
{
border-color: #ACFEC2;
}
</style>