Shades of Magic Mint #ACF1DA
Tints of Magic Mint #ACF1DA
RGB
CMYK
RGB Variations
Color information
#ACF1DA (or 0xACF1DA) is known color: Magic Mint. HEX triplet: AC, F1 and DA. RGB value is (172,241,218). Sum of RGB (Red+Green+Blue) = 172+241+218=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1DA is #530E25. Grayscale: #D9D9D9. Windows color (decimal): -5443110 or 14348716. OLE color: 14348716.
HSL color Cylindrical-coordinate representation of color #ACF1DA: hue angle of 160º 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 #ACF1DA is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 218 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.05 |
| HSL | 160º | 0.71% | 0.81% | - |
| HSV(B) | 160º | 0.29% | 0.95% | - |
| XYZ | 61.12 | 76.74 | 77.92 | - |
| YUV | 217.75 | 128.14 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 218 | 0.29 | 0 | 0.10 | 0.05 | 160 | 0.71 | 0.81 |
| Hex | AC | F1 | DA | 1D | 0 | A | 5 | A0 | 47 | 51 |
| Octal | 254 | 361 | 332 | 35 | 0 | 12 | 5 | 240 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11011010 | 11101 | 0 | 1010 | 101 | 10100000 | 1000111 | 1010001 |
Color Harmonies of #ACF1DA
Complementary color
Monochromatic Colors of #ACF1DA
Black with #ACF1DA
Text Example
Text Example
White with #ACF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1DA; }
p { color: rgb(172,241,218); }
H1.HeaderClassName
{
color: #ACF1DA;
}
.AnyTagClassName
{
color: #ACF1DA;
}
</style>
background-color css
<style>
a { background-color: #ACF1DA; }
a { background-color: rgb(172,241,218); }
div.DivClassName
{
background-color: #ACF1DA;
}
.BgClassName
{
background-color: #ACF1DA;
}
</style>
border-color css
<style>
span { border-color: #ACF1DA; }
span { border-color: rgb(172,241,218); }
td.TdClassName
{
border-color: #ACF1DA;
}
.TagClassName
{
border-color: #ACF1DA;
}
</style>