Shades of Magic Mint #ACF2CD
Tints of Magic Mint #ACF2CD
RGB
CMYK
RGB Variations
Color information
#ACF2CD (or 0xACF2CD) is known color: Magic Mint. HEX triplet: AC, F2 and CD. RGB value is (172,242,205). Sum of RGB (Red+Green+Blue) = 172+242+205=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2CD is #530D32. Grayscale: #D8D8D8. Windows color (decimal): -5442867 or 13497004. OLE color: 13497004.
HSL color Cylindrical-coordinate representation of color #ACF2CD: hue angle of 148.29º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2CD is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 205 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.05 |
| HSL | 148.29º | 0.73% | 0.81% | - |
| HSV(B) | 148.29º | 0.29% | 0.95% | - |
| XYZ | 59.78 | 76.68 | 69.41 | - |
| YUV | 216.85 | 121.31 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 205 | 0.29 | 0 | 0.15 | 0.05 | 148.29 | 0.73 | 0.81 |
| Hex | AC | F2 | CD | 1D | 0 | F | 5 | 94 | 49 | 51 |
| Octal | 254 | 362 | 315 | 35 | 0 | 17 | 5 | 224 | 111 | 121 |
| Binary | 10101100 | 11110010 | 11001101 | 11101 | 0 | 1111 | 101 | 10010100 | 1001001 | 1010001 |
Color Harmonies of #ACF2CD
Complementary color
Monochromatic Colors of #ACF2CD
Black with #ACF2CD
Text Example
Text Example
White with #ACF2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2CD; }
p { color: rgb(172,242,205); }
H1.HeaderClassName
{
color: #ACF2CD;
}
.AnyTagClassName
{
color: #ACF2CD;
}
</style>
background-color css
<style>
a { background-color: #ACF2CD; }
a { background-color: rgb(172,242,205); }
div.DivClassName
{
background-color: #ACF2CD;
}
.BgClassName
{
background-color: #ACF2CD;
}
</style>
border-color css
<style>
span { border-color: #ACF2CD; }
span { border-color: rgb(172,242,205); }
td.TdClassName
{
border-color: #ACF2CD;
}
.TagClassName
{
border-color: #ACF2CD;
}
</style>