Shades of Magic Mint #ACFCD2
Tints of Magic Mint #ACFCD2
RGB
CMYK
RGB Variations
Color information
#ACFCD2 (or 0xACFCD2) is known color: Magic Mint. HEX triplet: AC, FC and D2. RGB value is (172,252,210). Sum of RGB (Red+Green+Blue) = 172+252+210=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCD2 is #53032D. Grayscale: #DFDFDF. Windows color (decimal): -5440302 or 13827244. OLE color: 13827244.
HSL color Cylindrical-coordinate representation of color #ACFCD2: hue angle of 148.5º 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 #ACFCD2 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 210 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.01 |
| HSL | 148.5º | 0.93% | 0.83% | - |
| HSV(B) | 148.5º | 0.32% | 0.99% | - |
| XYZ | 63.46 | 83.04 | 73.66 | - |
| YUV | 223.29 | 120.5 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 210 | 0.32 | 0 | 0.17 | 0.01 | 148.5 | 0.93 | 0.83 |
| Hex | AC | FC | D2 | 20 | 0 | 11 | 1 | 94 | 5D | 53 |
| Octal | 254 | 374 | 322 | 40 | 0 | 21 | 1 | 224 | 135 | 123 |
| Binary | 10101100 | 11111100 | 11010010 | 100000 | 0 | 10001 | 1 | 10010100 | 1011101 | 1010011 |
Color Harmonies of #ACFCD2
Complementary color
Monochromatic Colors of #ACFCD2
Black with #ACFCD2
Text Example
Text Example
White with #ACFCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCD2; }
p { color: rgb(172,252,210); }
H1.HeaderClassName
{
color: #ACFCD2;
}
.AnyTagClassName
{
color: #ACFCD2;
}
</style>
background-color css
<style>
a { background-color: #ACFCD2; }
a { background-color: rgb(172,252,210); }
div.DivClassName
{
background-color: #ACFCD2;
}
.BgClassName
{
background-color: #ACFCD2;
}
</style>
border-color css
<style>
span { border-color: #ACFCD2; }
span { border-color: rgb(172,252,210); }
td.TdClassName
{
border-color: #ACFCD2;
}
.TagClassName
{
border-color: #ACFCD2;
}
</style>