Shades of Magic Mint #ACFFD6
Tints of Magic Mint #ACFFD6
RGB
CMYK
RGB Variations
Color information
#ACFFD6 (or 0xACFFD6) is known color: Magic Mint. HEX triplet: AC, FF and D6. RGB value is (172,255,214). Sum of RGB (Red+Green+Blue) = 172+255+214=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFD6 is #530029. Grayscale: #E1E1E1. Windows color (decimal): -5439530 or 14090156. OLE color: 14090156.
HSL color Cylindrical-coordinate representation of color #ACFFD6: hue angle of 150.36º 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 #ACFFD6 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 255 | 214 | - |
CMYK | 0.33 | 0 | 0.16 | 0 |
HSL | 150.36º | 1% | 0.84% | - |
HSV(B) | 150.36º | 0.33% | 1% | - |
XYZ | 64.91 | 85.15 | 76.63 | - |
YUV | 225.51 | 121.5 | 89.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 255 | 214 | 0.33 | 0 | 0.16 | 0 | 150.36 | 1 | 0.84 |
Hex | AC | FF | D6 | 21 | 0 | 10 | 0 | 96 | 64 | 54 |
Octal | 254 | 377 | 326 | 41 | 0 | 20 | 0 | 226 | 144 | 124 |
Binary | 10101100 | 11111111 | 11010110 | 100001 | 0 | 10000 | 0 | 10010110 | 1100100 | 1010100 |
Color Harmonies of #ACFFD6
Complementary color
Monochromatic Colors of #ACFFD6
Black with #ACFFD6
Text Example
Text Example
White with #ACFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFD6; }
p { color: rgb(172,255,214); }
H1.HeaderClassName
{
color: #ACFFD6;
}
.AnyTagClassName
{
color: #ACFFD6;
}
</style>
background-color css
<style>
a { background-color: #ACFFD6; }
a { background-color: rgb(172,255,214); }
div.DivClassName
{
background-color: #ACFFD6;
}
.BgClassName
{
background-color: #ACFFD6;
}
</style>
border-color css
<style>
span { border-color: #ACFFD6; }
span { border-color: rgb(172,255,214); }
td.TdClassName
{
border-color: #ACFFD6;
}
.TagClassName
{
border-color: #ACFFD6;
}
</style>