Shades of Magic Mint #A6FBDB
Tints of Magic Mint #A6FBDB
RGB
CMYK
RGB Variations
Color information
#A6FBDB (or 0xA6FBDB) is known color: Magic Mint. HEX triplet: A6, FB and DB. RGB value is (166,251,219). Sum of RGB (Red+Green+Blue) = 166+251+219=636 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.10% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBDB is #590424. Grayscale: #DDDDDD. Windows color (decimal): -5833765 or 14416806. OLE color: 14416806.
HSL color Cylindrical-coordinate representation of color #A6FBDB: hue angle of 157.41º degrees, saturation: 0.91, 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 #A6FBDB is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 219 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.02 |
| HSL | 157.41º | 0.91% | 0.82% | - |
| HSV(B) | 157.41º | 0.34% | 0.98% | - |
| XYZ | 63.01 | 82.22 | 79.57 | - |
| YUV | 221.94 | 126.34 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 219 | 0.34 | 0 | 0.13 | 0.02 | 157.41 | 0.91 | 0.82 |
| Hex | A6 | FB | DB | 22 | 0 | D | 2 | 9D | 5B | 52 |
| Octal | 246 | 373 | 333 | 42 | 0 | 15 | 2 | 235 | 133 | 122 |
| Binary | 10100110 | 11111011 | 11011011 | 100010 | 0 | 1101 | 10 | 10011101 | 1011011 | 1010010 |
Color Harmonies of #A6FBDB
Complementary color
Monochromatic Colors of #A6FBDB
Black with #A6FBDB
Text Example
Text Example
White with #A6FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FBDB; }
p { color: rgb(166,251,219); }
H1.HeaderClassName
{
color: #A6FBDB;
}
.AnyTagClassName
{
color: #A6FBDB;
}
</style>
background-color css
<style>
a { background-color: #A6FBDB; }
a { background-color: rgb(166,251,219); }
div.DivClassName
{
background-color: #A6FBDB;
}
.BgClassName
{
background-color: #A6FBDB;
}
</style>
border-color css
<style>
span { border-color: #A6FBDB; }
span { border-color: rgb(166,251,219); }
td.TdClassName
{
border-color: #A6FBDB;
}
.TagClassName
{
border-color: #A6FBDB;
}
</style>