Shades of Magic Mint #ACFDDE
Tints of Magic Mint #ACFDDE
RGB
CMYK
RGB Variations
Color information
#ACFDDE (or 0xACFDDE) is known color: Magic Mint. HEX triplet: AC, FD and DE. RGB value is (172,253,222). Sum of RGB (Red+Green+Blue) = 172+253+222=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDDE is #530221. Grayscale: #E1E1E1. Windows color (decimal): -5440034 or 14613932. OLE color: 14613932.
HSL color Cylindrical-coordinate representation of color #ACFDDE: hue angle of 157.04º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDDE is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 222 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.01 |
| HSL | 157.04º | 0.95% | 0.83% | - |
| HSV(B) | 157.04º | 0.32% | 0.99% | - |
| XYZ | 65.32 | 84.3 | 81.93 | - |
| YUV | 225.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 222 | 0.32 | 0 | 0.12 | 0.01 | 157.04 | 0.95 | 0.83 |
| Hex | AC | FD | DE | 20 | 0 | C | 1 | 9D | 5F | 53 |
| Octal | 254 | 375 | 336 | 40 | 0 | 14 | 1 | 235 | 137 | 123 |
| Binary | 10101100 | 11111101 | 11011110 | 100000 | 0 | 1100 | 1 | 10011101 | 1011111 | 1010011 |
Color Harmonies of #ACFDDE
Complementary color
Monochromatic Colors of #ACFDDE
Black with #ACFDDE
Text Example
Text Example
White with #ACFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDDE; }
p { color: rgb(172,253,222); }
H1.HeaderClassName
{
color: #ACFDDE;
}
.AnyTagClassName
{
color: #ACFDDE;
}
</style>
background-color css
<style>
a { background-color: #ACFDDE; }
a { background-color: rgb(172,253,222); }
div.DivClassName
{
background-color: #ACFDDE;
}
.BgClassName
{
background-color: #ACFDDE;
}
</style>
border-color css
<style>
span { border-color: #ACFDDE; }
span { border-color: rgb(172,253,222); }
td.TdClassName
{
border-color: #ACFDDE;
}
.TagClassName
{
border-color: #ACFDDE;
}
</style>