Shades of Magic Mint #ACFFCE
Tints of Magic Mint #ACFFCE
RGB
CMYK
RGB Variations
Color information
#ACFFCE (or 0xACFFCE) is known color: Magic Mint. HEX triplet: AC, FF and CE. RGB value is (172,255,206). Sum of RGB (Red+Green+Blue) = 172+255+206=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFCE is #530031. Grayscale: #E0E0E0. Windows color (decimal): -5439538 or 13565868. OLE color: 13565868.
HSL color Cylindrical-coordinate representation of color #ACFFCE: hue angle of 144.58º 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 #ACFFCE is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 206 | - |
| CMYK | 0.33 | 0 | 0.19 | 0 |
| HSL | 144.58º | 1% | 0.84% | - |
| HSV(B) | 144.58º | 0.33% | 1% | - |
| XYZ | 63.91 | 84.75 | 71.38 | - |
| YUV | 224.6 | 117.5 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 206 | 0.33 | 0 | 0.19 | 0 | 144.58 | 1 | 0.84 |
| Hex | AC | FF | CE | 21 | 0 | 13 | 0 | 91 | 64 | 54 |
| Octal | 254 | 377 | 316 | 41 | 0 | 23 | 0 | 221 | 144 | 124 |
| Binary | 10101100 | 11111111 | 11001110 | 100001 | 0 | 10011 | 0 | 10010001 | 1100100 | 1010100 |
Color Harmonies of #ACFFCE
Complementary color
Monochromatic Colors of #ACFFCE
Black with #ACFFCE
Text Example
Text Example
White with #ACFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFCE; }
p { color: rgb(172,255,206); }
H1.HeaderClassName
{
color: #ACFFCE;
}
.AnyTagClassName
{
color: #ACFFCE;
}
</style>
background-color css
<style>
a { background-color: #ACFFCE; }
a { background-color: rgb(172,255,206); }
div.DivClassName
{
background-color: #ACFFCE;
}
.BgClassName
{
background-color: #ACFFCE;
}
</style>
border-color css
<style>
span { border-color: #ACFFCE; }
span { border-color: rgb(172,255,206); }
td.TdClassName
{
border-color: #ACFFCE;
}
.TagClassName
{
border-color: #ACFFCE;
}
</style>