Shades of Magic Mint #ACEDCB
Tints of Magic Mint #ACEDCB
RGB
CMYK
RGB Variations
Color information
#ACEDCB (or 0xACEDCB) is known color: Magic Mint. HEX triplet: AC, ED and CB. RGB value is (172,237,203). Sum of RGB (Red+Green+Blue) = 172+237+203=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDCB is #531234. Grayscale: #D5D5D5. Windows color (decimal): -5444149 or 13364652. OLE color: 13364652.
HSL color Cylindrical-coordinate representation of color #ACEDCB: hue angle of 148.62º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEDCB is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 203 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.07 |
| HSL | 148.62º | 0.64% | 0.8% | - |
| HSV(B) | 148.62º | 0.27% | 0.93% | - |
| XYZ | 58.08 | 73.65 | 67.65 | - |
| YUV | 213.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 203 | 0.27 | 0 | 0.14 | 0.07 | 148.62 | 0.64 | 0.8 |
| Hex | AC | ED | CB | 1B | 0 | E | 7 | 95 | 40 | 50 |
| Octal | 254 | 355 | 313 | 33 | 0 | 16 | 7 | 225 | 100 | 120 |
| Binary | 10101100 | 11101101 | 11001011 | 11011 | 0 | 1110 | 111 | 10010101 | 1000000 | 1010000 |
Color Harmonies of #ACEDCB
Complementary color
Monochromatic Colors of #ACEDCB
Black with #ACEDCB
Text Example
Text Example
White with #ACEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDCB; }
p { color: rgb(172,237,203); }
H1.HeaderClassName
{
color: #ACEDCB;
}
.AnyTagClassName
{
color: #ACEDCB;
}
</style>
background-color css
<style>
a { background-color: #ACEDCB; }
a { background-color: rgb(172,237,203); }
div.DivClassName
{
background-color: #ACEDCB;
}
.BgClassName
{
background-color: #ACEDCB;
}
</style>
border-color css
<style>
span { border-color: #ACEDCB; }
span { border-color: rgb(172,237,203); }
td.TdClassName
{
border-color: #ACEDCB;
}
.TagClassName
{
border-color: #ACEDCB;
}
</style>