Shades of Magic Mint #ACFDCE
Tints of Magic Mint #ACFDCE
RGB
CMYK
RGB Variations
Color information
#ACFDCE (or 0xACFDCE) is known color: Magic Mint. HEX triplet: AC, FD and CE. RGB value is (172,253,206). Sum of RGB (Red+Green+Blue) = 172+253+206=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDCE is #530231. Grayscale: #DFDFDF. Windows color (decimal): -5440050 or 13565356. OLE color: 13565356.
HSL color Cylindrical-coordinate representation of color #ACFDCE: hue angle of 145.19º 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 #ACFDCE is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 206 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.01 |
| HSL | 145.19º | 0.95% | 0.83% | - |
| HSV(B) | 145.19º | 0.32% | 0.99% | - |
| XYZ | 63.28 | 83.48 | 71.17 | - |
| YUV | 223.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 206 | 0.32 | 0 | 0.19 | 0.01 | 145.19 | 0.95 | 0.83 |
| Hex | AC | FD | CE | 20 | 0 | 13 | 1 | 91 | 5F | 53 |
| Octal | 254 | 375 | 316 | 40 | 0 | 23 | 1 | 221 | 137 | 123 |
| Binary | 10101100 | 11111101 | 11001110 | 100000 | 0 | 10011 | 1 | 10010001 | 1011111 | 1010011 |
Color Harmonies of #ACFDCE
Complementary color
Monochromatic Colors of #ACFDCE
Black with #ACFDCE
Text Example
Text Example
White with #ACFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDCE; }
p { color: rgb(172,253,206); }
H1.HeaderClassName
{
color: #ACFDCE;
}
.AnyTagClassName
{
color: #ACFDCE;
}
</style>
background-color css
<style>
a { background-color: #ACFDCE; }
a { background-color: rgb(172,253,206); }
div.DivClassName
{
background-color: #ACFDCE;
}
.BgClassName
{
background-color: #ACFDCE;
}
</style>
border-color css
<style>
span { border-color: #ACFDCE; }
span { border-color: rgb(172,253,206); }
td.TdClassName
{
border-color: #ACFDCE;
}
.TagClassName
{
border-color: #ACFDCE;
}
</style>