Shades of Magic Mint #ACEBCD
Tints of Magic Mint #ACEBCD
RGB
CMYK
RGB Variations
Color information
#ACEBCD (or 0xACEBCD) is known color: Magic Mint. HEX triplet: AC, EB and CD. RGB value is (172,235,205). Sum of RGB (Red+Green+Blue) = 172+235+205=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBCD is #531432. Grayscale: #D4D4D4. Windows color (decimal): -5444659 or 13495212. OLE color: 13495212.
HSL color Cylindrical-coordinate representation of color #ACEBCD: hue angle of 151.43º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBCD is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 235 | 205 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.08 |
| HSL | 151.43º | 0.61% | 0.8% | - |
| HSV(B) | 151.43º | 0.27% | 0.92% | - |
| XYZ | 57.74 | 72.6 | 68.73 | - |
| YUV | 212.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 205 | 0.27 | 0 | 0.13 | 0.08 | 151.43 | 0.61 | 0.8 |
| Hex | AC | EB | CD | 1B | 0 | D | 8 | 97 | 3D | 50 |
| Octal | 254 | 353 | 315 | 33 | 0 | 15 | 10 | 227 | 75 | 120 |
| Binary | 10101100 | 11101011 | 11001101 | 11011 | 0 | 1101 | 1000 | 10010111 | 111101 | 1010000 |
Color Harmonies of #ACEBCD
Complementary color
Monochromatic Colors of #ACEBCD
Black with #ACEBCD
Text Example
Text Example
White with #ACEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBCD; }
p { color: rgb(172,235,205); }
H1.HeaderClassName
{
color: #ACEBCD;
}
.AnyTagClassName
{
color: #ACEBCD;
}
</style>
background-color css
<style>
a { background-color: #ACEBCD; }
a { background-color: rgb(172,235,205); }
div.DivClassName
{
background-color: #ACEBCD;
}
.BgClassName
{
background-color: #ACEBCD;
}
</style>
border-color css
<style>
span { border-color: #ACEBCD; }
span { border-color: rgb(172,235,205); }
td.TdClassName
{
border-color: #ACEBCD;
}
.TagClassName
{
border-color: #ACEBCD;
}
</style>