Shades of Magic Mint #ACFFD2
Tints of Magic Mint #ACFFD2
RGB
CMYK
RGB Variations
Color information
#ACFFD2 (or 0xACFFD2) is known color: Magic Mint. HEX triplet: AC, FF and D2. RGB value is (172,255,210). Sum of RGB (Red+Green+Blue) = 172+255+210=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFD2 is #53002D. Grayscale: #E1E1E1. Windows color (decimal): -5439534 or 13828012. OLE color: 13828012.
HSL color Cylindrical-coordinate representation of color #ACFFD2: hue angle of 147.47º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFD2 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 210 | - |
| CMYK | 0.33 | 0 | 0.18 | 0 |
| HSL | 147.47º | 1% | 0.84% | - |
| HSV(B) | 147.47º | 0.33% | 1% | - |
| XYZ | 64.41 | 84.94 | 73.97 | - |
| YUV | 225.05 | 119.5 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 210 | 0.33 | 0 | 0.18 | 0 | 147.47 | 1 | 0.84 |
| Hex | AC | FF | D2 | 21 | 0 | 12 | 0 | 93 | 64 | 54 |
| Octal | 254 | 377 | 322 | 41 | 0 | 22 | 0 | 223 | 144 | 124 |
| Binary | 10101100 | 11111111 | 11010010 | 100001 | 0 | 10010 | 0 | 10010011 | 1100100 | 1010100 |
Color Harmonies of #ACFFD2
Complementary color
Monochromatic Colors of #ACFFD2
Black with #ACFFD2
Text Example
Text Example
White with #ACFFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFD2; }
p { color: rgb(172,255,210); }
H1.HeaderClassName
{
color: #ACFFD2;
}
.AnyTagClassName
{
color: #ACFFD2;
}
</style>
background-color css
<style>
a { background-color: #ACFFD2; }
a { background-color: rgb(172,255,210); }
div.DivClassName
{
background-color: #ACFFD2;
}
.BgClassName
{
background-color: #ACFFD2;
}
</style>
border-color css
<style>
span { border-color: #ACFFD2; }
span { border-color: rgb(172,255,210); }
td.TdClassName
{
border-color: #ACFFD2;
}
.TagClassName
{
border-color: #ACFFD2;
}
</style>