Shades of Magic Mint #ACE7CB
Tints of Magic Mint #ACE7CB
RGB
CMYK
RGB Variations
Color information
#ACE7CB (or 0xACE7CB) is known color: Magic Mint. HEX triplet: AC, E7 and CB. RGB value is (172,231,203). Sum of RGB (Red+Green+Blue) = 172+231+203=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7CB is #531834. Grayscale: #D2D2D2. Windows color (decimal): -5445685 or 13363116. OLE color: 13363116.
HSL color Cylindrical-coordinate representation of color #ACE7CB: hue angle of 151.53º degrees, saturation: 0.55, 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 #ACE7CB is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 203 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.09 |
| HSL | 151.53º | 0.55% | 0.79% | - |
| HSV(B) | 151.53º | 0.26% | 0.91% | - |
| XYZ | 56.37 | 70.23 | 67.09 | - |
| YUV | 210.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 203 | 0.26 | 0 | 0.12 | 0.09 | 151.53 | 0.55 | 0.79 |
| Hex | AC | E7 | CB | 1A | 0 | C | 9 | 98 | 37 | 4F |
| Octal | 254 | 347 | 313 | 32 | 0 | 14 | 11 | 230 | 67 | 117 |
| Binary | 10101100 | 11100111 | 11001011 | 11010 | 0 | 1100 | 1001 | 10011000 | 110111 | 1001111 |
Color Harmonies of #ACE7CB
Complementary color
Monochromatic Colors of #ACE7CB
Black with #ACE7CB
Text Example
Text Example
White with #ACE7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7CB; }
p { color: rgb(172,231,203); }
H1.HeaderClassName
{
color: #ACE7CB;
}
.AnyTagClassName
{
color: #ACE7CB;
}
</style>
background-color css
<style>
a { background-color: #ACE7CB; }
a { background-color: rgb(172,231,203); }
div.DivClassName
{
background-color: #ACE7CB;
}
.BgClassName
{
background-color: #ACE7CB;
}
</style>
border-color css
<style>
span { border-color: #ACE7CB; }
span { border-color: rgb(172,231,203); }
td.TdClassName
{
border-color: #ACE7CB;
}
.TagClassName
{
border-color: #ACE7CB;
}
</style>