Shades of Magic Mint #ACE5C8
Tints of Magic Mint #ACE5C8
RGB
CMYK
RGB Variations
Color information
#ACE5C8 (or 0xACE5C8) is known color: Magic Mint. HEX triplet: AC, E5 and C8. RGB value is (172,229,200). Sum of RGB (Red+Green+Blue) = 172+229+200=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5C8 is #531A37. Grayscale: #D0D0D0. Windows color (decimal): -5446200 or 13165996. OLE color: 13165996.
HSL color Cylindrical-coordinate representation of color #ACE5C8: hue angle of 149.47º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE5C8 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
RGB | 172 | 229 | 200 | - |
CMYK | 0.25 | 0 | 0.13 | 0.10 |
HSL | 149.47º | 0.52% | 0.79% | - |
HSV(B) | 149.47º | 0.25% | 0.9% | - |
XYZ | 55.46 | 68.98 | 65.04 | - |
YUV | 208.65 | 123.12 | 101.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 229 | 200 | 0.25 | 0 | 0.13 | 0.10 | 149.47 | 0.52 | 0.79 |
Hex | AC | E5 | C8 | 19 | 0 | D | A | 95 | 34 | 4F |
Octal | 254 | 345 | 310 | 31 | 0 | 15 | 12 | 225 | 64 | 117 |
Binary | 10101100 | 11100101 | 11001000 | 11001 | 0 | 1101 | 1010 | 10010101 | 110100 | 1001111 |
Color Harmonies of #ACE5C8
Complementary color
Monochromatic Colors of #ACE5C8
Black with #ACE5C8
Text Example
Text Example
White with #ACE5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5C8; }
p { color: rgb(172,229,200); }
H1.HeaderClassName
{
color: #ACE5C8;
}
.AnyTagClassName
{
color: #ACE5C8;
}
</style>
background-color css
<style>
a { background-color: #ACE5C8; }
a { background-color: rgb(172,229,200); }
div.DivClassName
{
background-color: #ACE5C8;
}
.BgClassName
{
background-color: #ACE5C8;
}
</style>
border-color css
<style>
span { border-color: #ACE5C8; }
span { border-color: rgb(172,229,200); }
td.TdClassName
{
border-color: #ACE5C8;
}
.TagClassName
{
border-color: #ACE5C8;
}
</style>