Shades of Magic Mint #ACEAD3
Tints of Magic Mint #ACEAD3
RGB
CMYK
RGB Variations
Color information
#ACEAD3 (or 0xACEAD3) is known color: Magic Mint. HEX triplet: AC, EA and D3. RGB value is (172,234,211). Sum of RGB (Red+Green+Blue) = 172+234+211=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAD3 is #53152C. Grayscale: #D4D4D4. Windows color (decimal): -5444909 or 13888172. OLE color: 13888172.
HSL color Cylindrical-coordinate representation of color #ACEAD3: hue angle of 157.74º 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 #ACEAD3 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 211 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.08 |
| HSL | 157.74º | 0.6% | 0.8% | - |
| HSV(B) | 157.74º | 0.26% | 0.92% | - |
| XYZ | 58.19 | 72.32 | 72.52 | - |
| YUV | 212.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 211 | 0.26 | 0 | 0.10 | 0.08 | 157.74 | 0.6 | 0.8 |
| Hex | AC | EA | D3 | 1A | 0 | A | 8 | 9E | 3C | 50 |
| Octal | 254 | 352 | 323 | 32 | 0 | 12 | 10 | 236 | 74 | 120 |
| Binary | 10101100 | 11101010 | 11010011 | 11010 | 0 | 1010 | 1000 | 10011110 | 111100 | 1010000 |
Color Harmonies of #ACEAD3
Complementary color
Monochromatic Colors of #ACEAD3
Black with #ACEAD3
Text Example
Text Example
White with #ACEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEAD3; }
p { color: rgb(172,234,211); }
H1.HeaderClassName
{
color: #ACEAD3;
}
.AnyTagClassName
{
color: #ACEAD3;
}
</style>
background-color css
<style>
a { background-color: #ACEAD3; }
a { background-color: rgb(172,234,211); }
div.DivClassName
{
background-color: #ACEAD3;
}
.BgClassName
{
background-color: #ACEAD3;
}
</style>
border-color css
<style>
span { border-color: #ACEAD3; }
span { border-color: rgb(172,234,211); }
td.TdClassName
{
border-color: #ACEAD3;
}
.TagClassName
{
border-color: #ACEAD3;
}
</style>