Shades of Magic Mint #A6F0D8
Tints of Magic Mint #A6F0D8
RGB
CMYK
RGB Variations
Color information
#A6F0D8 (or 0xA6F0D8) is known color: Magic Mint. HEX triplet: A6, F0 and D8. RGB value is (166,240,216). Sum of RGB (Red+Green+Blue) = 166+240+216=622 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.69% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F0D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F0D8 is #590F27. Grayscale: #D7D7D7. Windows color (decimal): -5836584 or 14217382. OLE color: 14217382.
HSL color Cylindrical-coordinate representation of color #A6F0D8: hue angle of 160.54º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F0D8 is Cyan = 0.31, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 240 | 216 | - |
| CMYK | 0.31 | 0 | 0.1 | 0.06 |
| HSL | 160.54º | 0.71% | 0.8% | - |
| HSV(B) | 160.54º | 0.31% | 0.94% | - |
| XYZ | 59.28 | 75.39 | 76.39 | - |
| YUV | 215.14 | 128.48 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 240 | 216 | 0.31 | 0 | 0.1 | 0.06 | 160.54 | 0.71 | 0.8 |
| Hex | A6 | F0 | D8 | 1F | 0 | A | 6 | A1 | 47 | 50 |
| Octal | 246 | 360 | 330 | 37 | 0 | 12 | 6 | 241 | 107 | 120 |
| Binary | 10100110 | 11110000 | 11011000 | 11111 | 0 | 1010 | 110 | 10100001 | 1000111 | 1010000 |
Color Harmonies of #A6F0D8
Complementary color
Monochromatic Colors of #A6F0D8
Black with #A6F0D8
Text Example
Text Example
White with #A6F0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F0D8; }
p { color: rgb(166,240,216); }
H1.HeaderClassName
{
color: #A6F0D8;
}
.AnyTagClassName
{
color: #A6F0D8;
}
</style>
background-color css
<style>
a { background-color: #A6F0D8; }
a { background-color: rgb(166,240,216); }
div.DivClassName
{
background-color: #A6F0D8;
}
.BgClassName
{
background-color: #A6F0D8;
}
</style>
border-color css
<style>
span { border-color: #A6F0D8; }
span { border-color: rgb(166,240,216); }
td.TdClassName
{
border-color: #A6F0D8;
}
.TagClassName
{
border-color: #A6F0D8;
}
</style>