Shades of Magic Mint #A6FDDA
Tints of Magic Mint #A6FDDA
RGB
CMYK
RGB Variations
Color information
#A6FDDA (or 0xA6FDDA) is known color: Magic Mint. HEX triplet: A6, FD and DA. RGB value is (166,253,218). Sum of RGB (Red+Green+Blue) = 166+253+218=637 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.06% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDDA is #590225. Grayscale: #DFDFDF. Windows color (decimal): -5833254 or 14351782. OLE color: 14351782.
HSL color Cylindrical-coordinate representation of color #A6FDDA: hue angle of 155.86º 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 #A6FDDA is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 218 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.01 |
| HSL | 155.86º | 0.96% | 0.82% | - |
| HSV(B) | 155.86º | 0.34% | 0.99% | - |
| XYZ | 63.51 | 83.42 | 79.08 | - |
| YUV | 223 | 125.18 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 218 | 0.34 | 0 | 0.14 | 0.01 | 155.86 | 0.96 | 0.82 |
| Hex | A6 | FD | DA | 22 | 0 | E | 1 | 9C | 60 | 52 |
| Octal | 246 | 375 | 332 | 42 | 0 | 16 | 1 | 234 | 140 | 122 |
| Binary | 10100110 | 11111101 | 11011010 | 100010 | 0 | 1110 | 1 | 10011100 | 1100000 | 1010010 |
Color Harmonies of #A6FDDA
Complementary color
Monochromatic Colors of #A6FDDA
Black with #A6FDDA
Text Example
Text Example
White with #A6FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDDA; }
p { color: rgb(166,253,218); }
H1.HeaderClassName
{
color: #A6FDDA;
}
.AnyTagClassName
{
color: #A6FDDA;
}
</style>
background-color css
<style>
a { background-color: #A6FDDA; }
a { background-color: rgb(166,253,218); }
div.DivClassName
{
background-color: #A6FDDA;
}
.BgClassName
{
background-color: #A6FDDA;
}
</style>
border-color css
<style>
span { border-color: #A6FDDA; }
span { border-color: rgb(166,253,218); }
td.TdClassName
{
border-color: #A6FDDA;
}
.TagClassName
{
border-color: #A6FDDA;
}
</style>