Shades of Magic Mint #ACEDCC
Tints of Magic Mint #ACEDCC
RGB
CMYK
RGB Variations
Color information
#ACEDCC (or 0xACEDCC) is known color: Magic Mint. HEX triplet: AC, ED and CC. RGB value is (172,237,204). Sum of RGB (Red+Green+Blue) = 172+237+204=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDCC is #531233. Grayscale: #D5D5D5. Windows color (decimal): -5444148 or 13430188. OLE color: 13430188.
HSL color Cylindrical-coordinate representation of color #ACEDCC: hue angle of 149.54º degrees, saturation: 0.64, 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 #ACEDCC is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 237 | 204 | - |
CMYK | 0.27 | 0 | 0.14 | 0.07 |
HSL | 149.54º | 0.64% | 0.8% | - |
HSV(B) | 149.54º | 0.27% | 0.93% | - |
XYZ | 58.2 | 73.7 | 68.28 | - |
YUV | 213.8 | 122.47 | 98.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 237 | 204 | 0.27 | 0 | 0.14 | 0.07 | 149.54 | 0.64 | 0.8 |
Hex | AC | ED | CC | 1B | 0 | E | 7 | 96 | 40 | 50 |
Octal | 254 | 355 | 314 | 33 | 0 | 16 | 7 | 226 | 100 | 120 |
Binary | 10101100 | 11101101 | 11001100 | 11011 | 0 | 1110 | 111 | 10010110 | 1000000 | 1010000 |
Color Harmonies of #ACEDCC
Complementary color
Monochromatic Colors of #ACEDCC
Black with #ACEDCC
Text Example
Text Example
White with #ACEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDCC; }
p { color: rgb(172,237,204); }
H1.HeaderClassName
{
color: #ACEDCC;
}
.AnyTagClassName
{
color: #ACEDCC;
}
</style>
background-color css
<style>
a { background-color: #ACEDCC; }
a { background-color: rgb(172,237,204); }
div.DivClassName
{
background-color: #ACEDCC;
}
.BgClassName
{
background-color: #ACEDCC;
}
</style>
border-color css
<style>
span { border-color: #ACEDCC; }
span { border-color: rgb(172,237,204); }
td.TdClassName
{
border-color: #ACEDCC;
}
.TagClassName
{
border-color: #ACEDCC;
}
</style>