Shades of Magic Mint #A6FBC5
Tints of Magic Mint #A6FBC5
RGB
CMYK
RGB Variations
Color information
#A6FBC5 (or 0xA6FBC5) is known color: Magic Mint. HEX triplet: A6, FB and C5. RGB value is (166,251,197). Sum of RGB (Red+Green+Blue) = 166+251+197=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBC5 is #59043A. Grayscale: #DBDBDB. Windows color (decimal): -5833787 or 12975014. OLE color: 12975014.
HSL color Cylindrical-coordinate representation of color #A6FBC5: hue angle of 141.88º 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 #A6FBC5 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 197 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.02 |
| HSL | 141.88º | 0.91% | 0.82% | - |
| HSV(B) | 141.88º | 0.34% | 0.98% | - |
| XYZ | 60.3 | 81.13 | 65.31 | - |
| YUV | 219.43 | 115.34 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 197 | 0.34 | 0 | 0.22 | 0.02 | 141.88 | 0.91 | 0.82 |
| Hex | A6 | FB | C5 | 22 | 0 | 16 | 2 | 8E | 5B | 52 |
| Octal | 246 | 373 | 305 | 42 | 0 | 26 | 2 | 216 | 133 | 122 |
| Binary | 10100110 | 11111011 | 11000101 | 100010 | 0 | 10110 | 10 | 10001110 | 1011011 | 1010010 |
Color Harmonies of #A6FBC5
Complementary color
Monochromatic Colors of #A6FBC5
Black with #A6FBC5
Text Example
Text Example
White with #A6FBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FBC5; }
p { color: rgb(166,251,197); }
H1.HeaderClassName
{
color: #A6FBC5;
}
.AnyTagClassName
{
color: #A6FBC5;
}
</style>
background-color css
<style>
a { background-color: #A6FBC5; }
a { background-color: rgb(166,251,197); }
div.DivClassName
{
background-color: #A6FBC5;
}
.BgClassName
{
background-color: #A6FBC5;
}
</style>
border-color css
<style>
span { border-color: #A6FBC5; }
span { border-color: rgb(166,251,197); }
td.TdClassName
{
border-color: #A6FBC5;
}
.TagClassName
{
border-color: #A6FBC5;
}
</style>