Shades of Magic Mint #A6DCC5
Tints of Magic Mint #A6DCC5
RGB
CMYK
RGB Variations
Color information
#A6DCC5 (or 0xA6DCC5) is known color: Magic Mint. HEX triplet: A6, DC and C5. RGB value is (166,220,197). Sum of RGB (Red+Green+Blue) = 166+220+197=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCC5 is #59233A. Grayscale: #C9C9C9. Windows color (decimal): -5841723 or 12967078. OLE color: 12967078.
HSL color Cylindrical-coordinate representation of color #A6DCC5: hue angle of 154.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DCC5 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 197 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.14 |
| HSL | 154.44º | 0.44% | 0.76% | - |
| HSV(B) | 154.44º | 0.25% | 0.86% | - |
| XYZ | 51.4 | 63.32 | 62.34 | - |
| YUV | 201.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 197 | 0.25 | 0 | 0.10 | 0.14 | 154.44 | 0.44 | 0.76 |
| Hex | A6 | DC | C5 | 19 | 0 | A | E | 9A | 2C | 4C |
| Octal | 246 | 334 | 305 | 31 | 0 | 12 | 16 | 232 | 54 | 114 |
| Binary | 10100110 | 11011100 | 11000101 | 11001 | 0 | 1010 | 1110 | 10011010 | 101100 | 1001100 |
Color Harmonies of #A6DCC5
Complementary color
Monochromatic Colors of #A6DCC5
Black with #A6DCC5
Text Example
Text Example
White with #A6DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DCC5; }
p { color: rgb(166,220,197); }
H1.HeaderClassName
{
color: #A6DCC5;
}
.AnyTagClassName
{
color: #A6DCC5;
}
</style>
background-color css
<style>
a { background-color: #A6DCC5; }
a { background-color: rgb(166,220,197); }
div.DivClassName
{
background-color: #A6DCC5;
}
.BgClassName
{
background-color: #A6DCC5;
}
</style>
border-color css
<style>
span { border-color: #A6DCC5; }
span { border-color: rgb(166,220,197); }
td.TdClassName
{
border-color: #A6DCC5;
}
.TagClassName
{
border-color: #A6DCC5;
}
</style>