Shades of Magic Mint #A6FABF
Tints of Magic Mint #A6FABF
RGB
CMYK
RGB Variations
Color information
#A6FABF (or 0xA6FABF) is known color: Magic Mint. HEX triplet: A6, FA and BF. RGB value is (166,250,191). Sum of RGB (Red+Green+Blue) = 166+250+191=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FABF is #590540. Grayscale: #DADADA. Windows color (decimal): -5834049 or 12581542. OLE color: 12581542.
HSL color Cylindrical-coordinate representation of color #A6FABF: hue angle of 137.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 #A6FABF is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 191 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.02 |
| HSL | 137.86º | 0.89% | 0.82% | - |
| HSV(B) | 137.86º | 0.34% | 0.98% | - |
| XYZ | 59.32 | 80.24 | 61.65 | - |
| YUV | 218.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 191 | 0.34 | 0 | 0.24 | 0.02 | 137.86 | 0.89 | 0.82 |
| Hex | A6 | FA | BF | 22 | 0 | 18 | 2 | 8A | 59 | 52 |
| Octal | 246 | 372 | 277 | 42 | 0 | 30 | 2 | 212 | 131 | 122 |
| Binary | 10100110 | 11111010 | 10111111 | 100010 | 0 | 11000 | 10 | 10001010 | 1011001 | 1010010 |
Color Harmonies of #A6FABF
Complementary color
Monochromatic Colors of #A6FABF
Black with #A6FABF
Text Example
Text Example
White with #A6FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FABF; }
p { color: rgb(166,250,191); }
H1.HeaderClassName
{
color: #A6FABF;
}
.AnyTagClassName
{
color: #A6FABF;
}
</style>
background-color css
<style>
a { background-color: #A6FABF; }
a { background-color: rgb(166,250,191); }
div.DivClassName
{
background-color: #A6FABF;
}
.BgClassName
{
background-color: #A6FABF;
}
</style>
border-color css
<style>
span { border-color: #A6FABF; }
span { border-color: rgb(166,250,191); }
td.TdClassName
{
border-color: #A6FABF;
}
.TagClassName
{
border-color: #A6FABF;
}
</style>