Shades of Magic Mint #ACFFD4
Tints of Magic Mint #ACFFD4
RGB
CMYK
RGB Variations
Color information
#ACFFD4 (or 0xACFFD4) is known color: Magic Mint. HEX triplet: AC, FF and D4. RGB value is (172,255,212). Sum of RGB (Red+Green+Blue) = 172+255+212=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFD4 is #53002B. Grayscale: #E1E1E1. Windows color (decimal): -5439532 or 13959084. OLE color: 13959084.
HSL color Cylindrical-coordinate representation of color #ACFFD4: hue angle of 148.92º 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 #ACFFD4 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 255 | 212 | - |
CMYK | 0.33 | 0 | 0.17 | 0 |
HSL | 148.92º | 1% | 0.84% | - |
HSV(B) | 148.92º | 0.33% | 1% | - |
XYZ | 64.66 | 85.04 | 75.29 | - |
YUV | 225.28 | 120.5 | 90 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 255 | 212 | 0.33 | 0 | 0.17 | 0 | 148.92 | 1 | 0.84 |
Hex | AC | FF | D4 | 21 | 0 | 11 | 0 | 95 | 64 | 54 |
Octal | 254 | 377 | 324 | 41 | 0 | 21 | 0 | 225 | 144 | 124 |
Binary | 10101100 | 11111111 | 11010100 | 100001 | 0 | 10001 | 0 | 10010101 | 1100100 | 1010100 |
Color Harmonies of #ACFFD4
Complementary color
Monochromatic Colors of #ACFFD4
Black with #ACFFD4
Text Example
Text Example
White with #ACFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFD4; }
p { color: rgb(172,255,212); }
H1.HeaderClassName
{
color: #ACFFD4;
}
.AnyTagClassName
{
color: #ACFFD4;
}
</style>
background-color css
<style>
a { background-color: #ACFFD4; }
a { background-color: rgb(172,255,212); }
div.DivClassName
{
background-color: #ACFFD4;
}
.BgClassName
{
background-color: #ACFFD4;
}
</style>
border-color css
<style>
span { border-color: #ACFFD4; }
span { border-color: rgb(172,255,212); }
td.TdClassName
{
border-color: #ACFFD4;
}
.TagClassName
{
border-color: #ACFFD4;
}
</style>