Shades of Magic Mint #ACEDC6
Tints of Magic Mint #ACEDC6
RGB
CMYK
RGB Variations
Color information
#ACEDC6 (or 0xACEDC6) is known color: Magic Mint. HEX triplet: AC, ED and C6. RGB value is (172,237,198). Sum of RGB (Red+Green+Blue) = 172+237+198=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDC6 is #531239. Grayscale: #D5D5D5. Windows color (decimal): -5444154 or 13036972. OLE color: 13036972.
HSL color Cylindrical-coordinate representation of color #ACEDC6: hue angle of 144º 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 #ACEDC6 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 198 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.07 |
| HSL | 144º | 0.64% | 0.8% | - |
| HSV(B) | 144º | 0.27% | 0.93% | - |
| XYZ | 57.49 | 73.42 | 64.57 | - |
| YUV | 213.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 198 | 0.27 | 0 | 0.16 | 0.07 | 144 | 0.64 | 0.8 |
| Hex | AC | ED | C6 | 1B | 0 | 10 | 7 | 90 | 40 | 50 |
| Octal | 254 | 355 | 306 | 33 | 0 | 20 | 7 | 220 | 100 | 120 |
| Binary | 10101100 | 11101101 | 11000110 | 11011 | 0 | 10000 | 111 | 10010000 | 1000000 | 1010000 |
Color Harmonies of #ACEDC6
Complementary color
Monochromatic Colors of #ACEDC6
Black with #ACEDC6
Text Example
Text Example
White with #ACEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDC6; }
p { color: rgb(172,237,198); }
H1.HeaderClassName
{
color: #ACEDC6;
}
.AnyTagClassName
{
color: #ACEDC6;
}
</style>
background-color css
<style>
a { background-color: #ACEDC6; }
a { background-color: rgb(172,237,198); }
div.DivClassName
{
background-color: #ACEDC6;
}
.BgClassName
{
background-color: #ACEDC6;
}
</style>
border-color css
<style>
span { border-color: #ACEDC6; }
span { border-color: rgb(172,237,198); }
td.TdClassName
{
border-color: #ACEDC6;
}
.TagClassName
{
border-color: #ACEDC6;
}
</style>