Shades of Magic Mint #ACFEC3
Tints of Magic Mint #ACFEC3
RGB
CMYK
RGB Variations
Color information
#ACFEC3 (or 0xACFEC3) is known color: Magic Mint. HEX triplet: AC, FE and C3. RGB value is (172,254,195). Sum of RGB (Red+Green+Blue) = 172+254+195=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEC3 is #53013C. Grayscale: #DEDEDE. Windows color (decimal): -5439805 or 12844716. OLE color: 12844716.
HSL color Cylindrical-coordinate representation of color #ACFEC3: hue angle of 136.83º 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 #ACFEC3 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 195 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.00 |
| HSL | 136.83º | 0.98% | 0.84% | - |
| HSV(B) | 136.83º | 0.32% | 1% | - |
| XYZ | 62.31 | 83.59 | 64.48 | - |
| YUV | 222.76 | 112.33 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 195 | 0.32 | 0 | 0.23 | 0.00 | 136.83 | 0.98 | 0.84 |
| Hex | AC | FE | C3 | 20 | 0 | 17 | 0 | 89 | 62 | 54 |
| Octal | 254 | 376 | 303 | 40 | 0 | 27 | 0 | 211 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11000011 | 100000 | 0 | 10111 | 0 | 10001001 | 1100010 | 1010100 |
Color Harmonies of #ACFEC3
Complementary color
Monochromatic Colors of #ACFEC3
Black with #ACFEC3
Text Example
Text Example
White with #ACFEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEC3; }
p { color: rgb(172,254,195); }
H1.HeaderClassName
{
color: #ACFEC3;
}
.AnyTagClassName
{
color: #ACFEC3;
}
</style>
background-color css
<style>
a { background-color: #ACFEC3; }
a { background-color: rgb(172,254,195); }
div.DivClassName
{
background-color: #ACFEC3;
}
.BgClassName
{
background-color: #ACFEC3;
}
</style>
border-color css
<style>
span { border-color: #ACFEC3; }
span { border-color: rgb(172,254,195); }
td.TdClassName
{
border-color: #ACFEC3;
}
.TagClassName
{
border-color: #ACFEC3;
}
</style>