Shades of Magic Mint #ACDDC2
Tints of Magic Mint #ACDDC2
RGB
CMYK
RGB Variations
Color information
#ACDDC2 (or 0xACDDC2) is known color: Magic Mint. HEX triplet: AC, DD and C2. RGB value is (172,221,194). Sum of RGB (Red+Green+Blue) = 172+221+194=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDC2 is #53223D. Grayscale: #CBCBCB. Windows color (decimal): -5448254 or 12770732. OLE color: 12770732.
HSL color Cylindrical-coordinate representation of color #ACDDC2: hue angle of 146.94º 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 #ACDDC2 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 221 | 194 | - |
CMYK | 0.22 | 0 | 0.12 | 0.13 |
HSL | 146.94º | 0.42% | 0.77% | - |
HSV(B) | 146.94º | 0.22% | 0.87% | - |
XYZ | 52.61 | 64.38 | 60.69 | - |
YUV | 203.27 | 122.77 | 105.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 194 | 0.22 | 0 | 0.12 | 0.13 | 146.94 | 0.42 | 0.77 |
Hex | AC | DD | C2 | 16 | 0 | C | D | 93 | 2A | 4D |
Octal | 254 | 335 | 302 | 26 | 0 | 14 | 15 | 223 | 52 | 115 |
Binary | 10101100 | 11011101 | 11000010 | 10110 | 0 | 1100 | 1101 | 10010011 | 101010 | 1001101 |
Color Harmonies of #ACDDC2
Complementary color
Monochromatic Colors of #ACDDC2
Black with #ACDDC2
Text Example
Text Example
White with #ACDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDC2; }
p { color: rgb(172,221,194); }
H1.HeaderClassName
{
color: #ACDDC2;
}
.AnyTagClassName
{
color: #ACDDC2;
}
</style>
background-color css
<style>
a { background-color: #ACDDC2; }
a { background-color: rgb(172,221,194); }
div.DivClassName
{
background-color: #ACDDC2;
}
.BgClassName
{
background-color: #ACDDC2;
}
</style>
border-color css
<style>
span { border-color: #ACDDC2; }
span { border-color: rgb(172,221,194); }
td.TdClassName
{
border-color: #ACDDC2;
}
.TagClassName
{
border-color: #ACDDC2;
}
</style>