Shades of Magic Mint #ACF1D4
Tints of Magic Mint #ACF1D4
RGB
CMYK
RGB Variations
Color information
#ACF1D4 (or 0xACF1D4) is known color: Magic Mint. HEX triplet: AC, F1 and D4. RGB value is (172,241,212). Sum of RGB (Red+Green+Blue) = 172+241+212=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1D4 is #530E2B. Grayscale: #D9D9D9. Windows color (decimal): -5443116 or 13955500. OLE color: 13955500.
HSL color Cylindrical-coordinate representation of color #ACF1D4: hue angle of 154.78º 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 #ACF1D4 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 212 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.05 |
| HSL | 154.78º | 0.71% | 0.81% | - |
| HSV(B) | 154.78º | 0.29% | 0.95% | - |
| XYZ | 60.35 | 76.43 | 73.86 | - |
| YUV | 217.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 212 | 0.29 | 0 | 0.12 | 0.05 | 154.78 | 0.71 | 0.81 |
| Hex | AC | F1 | D4 | 1D | 0 | C | 5 | 9B | 47 | 51 |
| Octal | 254 | 361 | 324 | 35 | 0 | 14 | 5 | 233 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11010100 | 11101 | 0 | 1100 | 101 | 10011011 | 1000111 | 1010001 |
Color Harmonies of #ACF1D4
Complementary color
Monochromatic Colors of #ACF1D4
Black with #ACF1D4
Text Example
Text Example
White with #ACF1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1D4; }
p { color: rgb(172,241,212); }
H1.HeaderClassName
{
color: #ACF1D4;
}
.AnyTagClassName
{
color: #ACF1D4;
}
</style>
background-color css
<style>
a { background-color: #ACF1D4; }
a { background-color: rgb(172,241,212); }
div.DivClassName
{
background-color: #ACF1D4;
}
.BgClassName
{
background-color: #ACF1D4;
}
</style>
border-color css
<style>
span { border-color: #ACF1D4; }
span { border-color: rgb(172,241,212); }
td.TdClassName
{
border-color: #ACF1D4;
}
.TagClassName
{
border-color: #ACF1D4;
}
</style>