Shades of Magic Mint #ACEAD0
Tints of Magic Mint #ACEAD0
RGB
CMYK
RGB Variations
Color information
#ACEAD0 (or 0xACEAD0) is known color: Magic Mint. HEX triplet: AC, EA and D0. RGB value is (172,234,208). Sum of RGB (Red+Green+Blue) = 172+234+208=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAD0 is #53152F. Grayscale: #D4D4D4. Windows color (decimal): -5444912 or 13691564. OLE color: 13691564.
HSL color Cylindrical-coordinate representation of color #ACEAD0: hue angle of 154.84º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEAD0 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
RGB | 172 | 234 | 208 | - |
CMYK | 0.26 | 0 | 0.11 | 0.08 |
HSL | 154.84º | 0.6% | 0.8% | - |
HSV(B) | 154.84º | 0.26% | 0.92% | - |
XYZ | 57.82 | 72.17 | 70.56 | - |
YUV | 212.5 | 125.46 | 99.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 234 | 208 | 0.26 | 0 | 0.11 | 0.08 | 154.84 | 0.6 | 0.8 |
Hex | AC | EA | D0 | 1A | 0 | B | 8 | 9B | 3C | 50 |
Octal | 254 | 352 | 320 | 32 | 0 | 13 | 10 | 233 | 74 | 120 |
Binary | 10101100 | 11101010 | 11010000 | 11010 | 0 | 1011 | 1000 | 10011011 | 111100 | 1010000 |
Color Harmonies of #ACEAD0
Complementary color
Monochromatic Colors of #ACEAD0
Black with #ACEAD0
Text Example
Text Example
White with #ACEAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEAD0; }
p { color: rgb(172,234,208); }
H1.HeaderClassName
{
color: #ACEAD0;
}
.AnyTagClassName
{
color: #ACEAD0;
}
</style>
background-color css
<style>
a { background-color: #ACEAD0; }
a { background-color: rgb(172,234,208); }
div.DivClassName
{
background-color: #ACEAD0;
}
.BgClassName
{
background-color: #ACEAD0;
}
</style>
border-color css
<style>
span { border-color: #ACEAD0; }
span { border-color: rgb(172,234,208); }
td.TdClassName
{
border-color: #ACEAD0;
}
.TagClassName
{
border-color: #ACEAD0;
}
</style>