Shades of Magic Mint #ACFDC7
Tints of Magic Mint #ACFDC7
RGB
CMYK
RGB Variations
Color information
#ACFDC7 (or 0xACFDC7) is known color: Magic Mint. HEX triplet: AC, FD and C7. RGB value is (172,253,199). Sum of RGB (Red+Green+Blue) = 172+253+199=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDC7 is #530238. Grayscale: #DEDEDE. Windows color (decimal): -5440057 or 13106604. OLE color: 13106604.
HSL color Cylindrical-coordinate representation of color #ACFDC7: hue angle of 140º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDC7 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 199 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.01 |
| HSL | 140º | 0.95% | 0.83% | - |
| HSV(B) | 140º | 0.32% | 0.99% | - |
| XYZ | 62.45 | 83.14 | 66.79 | - |
| YUV | 222.63 | 114.66 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 199 | 0.32 | 0 | 0.21 | 0.01 | 140 | 0.95 | 0.83 |
| Hex | AC | FD | C7 | 20 | 0 | 15 | 1 | 8C | 5F | 53 |
| Octal | 254 | 375 | 307 | 40 | 0 | 25 | 1 | 214 | 137 | 123 |
| Binary | 10101100 | 11111101 | 11000111 | 100000 | 0 | 10101 | 1 | 10001100 | 1011111 | 1010011 |
Color Harmonies of #ACFDC7
Complementary color
Monochromatic Colors of #ACFDC7
Black with #ACFDC7
Text Example
Text Example
White with #ACFDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDC7; }
p { color: rgb(172,253,199); }
H1.HeaderClassName
{
color: #ACFDC7;
}
.AnyTagClassName
{
color: #ACFDC7;
}
</style>
background-color css
<style>
a { background-color: #ACFDC7; }
a { background-color: rgb(172,253,199); }
div.DivClassName
{
background-color: #ACFDC7;
}
.BgClassName
{
background-color: #ACFDC7;
}
</style>
border-color css
<style>
span { border-color: #ACFDC7; }
span { border-color: rgb(172,253,199); }
td.TdClassName
{
border-color: #ACFDC7;
}
.TagClassName
{
border-color: #ACFDC7;
}
</style>