Shades of Magic Mint #A6FFDA
Tints of Magic Mint #A6FFDA
RGB
CMYK
RGB Variations
Color information
#A6FFDA (or 0xA6FFDA) is known color: Magic Mint. HEX triplet: A6, FF and DA. RGB value is (166,255,218). Sum of RGB (Red+Green+Blue) = 166+255+218=639 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.98% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFDA is #590025. Grayscale: #E0E0E0. Windows color (decimal): -5832742 or 14352294. OLE color: 14352294.
HSL color Cylindrical-coordinate representation of color #A6FFDA: hue angle of 155.06º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFDA is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 218 | - |
| CMYK | 0.35 | 0 | 0.15 | 0 |
| HSL | 155.06º | 1% | 0.83% | - |
| HSV(B) | 155.06º | 0.35% | 1% | - |
| XYZ | 64.14 | 84.69 | 79.3 | - |
| YUV | 224.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 218 | 0.35 | 0 | 0.15 | 0 | 155.06 | 1 | 0.83 |
| Hex | A6 | FF | DA | 23 | 0 | F | 0 | 9B | 64 | 53 |
| Octal | 246 | 377 | 332 | 43 | 0 | 17 | 0 | 233 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11011010 | 100011 | 0 | 1111 | 0 | 10011011 | 1100100 | 1010011 |
Color Harmonies of #A6FFDA
Complementary color
Monochromatic Colors of #A6FFDA
Black with #A6FFDA
Text Example
Text Example
White with #A6FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFDA; }
p { color: rgb(166,255,218); }
H1.HeaderClassName
{
color: #A6FFDA;
}
.AnyTagClassName
{
color: #A6FFDA;
}
</style>
background-color css
<style>
a { background-color: #A6FFDA; }
a { background-color: rgb(166,255,218); }
div.DivClassName
{
background-color: #A6FFDA;
}
.BgClassName
{
background-color: #A6FFDA;
}
</style>
border-color css
<style>
span { border-color: #A6FFDA; }
span { border-color: rgb(166,255,218); }
td.TdClassName
{
border-color: #A6FFDA;
}
.TagClassName
{
border-color: #A6FFDA;
}
</style>