Shades of Magic Mint #ACF3C5
Tints of Magic Mint #ACF3C5
RGB
CMYK
RGB Variations
Color information
#ACF3C5 (or 0xACF3C5) is known color: Magic Mint. HEX triplet: AC, F3 and C5. RGB value is (172,243,197). Sum of RGB (Red+Green+Blue) = 172+243+197=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 243 (95.31% from 255 or 39.71% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3C5 is #530C3A. Grayscale: #D8D8D8. Windows color (decimal): -5442619 or 12972972. OLE color: 12972972.
HSL color Cylindrical-coordinate representation of color #ACF3C5: hue angle of 141.13º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF3C5 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 197 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.05 |
| HSL | 141.13º | 0.75% | 0.81% | - |
| HSV(B) | 141.13º | 0.29% | 0.95% | - |
| XYZ | 59.14 | 76.9 | 64.55 | - |
| YUV | 216.53 | 116.98 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 197 | 0.29 | 0 | 0.19 | 0.05 | 141.13 | 0.75 | 0.81 |
| Hex | AC | F3 | C5 | 1D | 0 | 13 | 5 | 8D | 4B | 51 |
| Octal | 254 | 363 | 305 | 35 | 0 | 23 | 5 | 215 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11000101 | 11101 | 0 | 10011 | 101 | 10001101 | 1001011 | 1010001 |
Color Harmonies of #ACF3C5
Complementary color
Monochromatic Colors of #ACF3C5
Black with #ACF3C5
Text Example
Text Example
White with #ACF3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3C5; }
p { color: rgb(172,243,197); }
H1.HeaderClassName
{
color: #ACF3C5;
}
.AnyTagClassName
{
color: #ACF3C5;
}
</style>
background-color css
<style>
a { background-color: #ACF3C5; }
a { background-color: rgb(172,243,197); }
div.DivClassName
{
background-color: #ACF3C5;
}
.BgClassName
{
background-color: #ACF3C5;
}
</style>
border-color css
<style>
span { border-color: #ACF3C5; }
span { border-color: rgb(172,243,197); }
td.TdClassName
{
border-color: #ACF3C5;
}
.TagClassName
{
border-color: #ACF3C5;
}
</style>