Shades of Magic Mint #ACE9CB
Tints of Magic Mint #ACE9CB
RGB
CMYK
RGB Variations
Color information
#ACE9CB (or 0xACE9CB) is known color: Magic Mint. HEX triplet: AC, E9 and CB. RGB value is (172,233,203). Sum of RGB (Red+Green+Blue) = 172+233+203=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9CB is #531634. Grayscale: #D3D3D3. Windows color (decimal): -5445173 or 13363628. OLE color: 13363628.
HSL color Cylindrical-coordinate representation of color #ACE9CB: hue angle of 150.49º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE9CB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 203 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.09 |
| HSL | 150.49º | 0.58% | 0.79% | - |
| HSV(B) | 150.49º | 0.26% | 0.91% | - |
| XYZ | 56.93 | 71.36 | 67.27 | - |
| YUV | 211.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 203 | 0.26 | 0 | 0.13 | 0.09 | 150.49 | 0.58 | 0.79 |
| Hex | AC | E9 | CB | 1A | 0 | D | 9 | 96 | 3A | 4F |
| Octal | 254 | 351 | 313 | 32 | 0 | 15 | 11 | 226 | 72 | 117 |
| Binary | 10101100 | 11101001 | 11001011 | 11010 | 0 | 1101 | 1001 | 10010110 | 111010 | 1001111 |
Color Harmonies of #ACE9CB
Complementary color
Monochromatic Colors of #ACE9CB
Black with #ACE9CB
Text Example
Text Example
White with #ACE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9CB; }
p { color: rgb(172,233,203); }
H1.HeaderClassName
{
color: #ACE9CB;
}
.AnyTagClassName
{
color: #ACE9CB;
}
</style>
background-color css
<style>
a { background-color: #ACE9CB; }
a { background-color: rgb(172,233,203); }
div.DivClassName
{
background-color: #ACE9CB;
}
.BgClassName
{
background-color: #ACE9CB;
}
</style>
border-color css
<style>
span { border-color: #ACE9CB; }
span { border-color: rgb(172,233,203); }
td.TdClassName
{
border-color: #ACE9CB;
}
.TagClassName
{
border-color: #ACE9CB;
}
</style>