Shades of Magic Mint #ACEACC
Tints of Magic Mint #ACEACC
RGB
CMYK
RGB Variations
Color information
#ACEACC (or 0xACEACC) is known color: Magic Mint. HEX triplet: AC, EA and CC. RGB value is (172,234,204). Sum of RGB (Red+Green+Blue) = 172+234+204=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEACC is #531533. Grayscale: #D4D4D4. Windows color (decimal): -5444916 or 13429420. OLE color: 13429420.
HSL color Cylindrical-coordinate representation of color #ACEACC: hue angle of 150.97º 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 #ACEACC is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
RGB | 172 | 234 | 204 | - |
CMYK | 0.26 | 0 | 0.13 | 0.08 |
HSL | 150.97º | 0.6% | 0.8% | - |
HSV(B) | 150.97º | 0.26% | 0.92% | - |
XYZ | 57.34 | 71.98 | 68 | - |
YUV | 212.04 | 123.46 | 99.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 234 | 204 | 0.26 | 0 | 0.13 | 0.08 | 150.97 | 0.6 | 0.8 |
Hex | AC | EA | CC | 1A | 0 | D | 8 | 97 | 3C | 50 |
Octal | 254 | 352 | 314 | 32 | 0 | 15 | 10 | 227 | 74 | 120 |
Binary | 10101100 | 11101010 | 11001100 | 11010 | 0 | 1101 | 1000 | 10010111 | 111100 | 1010000 |
Color Harmonies of #ACEACC
Complementary color
Monochromatic Colors of #ACEACC
Black with #ACEACC
Text Example
Text Example
White with #ACEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEACC; }
p { color: rgb(172,234,204); }
H1.HeaderClassName
{
color: #ACEACC;
}
.AnyTagClassName
{
color: #ACEACC;
}
</style>
background-color css
<style>
a { background-color: #ACEACC; }
a { background-color: rgb(172,234,204); }
div.DivClassName
{
background-color: #ACEACC;
}
.BgClassName
{
background-color: #ACEACC;
}
</style>
border-color css
<style>
span { border-color: #ACEACC; }
span { border-color: rgb(172,234,204); }
td.TdClassName
{
border-color: #ACEACC;
}
.TagClassName
{
border-color: #ACEACC;
}
</style>