Shades of Magic Mint #A6F8D9
Tints of Magic Mint #A6F8D9
RGB
CMYK
RGB Variations
Color information
#A6F8D9 (or 0xA6F8D9) is known color: Magic Mint. HEX triplet: A6, F8 and D9. RGB value is (166,248,217). Sum of RGB (Red+Green+Blue) = 166+248+217=631 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.31% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F8D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F8D9 is #590726. Grayscale: #DBDBDB. Windows color (decimal): -5834535 or 14284966. OLE color: 14284966.
HSL color Cylindrical-coordinate representation of color #A6F8D9: hue angle of 157.32º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F8D9 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 248 | 217 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.03 |
| HSL | 157.32º | 0.85% | 0.81% | - |
| HSV(B) | 157.32º | 0.33% | 0.97% | - |
| XYZ | 61.82 | 80.25 | 77.88 | - |
| YUV | 219.95 | 126.33 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 248 | 217 | 0.33 | 0 | 0.12 | 0.03 | 157.32 | 0.85 | 0.81 |
| Hex | A6 | F8 | D9 | 21 | 0 | C | 3 | 9D | 55 | 51 |
| Octal | 246 | 370 | 331 | 41 | 0 | 14 | 3 | 235 | 125 | 121 |
| Binary | 10100110 | 11111000 | 11011001 | 100001 | 0 | 1100 | 11 | 10011101 | 1010101 | 1010001 |
Color Harmonies of #A6F8D9
Complementary color
Monochromatic Colors of #A6F8D9
Black with #A6F8D9
Text Example
Text Example
White with #A6F8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F8D9; }
p { color: rgb(166,248,217); }
H1.HeaderClassName
{
color: #A6F8D9;
}
.AnyTagClassName
{
color: #A6F8D9;
}
</style>
background-color css
<style>
a { background-color: #A6F8D9; }
a { background-color: rgb(166,248,217); }
div.DivClassName
{
background-color: #A6F8D9;
}
.BgClassName
{
background-color: #A6F8D9;
}
</style>
border-color css
<style>
span { border-color: #A6F8D9; }
span { border-color: rgb(166,248,217); }
td.TdClassName
{
border-color: #A6F8D9;
}
.TagClassName
{
border-color: #A6F8D9;
}
</style>