Shades of Magic Mint #ACFAC5
Tints of Magic Mint #ACFAC5
RGB
CMYK
RGB Variations
Color information
#ACFAC5 (or 0xACFAC5) is known color: Magic Mint. HEX triplet: AC, FA and C5. RGB value is (172,250,197). Sum of RGB (Red+Green+Blue) = 172+250+197=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAC5 is #53053A. Grayscale: #DCDCDC. Windows color (decimal): -5440827 or 12974764. OLE color: 12974764.
HSL color Cylindrical-coordinate representation of color #ACFAC5: hue angle of 139.23º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAC5 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 250 | 197 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.02 |
| HSL | 139.23º | 0.89% | 0.83% | - |
| HSV(B) | 139.23º | 0.31% | 0.98% | - |
| XYZ | 61.28 | 81.17 | 65.26 | - |
| YUV | 220.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 250 | 197 | 0.31 | 0 | 0.21 | 0.02 | 139.23 | 0.89 | 0.83 |
| Hex | AC | FA | C5 | 1F | 0 | 15 | 2 | 8B | 59 | 53 |
| Octal | 254 | 372 | 305 | 37 | 0 | 25 | 2 | 213 | 131 | 123 |
| Binary | 10101100 | 11111010 | 11000101 | 11111 | 0 | 10101 | 10 | 10001011 | 1011001 | 1010011 |
Color Harmonies of #ACFAC5
Complementary color
Monochromatic Colors of #ACFAC5
Black with #ACFAC5
Text Example
Text Example
White with #ACFAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFAC5; }
p { color: rgb(172,250,197); }
H1.HeaderClassName
{
color: #ACFAC5;
}
.AnyTagClassName
{
color: #ACFAC5;
}
</style>
background-color css
<style>
a { background-color: #ACFAC5; }
a { background-color: rgb(172,250,197); }
div.DivClassName
{
background-color: #ACFAC5;
}
.BgClassName
{
background-color: #ACFAC5;
}
</style>
border-color css
<style>
span { border-color: #ACFAC5; }
span { border-color: rgb(172,250,197); }
td.TdClassName
{
border-color: #ACFAC5;
}
.TagClassName
{
border-color: #ACFAC5;
}
</style>