Shades of Magic Mint #ACF1D0
Tints of Magic Mint #ACF1D0
RGB
CMYK
RGB Variations
Color information
#ACF1D0 (or 0xACF1D0) is known color: Magic Mint. HEX triplet: AC, F1 and D0. RGB value is (172,241,208). Sum of RGB (Red+Green+Blue) = 172+241+208=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1D0 is #530E2F. Grayscale: #D8D8D8. Windows color (decimal): -5443120 or 13693356. OLE color: 13693356.
HSL color Cylindrical-coordinate representation of color #ACF1D0: hue angle of 151.3º 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 #ACF1D0 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 208 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.05 |
| HSL | 151.3º | 0.71% | 0.81% | - |
| HSV(B) | 151.3º | 0.29% | 0.95% | - |
| XYZ | 59.85 | 76.24 | 71.23 | - |
| YUV | 216.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 208 | 0.29 | 0 | 0.14 | 0.05 | 151.3 | 0.71 | 0.81 |
| Hex | AC | F1 | D0 | 1D | 0 | E | 5 | 97 | 47 | 51 |
| Octal | 254 | 361 | 320 | 35 | 0 | 16 | 5 | 227 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11010000 | 11101 | 0 | 1110 | 101 | 10010111 | 1000111 | 1010001 |
Color Harmonies of #ACF1D0
Complementary color
Monochromatic Colors of #ACF1D0
Black with #ACF1D0
Text Example
Text Example
White with #ACF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1D0; }
p { color: rgb(172,241,208); }
H1.HeaderClassName
{
color: #ACF1D0;
}
.AnyTagClassName
{
color: #ACF1D0;
}
</style>
background-color css
<style>
a { background-color: #ACF1D0; }
a { background-color: rgb(172,241,208); }
div.DivClassName
{
background-color: #ACF1D0;
}
.BgClassName
{
background-color: #ACF1D0;
}
</style>
border-color css
<style>
span { border-color: #ACF1D0; }
span { border-color: rgb(172,241,208); }
td.TdClassName
{
border-color: #ACF1D0;
}
.TagClassName
{
border-color: #ACF1D0;
}
</style>