Shades of Magic Mint #A6FACD
Tints of Magic Mint #A6FACD
RGB
CMYK
RGB Variations
Color information
#A6FACD (or 0xA6FACD) is known color: Magic Mint. HEX triplet: A6, FA and CD. RGB value is (166,250,205). Sum of RGB (Red+Green+Blue) = 166+250+205=621 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.73% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FACD is #590532. Grayscale: #DBDBDB. Windows color (decimal): -5834035 or 13499046. OLE color: 13499046.
HSL color Cylindrical-coordinate representation of color #A6FACD: hue angle of 147.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FACD is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 205 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.02 |
| HSL | 147.86º | 0.89% | 0.82% | - |
| HSV(B) | 147.86º | 0.34% | 0.98% | - |
| XYZ | 60.93 | 80.89 | 70.16 | - |
| YUV | 219.75 | 119.67 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 205 | 0.34 | 0 | 0.18 | 0.02 | 147.86 | 0.89 | 0.82 |
| Hex | A6 | FA | CD | 22 | 0 | 12 | 2 | 94 | 59 | 52 |
| Octal | 246 | 372 | 315 | 42 | 0 | 22 | 2 | 224 | 131 | 122 |
| Binary | 10100110 | 11111010 | 11001101 | 100010 | 0 | 10010 | 10 | 10010100 | 1011001 | 1010010 |
Color Harmonies of #A6FACD
Complementary color
Monochromatic Colors of #A6FACD
Black with #A6FACD
Text Example
Text Example
White with #A6FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FACD; }
p { color: rgb(166,250,205); }
H1.HeaderClassName
{
color: #A6FACD;
}
.AnyTagClassName
{
color: #A6FACD;
}
</style>
background-color css
<style>
a { background-color: #A6FACD; }
a { background-color: rgb(166,250,205); }
div.DivClassName
{
background-color: #A6FACD;
}
.BgClassName
{
background-color: #A6FACD;
}
</style>
border-color css
<style>
span { border-color: #A6FACD; }
span { border-color: rgb(166,250,205); }
td.TdClassName
{
border-color: #A6FACD;
}
.TagClassName
{
border-color: #A6FACD;
}
</style>