Shades of Magic Mint #ACFFE1
Tints of Magic Mint #ACFFE1
RGB
CMYK
RGB Variations
Color information
#ACFFE1 (or 0xACFFE1) is known color: Magic Mint. HEX triplet: AC, FF and E1. RGB value is (172,255,225). Sum of RGB (Red+Green+Blue) = 172+255+225=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFE1 is #53001E. Grayscale: #E2E2E2. Windows color (decimal): -5439519 or 14811052. OLE color: 14811052.
HSL color Cylindrical-coordinate representation of color #ACFFE1: hue angle of 158.31º 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 #ACFFE1 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 225 | - |
| CMYK | 0.33 | 0 | 0.12 | 0 |
| HSL | 158.31º | 1% | 0.84% | - |
| HSV(B) | 158.31º | 0.33% | 1% | - |
| XYZ | 66.36 | 85.73 | 84.28 | - |
| YUV | 226.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 225 | 0.33 | 0 | 0.12 | 0 | 158.31 | 1 | 0.84 |
| Hex | AC | FF | E1 | 21 | 0 | C | 0 | 9E | 64 | 54 |
| Octal | 254 | 377 | 341 | 41 | 0 | 14 | 0 | 236 | 144 | 124 |
| Binary | 10101100 | 11111111 | 11100001 | 100001 | 0 | 1100 | 0 | 10011110 | 1100100 | 1010100 |
Color Harmonies of #ACFFE1
Complementary color
Monochromatic Colors of #ACFFE1
Black with #ACFFE1
Text Example
Text Example
White with #ACFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFE1; }
p { color: rgb(172,255,225); }
H1.HeaderClassName
{
color: #ACFFE1;
}
.AnyTagClassName
{
color: #ACFFE1;
}
</style>
background-color css
<style>
a { background-color: #ACFFE1; }
a { background-color: rgb(172,255,225); }
div.DivClassName
{
background-color: #ACFFE1;
}
.BgClassName
{
background-color: #ACFFE1;
}
</style>
border-color css
<style>
span { border-color: #ACFFE1; }
span { border-color: rgb(172,255,225); }
td.TdClassName
{
border-color: #ACFFE1;
}
.TagClassName
{
border-color: #ACFFE1;
}
</style>