Shades of Magic Mint #ACECCF
Tints of Magic Mint #ACECCF
RGB
CMYK
RGB Variations
Color information
#ACECCF (or 0xACECCF) is known color: Magic Mint. HEX triplet: AC, EC and CF. RGB value is (172,236,207). Sum of RGB (Red+Green+Blue) = 172+236+207=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECCF is #531330. Grayscale: #D5D5D5. Windows color (decimal): -5444401 or 13626540. OLE color: 13626540.
HSL color Cylindrical-coordinate representation of color #ACECCF: hue angle of 152.81º 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 #ACECCF is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 236 | 207 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.07 |
| HSL | 152.81º | 0.63% | 0.8% | - |
| HSV(B) | 152.81º | 0.27% | 0.93% | - |
| XYZ | 58.27 | 73.27 | 70.1 | - |
| YUV | 213.56 | 124.3 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 207 | 0.27 | 0 | 0.12 | 0.07 | 152.81 | 0.63 | 0.8 |
| Hex | AC | EC | CF | 1B | 0 | C | 7 | 99 | 3F | 50 |
| Octal | 254 | 354 | 317 | 33 | 0 | 14 | 7 | 231 | 77 | 120 |
| Binary | 10101100 | 11101100 | 11001111 | 11011 | 0 | 1100 | 111 | 10011001 | 111111 | 1010000 |
Color Harmonies of #ACECCF
Complementary color
Monochromatic Colors of #ACECCF
Black with #ACECCF
Text Example
Text Example
White with #ACECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECCF; }
p { color: rgb(172,236,207); }
H1.HeaderClassName
{
color: #ACECCF;
}
.AnyTagClassName
{
color: #ACECCF;
}
</style>
background-color css
<style>
a { background-color: #ACECCF; }
a { background-color: rgb(172,236,207); }
div.DivClassName
{
background-color: #ACECCF;
}
.BgClassName
{
background-color: #ACECCF;
}
</style>
border-color css
<style>
span { border-color: #ACECCF; }
span { border-color: rgb(172,236,207); }
td.TdClassName
{
border-color: #ACECCF;
}
.TagClassName
{
border-color: #ACECCF;
}
</style>