Shades of Magic Mint #ACFFCF
Tints of Magic Mint #ACFFCF
RGB
CMYK
RGB Variations
Color information
#ACFFCF (or 0xACFFCF) is known color: Magic Mint. HEX triplet: AC, FF and CF. RGB value is (172,255,207). Sum of RGB (Red+Green+Blue) = 172+255+207=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFCF is #530030. Grayscale: #E0E0E0. Windows color (decimal): -5439537 or 13631404. OLE color: 13631404.
HSL color Cylindrical-coordinate representation of color #ACFFCF: hue angle of 145.3º 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 #ACFFCF is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 207 | - |
| CMYK | 0.33 | 0 | 0.19 | 0 |
| HSL | 145.3º | 1% | 0.84% | - |
| HSV(B) | 145.3º | 0.33% | 1% | - |
| XYZ | 64.04 | 84.8 | 72.02 | - |
| YUV | 224.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 207 | 0.33 | 0 | 0.19 | 0 | 145.3 | 1 | 0.84 |
| Hex | AC | FF | CF | 21 | 0 | 13 | 0 | 91 | 64 | 54 |
| Octal | 254 | 377 | 317 | 41 | 0 | 23 | 0 | 221 | 144 | 124 |
| Binary | 10101100 | 11111111 | 11001111 | 100001 | 0 | 10011 | 0 | 10010001 | 1100100 | 1010100 |
Color Harmonies of #ACFFCF
Complementary color
Monochromatic Colors of #ACFFCF
Black with #ACFFCF
Text Example
Text Example
White with #ACFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFCF; }
p { color: rgb(172,255,207); }
H1.HeaderClassName
{
color: #ACFFCF;
}
.AnyTagClassName
{
color: #ACFFCF;
}
</style>
background-color css
<style>
a { background-color: #ACFFCF; }
a { background-color: rgb(172,255,207); }
div.DivClassName
{
background-color: #ACFFCF;
}
.BgClassName
{
background-color: #ACFFCF;
}
</style>
border-color css
<style>
span { border-color: #ACFFCF; }
span { border-color: rgb(172,255,207); }
td.TdClassName
{
border-color: #ACFFCF;
}
.TagClassName
{
border-color: #ACFFCF;
}
</style>