Shades of Magic Mint #ACFCD1
Tints of Magic Mint #ACFCD1
RGB
CMYK
RGB Variations
Color information
#ACFCD1 (or 0xACFCD1) is known color: Magic Mint. HEX triplet: AC, FC and D1. RGB value is (172,252,209). Sum of RGB (Red+Green+Blue) = 172+252+209=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCD1 is #53032E. Grayscale: #DFDFDF. Windows color (decimal): -5440303 or 13761708. OLE color: 13761708.
HSL color Cylindrical-coordinate representation of color #ACFCD1: hue angle of 147.75º degrees, saturation: 0.93, 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 #ACFCD1 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 209 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.01 |
| HSL | 147.75º | 0.93% | 0.83% | - |
| HSV(B) | 147.75º | 0.32% | 0.99% | - |
| XYZ | 63.33 | 82.99 | 73 | - |
| YUV | 223.18 | 120 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 209 | 0.32 | 0 | 0.17 | 0.01 | 147.75 | 0.93 | 0.83 |
| Hex | AC | FC | D1 | 20 | 0 | 11 | 1 | 94 | 5D | 53 |
| Octal | 254 | 374 | 321 | 40 | 0 | 21 | 1 | 224 | 135 | 123 |
| Binary | 10101100 | 11111100 | 11010001 | 100000 | 0 | 10001 | 1 | 10010100 | 1011101 | 1010011 |
Color Harmonies of #ACFCD1
Complementary color
Monochromatic Colors of #ACFCD1
Black with #ACFCD1
Text Example
Text Example
White with #ACFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCD1; }
p { color: rgb(172,252,209); }
H1.HeaderClassName
{
color: #ACFCD1;
}
.AnyTagClassName
{
color: #ACFCD1;
}
</style>
background-color css
<style>
a { background-color: #ACFCD1; }
a { background-color: rgb(172,252,209); }
div.DivClassName
{
background-color: #ACFCD1;
}
.BgClassName
{
background-color: #ACFCD1;
}
</style>
border-color css
<style>
span { border-color: #ACFCD1; }
span { border-color: rgb(172,252,209); }
td.TdClassName
{
border-color: #ACFCD1;
}
.TagClassName
{
border-color: #ACFCD1;
}
</style>