Shades of Magic Mint #A6FADB
Tints of Magic Mint #A6FADB
RGB
CMYK
RGB Variations
Color information
#A6FADB (or 0xA6FADB) is known color: Magic Mint. HEX triplet: A6, FA and DB. RGB value is (166,250,219). Sum of RGB (Red+Green+Blue) = 166+250+219=635 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.14% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FADB is #590524. Grayscale: #DDDDDD. Windows color (decimal): -5834021 or 14416550. OLE color: 14416550.
HSL color Cylindrical-coordinate representation of color #A6FADB: hue angle of 157.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FADB is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 219 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.02 |
| HSL | 157.86º | 0.89% | 0.82% | - |
| HSV(B) | 157.86º | 0.34% | 0.98% | - |
| XYZ | 62.7 | 81.59 | 79.46 | - |
| YUV | 221.35 | 126.67 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 219 | 0.34 | 0 | 0.12 | 0.02 | 157.86 | 0.89 | 0.82 |
| Hex | A6 | FA | DB | 22 | 0 | C | 2 | 9E | 59 | 52 |
| Octal | 246 | 372 | 333 | 42 | 0 | 14 | 2 | 236 | 131 | 122 |
| Binary | 10100110 | 11111010 | 11011011 | 100010 | 0 | 1100 | 10 | 10011110 | 1011001 | 1010010 |
Color Harmonies of #A6FADB
Complementary color
Monochromatic Colors of #A6FADB
Black with #A6FADB
Text Example
Text Example
White with #A6FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FADB; }
p { color: rgb(166,250,219); }
H1.HeaderClassName
{
color: #A6FADB;
}
.AnyTagClassName
{
color: #A6FADB;
}
</style>
background-color css
<style>
a { background-color: #A6FADB; }
a { background-color: rgb(166,250,219); }
div.DivClassName
{
background-color: #A6FADB;
}
.BgClassName
{
background-color: #A6FADB;
}
</style>
border-color css
<style>
span { border-color: #A6FADB; }
span { border-color: rgb(166,250,219); }
td.TdClassName
{
border-color: #A6FADB;
}
.TagClassName
{
border-color: #A6FADB;
}
</style>