Shades of Magic Mint #A6FBCD
Tints of Magic Mint #A6FBCD
RGB
CMYK
RGB Variations
Color information
#A6FBCD (or 0xA6FBCD) is known color: Magic Mint. HEX triplet: A6, FB and CD. RGB value is (166,251,205). Sum of RGB (Red+Green+Blue) = 166+251+205=622 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.69% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBCD is #590432. Grayscale: #DCDCDC. Windows color (decimal): -5833779 or 13499302. OLE color: 13499302.
HSL color Cylindrical-coordinate representation of color #A6FBCD: hue angle of 147.53º 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 #A6FBCD is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 205 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.02 |
| HSL | 147.53º | 0.91% | 0.82% | - |
| HSV(B) | 147.53º | 0.34% | 0.98% | - |
| XYZ | 61.24 | 81.51 | 70.26 | - |
| YUV | 220.34 | 119.34 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 205 | 0.34 | 0 | 0.18 | 0.02 | 147.53 | 0.91 | 0.82 |
| Hex | A6 | FB | CD | 22 | 0 | 12 | 2 | 94 | 5B | 52 |
| Octal | 246 | 373 | 315 | 42 | 0 | 22 | 2 | 224 | 133 | 122 |
| Binary | 10100110 | 11111011 | 11001101 | 100010 | 0 | 10010 | 10 | 10010100 | 1011011 | 1010010 |
Color Harmonies of #A6FBCD
Complementary color
Monochromatic Colors of #A6FBCD
Black with #A6FBCD
Text Example
Text Example
White with #A6FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FBCD; }
p { color: rgb(166,251,205); }
H1.HeaderClassName
{
color: #A6FBCD;
}
.AnyTagClassName
{
color: #A6FBCD;
}
</style>
background-color css
<style>
a { background-color: #A6FBCD; }
a { background-color: rgb(166,251,205); }
div.DivClassName
{
background-color: #A6FBCD;
}
.BgClassName
{
background-color: #A6FBCD;
}
</style>
border-color css
<style>
span { border-color: #A6FBCD; }
span { border-color: rgb(166,251,205); }
td.TdClassName
{
border-color: #A6FBCD;
}
.TagClassName
{
border-color: #A6FBCD;
}
</style>