Shades of Magic Mint #ACECCD
Tints of Magic Mint #ACECCD
RGB
CMYK
RGB Variations
Color information
#ACECCD (or 0xACECCD) is known color: Magic Mint. HEX triplet: AC, EC and CD. RGB value is (172,236,205). Sum of RGB (Red+Green+Blue) = 172+236+205=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECCD is #531332. Grayscale: #D5D5D5. Windows color (decimal): -5444403 or 13495468. OLE color: 13495468.
HSL color Cylindrical-coordinate representation of color #ACECCD: hue angle of 150.94º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACECCD is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 205 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.07 |
| HSL | 150.94º | 0.63% | 0.8% | - |
| HSV(B) | 150.94º | 0.27% | 0.93% | - |
| XYZ | 58.03 | 73.17 | 68.82 | - |
| YUV | 213.33 | 123.3 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 205 | 0.27 | 0 | 0.13 | 0.07 | 150.94 | 0.63 | 0.8 |
| Hex | AC | EC | CD | 1B | 0 | D | 7 | 97 | 3F | 50 |
| Octal | 254 | 354 | 315 | 33 | 0 | 15 | 7 | 227 | 77 | 120 |
| Binary | 10101100 | 11101100 | 11001101 | 11011 | 0 | 1101 | 111 | 10010111 | 111111 | 1010000 |
Color Harmonies of #ACECCD
Complementary color
Monochromatic Colors of #ACECCD
Black with #ACECCD
Text Example
Text Example
White with #ACECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECCD; }
p { color: rgb(172,236,205); }
H1.HeaderClassName
{
color: #ACECCD;
}
.AnyTagClassName
{
color: #ACECCD;
}
</style>
background-color css
<style>
a { background-color: #ACECCD; }
a { background-color: rgb(172,236,205); }
div.DivClassName
{
background-color: #ACECCD;
}
.BgClassName
{
background-color: #ACECCD;
}
</style>
border-color css
<style>
span { border-color: #ACECCD; }
span { border-color: rgb(172,236,205); }
td.TdClassName
{
border-color: #ACECCD;
}
.TagClassName
{
border-color: #ACECCD;
}
</style>