Shades of Magic Mint #ACF1D8
Tints of Magic Mint #ACF1D8
RGB
CMYK
RGB Variations
Color information
#ACF1D8 (or 0xACF1D8) is known color: Magic Mint. HEX triplet: AC, F1 and D8. RGB value is (172,241,216). Sum of RGB (Red+Green+Blue) = 172+241+216=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1D8 is #530E27. Grayscale: #D9D9D9. Windows color (decimal): -5443112 or 14217644. OLE color: 14217644.
HSL color Cylindrical-coordinate representation of color #ACF1D8: hue angle of 158.26º 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 #ACF1D8 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 216 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.05 |
| HSL | 158.26º | 0.71% | 0.81% | - |
| HSV(B) | 158.26º | 0.29% | 0.95% | - |
| XYZ | 60.86 | 76.64 | 76.55 | - |
| YUV | 217.52 | 127.14 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 216 | 0.29 | 0 | 0.10 | 0.05 | 158.26 | 0.71 | 0.81 |
| Hex | AC | F1 | D8 | 1D | 0 | A | 5 | 9E | 47 | 51 |
| Octal | 254 | 361 | 330 | 35 | 0 | 12 | 5 | 236 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11011000 | 11101 | 0 | 1010 | 101 | 10011110 | 1000111 | 1010001 |
Color Harmonies of #ACF1D8
Complementary color
Monochromatic Colors of #ACF1D8
Black with #ACF1D8
Text Example
Text Example
White with #ACF1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1D8; }
p { color: rgb(172,241,216); }
H1.HeaderClassName
{
color: #ACF1D8;
}
.AnyTagClassName
{
color: #ACF1D8;
}
</style>
background-color css
<style>
a { background-color: #ACF1D8; }
a { background-color: rgb(172,241,216); }
div.DivClassName
{
background-color: #ACF1D8;
}
.BgClassName
{
background-color: #ACF1D8;
}
</style>
border-color css
<style>
span { border-color: #ACF1D8; }
span { border-color: rgb(172,241,216); }
td.TdClassName
{
border-color: #ACF1D8;
}
.TagClassName
{
border-color: #ACF1D8;
}
</style>