Shades of Magic Mint #A6FDBF
Tints of Magic Mint #A6FDBF
RGB
CMYK
RGB Variations
Color information
#A6FDBF (or 0xA6FDBF) is known color: Magic Mint. HEX triplet: A6, FD and BF. RGB value is (166,253,191). Sum of RGB (Red+Green+Blue) = 166+253+191=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDBF is #590240. Grayscale: #DCDCDC. Windows color (decimal): -5833281 or 12582310. OLE color: 12582310.
HSL color Cylindrical-coordinate representation of color #A6FDBF: hue angle of 137.24º 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 #A6FDBF is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 191 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.01 |
| HSL | 137.24º | 0.96% | 0.82% | - |
| HSV(B) | 137.24º | 0.34% | 0.99% | - |
| XYZ | 60.26 | 82.12 | 61.97 | - |
| YUV | 219.92 | 111.68 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 191 | 0.34 | 0 | 0.25 | 0.01 | 137.24 | 0.96 | 0.82 |
| Hex | A6 | FD | BF | 22 | 0 | 19 | 1 | 89 | 60 | 52 |
| Octal | 246 | 375 | 277 | 42 | 0 | 31 | 1 | 211 | 140 | 122 |
| Binary | 10100110 | 11111101 | 10111111 | 100010 | 0 | 11001 | 1 | 10001001 | 1100000 | 1010010 |
Color Harmonies of #A6FDBF
Complementary color
Monochromatic Colors of #A6FDBF
Black with #A6FDBF
Text Example
Text Example
White with #A6FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDBF; }
p { color: rgb(166,253,191); }
H1.HeaderClassName
{
color: #A6FDBF;
}
.AnyTagClassName
{
color: #A6FDBF;
}
</style>
background-color css
<style>
a { background-color: #A6FDBF; }
a { background-color: rgb(166,253,191); }
div.DivClassName
{
background-color: #A6FDBF;
}
.BgClassName
{
background-color: #A6FDBF;
}
</style>
border-color css
<style>
span { border-color: #A6FDBF; }
span { border-color: rgb(166,253,191); }
td.TdClassName
{
border-color: #A6FDBF;
}
.TagClassName
{
border-color: #A6FDBF;
}
</style>