Shades of Magic Mint #ACFCC5
Tints of Magic Mint #ACFCC5
RGB
CMYK
RGB Variations
Color information
#ACFCC5 (or 0xACFCC5) is known color: Magic Mint. HEX triplet: AC, FC and C5. RGB value is (172,252,197). Sum of RGB (Red+Green+Blue) = 172+252+197=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCC5 is #53033A. Grayscale: #DDDDDD. Windows color (decimal): -5440315 or 12975276. OLE color: 12975276.
HSL color Cylindrical-coordinate representation of color #ACFCC5: hue angle of 138.75º degrees, saturation: 0.93, 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 #ACFCC5 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 197 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.01 |
| HSL | 138.75º | 0.93% | 0.83% | - |
| HSV(B) | 138.75º | 0.32% | 0.99% | - |
| XYZ | 61.9 | 82.42 | 65.47 | - |
| YUV | 221.81 | 114 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 197 | 0.32 | 0 | 0.22 | 0.01 | 138.75 | 0.93 | 0.83 |
| Hex | AC | FC | C5 | 20 | 0 | 16 | 1 | 8B | 5D | 53 |
| Octal | 254 | 374 | 305 | 40 | 0 | 26 | 1 | 213 | 135 | 123 |
| Binary | 10101100 | 11111100 | 11000101 | 100000 | 0 | 10110 | 1 | 10001011 | 1011101 | 1010011 |
Color Harmonies of #ACFCC5
Complementary color
Monochromatic Colors of #ACFCC5
Black with #ACFCC5
Text Example
Text Example
White with #ACFCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCC5; }
p { color: rgb(172,252,197); }
H1.HeaderClassName
{
color: #ACFCC5;
}
.AnyTagClassName
{
color: #ACFCC5;
}
</style>
background-color css
<style>
a { background-color: #ACFCC5; }
a { background-color: rgb(172,252,197); }
div.DivClassName
{
background-color: #ACFCC5;
}
.BgClassName
{
background-color: #ACFCC5;
}
</style>
border-color css
<style>
span { border-color: #ACFCC5; }
span { border-color: rgb(172,252,197); }
td.TdClassName
{
border-color: #ACFCC5;
}
.TagClassName
{
border-color: #ACFCC5;
}
</style>