Shades of Magic Mint #ACEAD4
Tints of Magic Mint #ACEAD4
RGB
CMYK
RGB Variations
Color information
#ACEAD4 (or 0xACEAD4) is known color: Magic Mint. HEX triplet: AC, EA and D4. RGB value is (172,234,212). Sum of RGB (Red+Green+Blue) = 172+234+212=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAD4 is #53152B. Grayscale: #D4D4D4. Windows color (decimal): -5444908 or 13953708. OLE color: 13953708.
HSL color Cylindrical-coordinate representation of color #ACEAD4: hue angle of 158.71º 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 #ACEAD4 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 172 | 234 | 212 | - |
CMYK | 0.26 | 0 | 0.09 | 0.08 |
HSL | 158.71º | 0.6% | 0.8% | - |
HSV(B) | 158.71º | 0.26% | 0.92% | - |
XYZ | 58.32 | 72.37 | 73.18 | - |
YUV | 212.95 | 127.46 | 98.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 234 | 212 | 0.26 | 0 | 0.09 | 0.08 | 158.71 | 0.6 | 0.8 |
Hex | AC | EA | D4 | 1A | 0 | 9 | 8 | 9F | 3C | 50 |
Octal | 254 | 352 | 324 | 32 | 0 | 11 | 10 | 237 | 74 | 120 |
Binary | 10101100 | 11101010 | 11010100 | 11010 | 0 | 1001 | 1000 | 10011111 | 111100 | 1010000 |
Color Harmonies of #ACEAD4
Complementary color
Monochromatic Colors of #ACEAD4
Black with #ACEAD4
Text Example
Text Example
White with #ACEAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEAD4; }
p { color: rgb(172,234,212); }
H1.HeaderClassName
{
color: #ACEAD4;
}
.AnyTagClassName
{
color: #ACEAD4;
}
</style>
background-color css
<style>
a { background-color: #ACEAD4; }
a { background-color: rgb(172,234,212); }
div.DivClassName
{
background-color: #ACEAD4;
}
.BgClassName
{
background-color: #ACEAD4;
}
</style>
border-color css
<style>
span { border-color: #ACEAD4; }
span { border-color: rgb(172,234,212); }
td.TdClassName
{
border-color: #ACEAD4;
}
.TagClassName
{
border-color: #ACEAD4;
}
</style>