Shades of Magic Mint #ACDDC5
Tints of Magic Mint #ACDDC5
RGB
CMYK
RGB Variations
Color information
#ACDDC5 (or 0xACDDC5) is known color: Magic Mint. HEX triplet: AC, DD and C5. RGB value is (172,221,197). Sum of RGB (Red+Green+Blue) = 172+221+197=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDC5 is #53223A. Grayscale: #CBCBCB. Windows color (decimal): -5448251 or 12967340. OLE color: 12967340.
HSL color Cylindrical-coordinate representation of color #ACDDC5: hue angle of 150.61º 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 #ACDDC5 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 221 | 197 | - |
CMYK | 0.22 | 0 | 0.11 | 0.13 |
HSL | 150.61º | 0.42% | 0.77% | - |
HSV(B) | 150.61º | 0.22% | 0.87% | - |
XYZ | 52.95 | 64.51 | 62.49 | - |
YUV | 203.61 | 124.27 | 105.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 197 | 0.22 | 0 | 0.11 | 0.13 | 150.61 | 0.42 | 0.77 |
Hex | AC | DD | C5 | 16 | 0 | B | D | 97 | 2A | 4D |
Octal | 254 | 335 | 305 | 26 | 0 | 13 | 15 | 227 | 52 | 115 |
Binary | 10101100 | 11011101 | 11000101 | 10110 | 0 | 1011 | 1101 | 10010111 | 101010 | 1001101 |
Color Harmonies of #ACDDC5
Complementary color
Monochromatic Colors of #ACDDC5
Black with #ACDDC5
Text Example
Text Example
White with #ACDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDC5; }
p { color: rgb(172,221,197); }
H1.HeaderClassName
{
color: #ACDDC5;
}
.AnyTagClassName
{
color: #ACDDC5;
}
</style>
background-color css
<style>
a { background-color: #ACDDC5; }
a { background-color: rgb(172,221,197); }
div.DivClassName
{
background-color: #ACDDC5;
}
.BgClassName
{
background-color: #ACDDC5;
}
</style>
border-color css
<style>
span { border-color: #ACDDC5; }
span { border-color: rgb(172,221,197); }
td.TdClassName
{
border-color: #ACDDC5;
}
.TagClassName
{
border-color: #ACDDC5;
}
</style>