Shades of Magic Mint #ACE4CB
Tints of Magic Mint #ACE4CB
RGB
CMYK
RGB Variations
Color information
#ACE4CB (or 0xACE4CB) is known color: Magic Mint. HEX triplet: AC, E4 and CB. RGB value is (172,228,203). Sum of RGB (Red+Green+Blue) = 172+228+203=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4CB is #531B34. Grayscale: #D0D0D0. Windows color (decimal): -5446453 or 13362348. OLE color: 13362348.
HSL color Cylindrical-coordinate representation of color #ACE4CB: hue angle of 153.21º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE4CB is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 203 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.11 |
| HSL | 153.21º | 0.51% | 0.78% | - |
| HSV(B) | 153.21º | 0.25% | 0.89% | - |
| XYZ | 55.54 | 68.57 | 66.81 | - |
| YUV | 208.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 203 | 0.25 | 0 | 0.11 | 0.11 | 153.21 | 0.51 | 0.78 |
| Hex | AC | E4 | CB | 19 | 0 | B | B | 99 | 33 | 4E |
| Octal | 254 | 344 | 313 | 31 | 0 | 13 | 13 | 231 | 63 | 116 |
| Binary | 10101100 | 11100100 | 11001011 | 11001 | 0 | 1011 | 1011 | 10011001 | 110011 | 1001110 |
Color Harmonies of #ACE4CB
Complementary color
Monochromatic Colors of #ACE4CB
Black with #ACE4CB
Text Example
Text Example
White with #ACE4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4CB; }
p { color: rgb(172,228,203); }
H1.HeaderClassName
{
color: #ACE4CB;
}
.AnyTagClassName
{
color: #ACE4CB;
}
</style>
background-color css
<style>
a { background-color: #ACE4CB; }
a { background-color: rgb(172,228,203); }
div.DivClassName
{
background-color: #ACE4CB;
}
.BgClassName
{
background-color: #ACE4CB;
}
</style>
border-color css
<style>
span { border-color: #ACE4CB; }
span { border-color: rgb(172,228,203); }
td.TdClassName
{
border-color: #ACE4CB;
}
.TagClassName
{
border-color: #ACE4CB;
}
</style>