Shades of Magic Mint #ACF3CD
Tints of Magic Mint #ACF3CD
RGB
CMYK
RGB Variations
Color information
#ACF3CD (or 0xACF3CD) is known color: Magic Mint. HEX triplet: AC, F3 and CD. RGB value is (172,243,205). Sum of RGB (Red+Green+Blue) = 172+243+205=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3CD is #530C32. Grayscale: #D9D9D9. Windows color (decimal): -5442611 or 13497260. OLE color: 13497260.
HSL color Cylindrical-coordinate representation of color #ACF3CD: hue angle of 147.89º degrees, saturation: 0.75, 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 #ACF3CD is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 205 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.05 |
| HSL | 147.89º | 0.75% | 0.81% | - |
| HSV(B) | 147.89º | 0.29% | 0.95% | - |
| XYZ | 60.08 | 77.28 | 69.51 | - |
| YUV | 217.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 205 | 0.29 | 0 | 0.16 | 0.05 | 147.89 | 0.75 | 0.81 |
| Hex | AC | F3 | CD | 1D | 0 | 10 | 5 | 94 | 4B | 51 |
| Octal | 254 | 363 | 315 | 35 | 0 | 20 | 5 | 224 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11001101 | 11101 | 0 | 10000 | 101 | 10010100 | 1001011 | 1010001 |
Color Harmonies of #ACF3CD
Complementary color
Monochromatic Colors of #ACF3CD
Black with #ACF3CD
Text Example
Text Example
White with #ACF3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3CD; }
p { color: rgb(172,243,205); }
H1.HeaderClassName
{
color: #ACF3CD;
}
.AnyTagClassName
{
color: #ACF3CD;
}
</style>
background-color css
<style>
a { background-color: #ACF3CD; }
a { background-color: rgb(172,243,205); }
div.DivClassName
{
background-color: #ACF3CD;
}
.BgClassName
{
background-color: #ACF3CD;
}
</style>
border-color css
<style>
span { border-color: #ACF3CD; }
span { border-color: rgb(172,243,205); }
td.TdClassName
{
border-color: #ACF3CD;
}
.TagClassName
{
border-color: #ACF3CD;
}
</style>