Shades of Magic Mint #ACE5CB
Tints of Magic Mint #ACE5CB
RGB
CMYK
RGB Variations
Color information
#ACE5CB (or 0xACE5CB) is known color: Magic Mint. HEX triplet: AC, E5 and CB. RGB value is (172,229,203). Sum of RGB (Red+Green+Blue) = 172+229+203=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5CB is #531A34. Grayscale: #D1D1D1. Windows color (decimal): -5446197 or 13362604. OLE color: 13362604.
HSL color Cylindrical-coordinate representation of color #ACE5CB: hue angle of 152.63º 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 #ACE5CB is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 203 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.10 |
| HSL | 152.63º | 0.52% | 0.79% | - |
| HSV(B) | 152.63º | 0.25% | 0.9% | - |
| XYZ | 55.81 | 69.12 | 66.9 | - |
| YUV | 208.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 203 | 0.25 | 0 | 0.11 | 0.10 | 152.63 | 0.52 | 0.79 |
| Hex | AC | E5 | CB | 19 | 0 | B | A | 99 | 34 | 4F |
| Octal | 254 | 345 | 313 | 31 | 0 | 13 | 12 | 231 | 64 | 117 |
| Binary | 10101100 | 11100101 | 11001011 | 11001 | 0 | 1011 | 1010 | 10011001 | 110100 | 1001111 |
Color Harmonies of #ACE5CB
Complementary color
Monochromatic Colors of #ACE5CB
Black with #ACE5CB
Text Example
Text Example
White with #ACE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5CB; }
p { color: rgb(172,229,203); }
H1.HeaderClassName
{
color: #ACE5CB;
}
.AnyTagClassName
{
color: #ACE5CB;
}
</style>
background-color css
<style>
a { background-color: #ACE5CB; }
a { background-color: rgb(172,229,203); }
div.DivClassName
{
background-color: #ACE5CB;
}
.BgClassName
{
background-color: #ACE5CB;
}
</style>
border-color css
<style>
span { border-color: #ACE5CB; }
span { border-color: rgb(172,229,203); }
td.TdClassName
{
border-color: #ACE5CB;
}
.TagClassName
{
border-color: #ACE5CB;
}
</style>