Shades of Magic Mint #A7FDC6
Tints of Magic Mint #A7FDC6
RGB
CMYK
RGB Variations
Color information
#A7FDC6 (or 0xA7FDC6) is known color: Magic Mint. HEX triplet: A7, FD and C6. RGB value is (167,253,198). Sum of RGB (Red+Green+Blue) = 167+253+198=618 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.02% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #A7FDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FDC6 is #580239. Grayscale: #DDDDDD. Windows color (decimal): -5767738 or 13041063. OLE color: 13041063.
HSL color Cylindrical-coordinate representation of color #A7FDC6: hue angle of 141.63º 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 #A7FDC6 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 253 | 198 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.01 |
| HSL | 141.63º | 0.96% | 0.82% | - |
| HSV(B) | 141.63º | 0.34% | 0.99% | - |
| XYZ | 61.25 | 82.54 | 66.13 | - |
| YUV | 221.02 | 115.01 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 253 | 198 | 0.34 | 0 | 0.22 | 0.01 | 141.63 | 0.96 | 0.82 |
| Hex | A7 | FD | C6 | 22 | 0 | 16 | 1 | 8E | 60 | 52 |
| Octal | 247 | 375 | 306 | 42 | 0 | 26 | 1 | 216 | 140 | 122 |
| Binary | 10100111 | 11111101 | 11000110 | 100010 | 0 | 10110 | 1 | 10001110 | 1100000 | 1010010 |
Color Harmonies of #A7FDC6
Complementary color
Monochromatic Colors of #A7FDC6
Black with #A7FDC6
Text Example
Text Example
White with #A7FDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FDC6; }
p { color: rgb(167,253,198); }
H1.HeaderClassName
{
color: #A7FDC6;
}
.AnyTagClassName
{
color: #A7FDC6;
}
</style>
background-color css
<style>
a { background-color: #A7FDC6; }
a { background-color: rgb(167,253,198); }
div.DivClassName
{
background-color: #A7FDC6;
}
.BgClassName
{
background-color: #A7FDC6;
}
</style>
border-color css
<style>
span { border-color: #A7FDC6; }
span { border-color: rgb(167,253,198); }
td.TdClassName
{
border-color: #A7FDC6;
}
.TagClassName
{
border-color: #A7FDC6;
}
</style>