Shades of Magic Mint #ACFCC3
Tints of Magic Mint #ACFCC3
RGB
CMYK
RGB Variations
Color information
#ACFCC3 (or 0xACFCC3) is known color: Magic Mint. HEX triplet: AC, FC and C3. RGB value is (172,252,195). Sum of RGB (Red+Green+Blue) = 172+252+195=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCC3 is #53033C. Grayscale: #DDDDDD. Windows color (decimal): -5440317 or 12844204. OLE color: 12844204.
HSL color Cylindrical-coordinate representation of color #ACFCC3: hue angle of 137.25º 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 #ACFCC3 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 195 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.01 |
| HSL | 137.25º | 0.93% | 0.83% | - |
| HSV(B) | 137.25º | 0.32% | 0.99% | - |
| XYZ | 61.67 | 82.33 | 64.27 | - |
| YUV | 221.58 | 113 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 195 | 0.32 | 0 | 0.23 | 0.01 | 137.25 | 0.93 | 0.83 |
| Hex | AC | FC | C3 | 20 | 0 | 17 | 1 | 89 | 5D | 53 |
| Octal | 254 | 374 | 303 | 40 | 0 | 27 | 1 | 211 | 135 | 123 |
| Binary | 10101100 | 11111100 | 11000011 | 100000 | 0 | 10111 | 1 | 10001001 | 1011101 | 1010011 |
Color Harmonies of #ACFCC3
Complementary color
Monochromatic Colors of #ACFCC3
Black with #ACFCC3
Text Example
Text Example
White with #ACFCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCC3; }
p { color: rgb(172,252,195); }
H1.HeaderClassName
{
color: #ACFCC3;
}
.AnyTagClassName
{
color: #ACFCC3;
}
</style>
background-color css
<style>
a { background-color: #ACFCC3; }
a { background-color: rgb(172,252,195); }
div.DivClassName
{
background-color: #ACFCC3;
}
.BgClassName
{
background-color: #ACFCC3;
}
</style>
border-color css
<style>
span { border-color: #ACFCC3; }
span { border-color: rgb(172,252,195); }
td.TdClassName
{
border-color: #ACFCC3;
}
.TagClassName
{
border-color: #ACFCC3;
}
</style>