Shades of Magic Mint #ACF1D1
Tints of Magic Mint #ACF1D1
RGB
CMYK
RGB Variations
Color information
#ACF1D1 (or 0xACF1D1) is known color: Magic Mint. HEX triplet: AC, F1 and D1. RGB value is (172,241,209). Sum of RGB (Red+Green+Blue) = 172+241+209=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1D1 is #530E2E. Grayscale: #D8D8D8. Windows color (decimal): -5443119 or 13758892. OLE color: 13758892.
HSL color Cylindrical-coordinate representation of color #ACF1D1: hue angle of 152.17º 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 #ACF1D1 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 209 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.05 |
| HSL | 152.17º | 0.71% | 0.81% | - |
| HSV(B) | 152.17º | 0.29% | 0.95% | - |
| XYZ | 59.98 | 76.28 | 71.88 | - |
| YUV | 216.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 209 | 0.29 | 0 | 0.13 | 0.05 | 152.17 | 0.71 | 0.81 |
| Hex | AC | F1 | D1 | 1D | 0 | D | 5 | 98 | 47 | 51 |
| Octal | 254 | 361 | 321 | 35 | 0 | 15 | 5 | 230 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11010001 | 11101 | 0 | 1101 | 101 | 10011000 | 1000111 | 1010001 |
Color Harmonies of #ACF1D1
Complementary color
Monochromatic Colors of #ACF1D1
Black with #ACF1D1
Text Example
Text Example
White with #ACF1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1D1; }
p { color: rgb(172,241,209); }
H1.HeaderClassName
{
color: #ACF1D1;
}
.AnyTagClassName
{
color: #ACF1D1;
}
</style>
background-color css
<style>
a { background-color: #ACF1D1; }
a { background-color: rgb(172,241,209); }
div.DivClassName
{
background-color: #ACF1D1;
}
.BgClassName
{
background-color: #ACF1D1;
}
</style>
border-color css
<style>
span { border-color: #ACF1D1; }
span { border-color: rgb(172,241,209); }
td.TdClassName
{
border-color: #ACF1D1;
}
.TagClassName
{
border-color: #ACF1D1;
}
</style>