Shades of Magic Mint #A6FDCD
Tints of Magic Mint #A6FDCD
RGB
CMYK
RGB Variations
Color information
#A6FDCD (or 0xA6FDCD) is known color: Magic Mint. HEX triplet: A6, FD and CD. RGB value is (166,253,205). Sum of RGB (Red+Green+Blue) = 166+253+205=624 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.60% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDCD is #590232. Grayscale: #DDDDDD. Windows color (decimal): -5833267 or 13499814. OLE color: 13499814.
HSL color Cylindrical-coordinate representation of color #A6FDCD: hue angle of 146.9º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FDCD is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 205 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.01 |
| HSL | 146.9º | 0.96% | 0.82% | - |
| HSV(B) | 146.9º | 0.34% | 0.99% | - |
| XYZ | 61.87 | 82.77 | 70.47 | - |
| YUV | 221.52 | 118.68 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 205 | 0.34 | 0 | 0.19 | 0.01 | 146.9 | 0.96 | 0.82 |
| Hex | A6 | FD | CD | 22 | 0 | 13 | 1 | 93 | 60 | 52 |
| Octal | 246 | 375 | 315 | 42 | 0 | 23 | 1 | 223 | 140 | 122 |
| Binary | 10100110 | 11111101 | 11001101 | 100010 | 0 | 10011 | 1 | 10010011 | 1100000 | 1010010 |
Color Harmonies of #A6FDCD
Complementary color
Monochromatic Colors of #A6FDCD
Black with #A6FDCD
Text Example
Text Example
White with #A6FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDCD; }
p { color: rgb(166,253,205); }
H1.HeaderClassName
{
color: #A6FDCD;
}
.AnyTagClassName
{
color: #A6FDCD;
}
</style>
background-color css
<style>
a { background-color: #A6FDCD; }
a { background-color: rgb(166,253,205); }
div.DivClassName
{
background-color: #A6FDCD;
}
.BgClassName
{
background-color: #A6FDCD;
}
</style>
border-color css
<style>
span { border-color: #A6FDCD; }
span { border-color: rgb(166,253,205); }
td.TdClassName
{
border-color: #A6FDCD;
}
.TagClassName
{
border-color: #A6FDCD;
}
</style>