Shades of Magic Mint #ACF1C3
Tints of Magic Mint #ACF1C3
RGB
CMYK
RGB Variations
Color information
#ACF1C3 (or 0xACF1C3) is known color: Magic Mint. HEX triplet: AC, F1 and C3. RGB value is (172,241,195). Sum of RGB (Red+Green+Blue) = 172+241+195=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1C3 is #530E3C. Grayscale: #D7D7D7. Windows color (decimal): -5443133 or 12841388. OLE color: 12841388.
HSL color Cylindrical-coordinate representation of color #ACF1C3: hue angle of 140º degrees, saturation: 0.71, 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 #ACF1C3 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 195 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.05 |
| HSL | 140º | 0.71% | 0.81% | - |
| HSV(B) | 140º | 0.29% | 0.95% | - |
| XYZ | 58.32 | 75.62 | 63.15 | - |
| YUV | 215.13 | 116.64 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 195 | 0.29 | 0 | 0.19 | 0.05 | 140 | 0.71 | 0.81 |
| Hex | AC | F1 | C3 | 1D | 0 | 13 | 5 | 8C | 47 | 51 |
| Octal | 254 | 361 | 303 | 35 | 0 | 23 | 5 | 214 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11000011 | 11101 | 0 | 10011 | 101 | 10001100 | 1000111 | 1010001 |
Color Harmonies of #ACF1C3
Complementary color
Monochromatic Colors of #ACF1C3
Black with #ACF1C3
Text Example
Text Example
White with #ACF1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1C3; }
p { color: rgb(172,241,195); }
H1.HeaderClassName
{
color: #ACF1C3;
}
.AnyTagClassName
{
color: #ACF1C3;
}
</style>
background-color css
<style>
a { background-color: #ACF1C3; }
a { background-color: rgb(172,241,195); }
div.DivClassName
{
background-color: #ACF1C3;
}
.BgClassName
{
background-color: #ACF1C3;
}
</style>
border-color css
<style>
span { border-color: #ACF1C3; }
span { border-color: rgb(172,241,195); }
td.TdClassName
{
border-color: #ACF1C3;
}
.TagClassName
{
border-color: #ACF1C3;
}
</style>