Shades of Magic Mint #A6FDDD
Tints of Magic Mint #A6FDDD
RGB
CMYK
RGB Variations
Color information
#A6FDDD (or 0xA6FDDD) is known color: Magic Mint. HEX triplet: A6, FD and DD. RGB value is (166,253,221). Sum of RGB (Red+Green+Blue) = 166+253+221=640 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.94% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDDD is #590222. Grayscale: #DFDFDF. Windows color (decimal): -5833251 or 14548390. OLE color: 14548390.
HSL color Cylindrical-coordinate representation of color #A6FDDD: hue angle of 157.93º 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 #A6FDDD is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 221 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.01 |
| HSL | 157.93º | 0.96% | 0.82% | - |
| HSV(B) | 157.93º | 0.34% | 0.99% | - |
| XYZ | 63.9 | 83.58 | 81.17 | - |
| YUV | 223.34 | 126.68 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 221 | 0.34 | 0 | 0.13 | 0.01 | 157.93 | 0.96 | 0.82 |
| Hex | A6 | FD | DD | 22 | 0 | D | 1 | 9E | 60 | 52 |
| Octal | 246 | 375 | 335 | 42 | 0 | 15 | 1 | 236 | 140 | 122 |
| Binary | 10100110 | 11111101 | 11011101 | 100010 | 0 | 1101 | 1 | 10011110 | 1100000 | 1010010 |
Color Harmonies of #A6FDDD
Complementary color
Monochromatic Colors of #A6FDDD
Black with #A6FDDD
Text Example
Text Example
White with #A6FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDDD; }
p { color: rgb(166,253,221); }
H1.HeaderClassName
{
color: #A6FDDD;
}
.AnyTagClassName
{
color: #A6FDDD;
}
</style>
background-color css
<style>
a { background-color: #A6FDDD; }
a { background-color: rgb(166,253,221); }
div.DivClassName
{
background-color: #A6FDDD;
}
.BgClassName
{
background-color: #A6FDDD;
}
</style>
border-color css
<style>
span { border-color: #A6FDDD; }
span { border-color: rgb(166,253,221); }
td.TdClassName
{
border-color: #A6FDDD;
}
.TagClassName
{
border-color: #A6FDDD;
}
</style>