Shades of Magic Mint #ACFDC5
Tints of Magic Mint #ACFDC5
RGB
CMYK
RGB Variations
Color information
#ACFDC5 (or 0xACFDC5) is known color: Magic Mint. HEX triplet: AC, FD and C5. RGB value is (172,253,197). Sum of RGB (Red+Green+Blue) = 172+253+197=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDC5 is #53023A. Grayscale: #DEDEDE. Windows color (decimal): -5440059 or 12975532. OLE color: 12975532.
HSL color Cylindrical-coordinate representation of color #ACFDC5: hue angle of 138.52º 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 #ACFDC5 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 197 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.01 |
| HSL | 138.52º | 0.95% | 0.83% | - |
| HSV(B) | 138.52º | 0.32% | 0.99% | - |
| XYZ | 62.22 | 83.05 | 65.57 | - |
| YUV | 222.4 | 113.66 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 197 | 0.32 | 0 | 0.22 | 0.01 | 138.52 | 0.95 | 0.83 |
| Hex | AC | FD | C5 | 20 | 0 | 16 | 1 | 8B | 5F | 53 |
| Octal | 254 | 375 | 305 | 40 | 0 | 26 | 1 | 213 | 137 | 123 |
| Binary | 10101100 | 11111101 | 11000101 | 100000 | 0 | 10110 | 1 | 10001011 | 1011111 | 1010011 |
Color Harmonies of #ACFDC5
Complementary color
Monochromatic Colors of #ACFDC5
Black with #ACFDC5
Text Example
Text Example
White with #ACFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDC5; }
p { color: rgb(172,253,197); }
H1.HeaderClassName
{
color: #ACFDC5;
}
.AnyTagClassName
{
color: #ACFDC5;
}
</style>
background-color css
<style>
a { background-color: #ACFDC5; }
a { background-color: rgb(172,253,197); }
div.DivClassName
{
background-color: #ACFDC5;
}
.BgClassName
{
background-color: #ACFDC5;
}
</style>
border-color css
<style>
span { border-color: #ACFDC5; }
span { border-color: rgb(172,253,197); }
td.TdClassName
{
border-color: #ACFDC5;
}
.TagClassName
{
border-color: #ACFDC5;
}
</style>