Shades of Magic Mint #A6FDC5
Tints of Magic Mint #A6FDC5
RGB
CMYK
RGB Variations
Color information
#A6FDC5 (or 0xA6FDC5) is known color: Magic Mint. HEX triplet: A6, FD and C5. RGB value is (166,253,197). Sum of RGB (Red+Green+Blue) = 166+253+197=616 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.95% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDC5 is #59023A. Grayscale: #DCDCDC. Windows color (decimal): -5833275 or 12975526. OLE color: 12975526.
HSL color Cylindrical-coordinate representation of color #A6FDC5: hue angle of 141.38º 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 #A6FDC5 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 197 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.01 |
| HSL | 141.38º | 0.96% | 0.82% | - |
| HSV(B) | 141.38º | 0.34% | 0.99% | - |
| XYZ | 60.93 | 82.39 | 65.51 | - |
| YUV | 220.6 | 114.68 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 197 | 0.34 | 0 | 0.22 | 0.01 | 141.38 | 0.96 | 0.82 |
| Hex | A6 | FD | C5 | 22 | 0 | 16 | 1 | 8D | 60 | 52 |
| Octal | 246 | 375 | 305 | 42 | 0 | 26 | 1 | 215 | 140 | 122 |
| Binary | 10100110 | 11111101 | 11000101 | 100010 | 0 | 10110 | 1 | 10001101 | 1100000 | 1010010 |
Color Harmonies of #A6FDC5
Complementary color
Monochromatic Colors of #A6FDC5
Black with #A6FDC5
Text Example
Text Example
White with #A6FDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDC5; }
p { color: rgb(166,253,197); }
H1.HeaderClassName
{
color: #A6FDC5;
}
.AnyTagClassName
{
color: #A6FDC5;
}
</style>
background-color css
<style>
a { background-color: #A6FDC5; }
a { background-color: rgb(166,253,197); }
div.DivClassName
{
background-color: #A6FDC5;
}
.BgClassName
{
background-color: #A6FDC5;
}
</style>
border-color css
<style>
span { border-color: #A6FDC5; }
span { border-color: rgb(166,253,197); }
td.TdClassName
{
border-color: #A6FDC5;
}
.TagClassName
{
border-color: #A6FDC5;
}
</style>