Shades of Magic Mint #ACDDC6
Tints of Magic Mint #ACDDC6
RGB
CMYK
RGB Variations
Color information
#ACDDC6 (or 0xACDDC6) is known color: Magic Mint. HEX triplet: AC, DD and C6. RGB value is (172,221,198). Sum of RGB (Red+Green+Blue) = 172+221+198=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDC6 is #532239. Grayscale: #CBCBCB. Windows color (decimal): -5448250 or 13032876. OLE color: 13032876.
HSL color Cylindrical-coordinate representation of color #ACDDC6: hue angle of 151.84º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDC6 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 221 | 198 | - |
CMYK | 0.22 | 0 | 0.10 | 0.13 |
HSL | 151.84º | 0.42% | 0.77% | - |
HSV(B) | 151.84º | 0.22% | 0.87% | - |
XYZ | 53.06 | 64.56 | 63.09 | - |
YUV | 203.73 | 124.77 | 105.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 198 | 0.22 | 0 | 0.10 | 0.13 | 151.84 | 0.42 | 0.77 |
Hex | AC | DD | C6 | 16 | 0 | A | D | 98 | 2A | 4D |
Octal | 254 | 335 | 306 | 26 | 0 | 12 | 15 | 230 | 52 | 115 |
Binary | 10101100 | 11011101 | 11000110 | 10110 | 0 | 1010 | 1101 | 10011000 | 101010 | 1001101 |
Color Harmonies of #ACDDC6
Complementary color
Monochromatic Colors of #ACDDC6
Black with #ACDDC6
Text Example
Text Example
White with #ACDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDC6; }
p { color: rgb(172,221,198); }
H1.HeaderClassName
{
color: #ACDDC6;
}
.AnyTagClassName
{
color: #ACDDC6;
}
</style>
background-color css
<style>
a { background-color: #ACDDC6; }
a { background-color: rgb(172,221,198); }
div.DivClassName
{
background-color: #ACDDC6;
}
.BgClassName
{
background-color: #ACDDC6;
}
</style>
border-color css
<style>
span { border-color: #ACDDC6; }
span { border-color: rgb(172,221,198); }
td.TdClassName
{
border-color: #ACDDC6;
}
.TagClassName
{
border-color: #ACDDC6;
}
</style>