Shades of Magic Mint #ACFFC5
Tints of Magic Mint #ACFFC5
RGB
CMYK
RGB Variations
Color information
#ACFFC5 (or 0xACFFC5) is known color: Magic Mint. HEX triplet: AC, FF and C5. RGB value is (172,255,197). Sum of RGB (Red+Green+Blue) = 172+255+197=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFC5 is #53003A. Grayscale: #DFDFDF. Windows color (decimal): -5439547 or 12976044. OLE color: 12976044.
HSL color Cylindrical-coordinate representation of color #ACFFC5: hue angle of 138.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFC5 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 255 | 197 | - |
CMYK | 0.33 | 0 | 0.23 | 0 |
HSL | 138.07º | 1% | 0.84% | - |
HSV(B) | 138.07º | 0.33% | 1% | - |
XYZ | 62.85 | 84.32 | 65.79 | - |
YUV | 223.57 | 113 | 91.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 255 | 197 | 0.33 | 0 | 0.23 | 0 | 138.07 | 1 | 0.84 |
Hex | AC | FF | C5 | 21 | 0 | 17 | 0 | 8A | 64 | 54 |
Octal | 254 | 377 | 305 | 41 | 0 | 27 | 0 | 212 | 144 | 124 |
Binary | 10101100 | 11111111 | 11000101 | 100001 | 0 | 10111 | 0 | 10001010 | 1100100 | 1010100 |
Color Harmonies of #ACFFC5
Complementary color
Monochromatic Colors of #ACFFC5
Black with #ACFFC5
Text Example
Text Example
White with #ACFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFC5; }
p { color: rgb(172,255,197); }
H1.HeaderClassName
{
color: #ACFFC5;
}
.AnyTagClassName
{
color: #ACFFC5;
}
</style>
background-color css
<style>
a { background-color: #ACFFC5; }
a { background-color: rgb(172,255,197); }
div.DivClassName
{
background-color: #ACFFC5;
}
.BgClassName
{
background-color: #ACFFC5;
}
</style>
border-color css
<style>
span { border-color: #ACFFC5; }
span { border-color: rgb(172,255,197); }
td.TdClassName
{
border-color: #ACFFC5;
}
.TagClassName
{
border-color: #ACFFC5;
}
</style>