Shades of Magic Mint #A6FBC9
Tints of Magic Mint #A6FBC9
RGB
CMYK
RGB Variations
Color information
#A6FBC9 (or 0xA6FBC9) is known color: Magic Mint. HEX triplet: A6, FB and C9. RGB value is (166,251,201). Sum of RGB (Red+Green+Blue) = 166+251+201=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBC9 is #590436. Grayscale: #DCDCDC. Windows color (decimal): -5833783 or 13237158. OLE color: 13237158.
HSL color Cylindrical-coordinate representation of color #A6FBC9: hue angle of 144.71º 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 #A6FBC9 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 201 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.02 |
| HSL | 144.71º | 0.91% | 0.82% | - |
| HSV(B) | 144.71º | 0.34% | 0.98% | - |
| XYZ | 60.77 | 81.32 | 67.75 | - |
| YUV | 219.89 | 117.34 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 201 | 0.34 | 0 | 0.20 | 0.02 | 144.71 | 0.91 | 0.82 |
| Hex | A6 | FB | C9 | 22 | 0 | 14 | 2 | 91 | 5B | 52 |
| Octal | 246 | 373 | 311 | 42 | 0 | 24 | 2 | 221 | 133 | 122 |
| Binary | 10100110 | 11111011 | 11001001 | 100010 | 0 | 10100 | 10 | 10010001 | 1011011 | 1010010 |
Color Harmonies of #A6FBC9
Complementary color
Monochromatic Colors of #A6FBC9
Black with #A6FBC9
Text Example
Text Example
White with #A6FBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FBC9; }
p { color: rgb(166,251,201); }
H1.HeaderClassName
{
color: #A6FBC9;
}
.AnyTagClassName
{
color: #A6FBC9;
}
</style>
background-color css
<style>
a { background-color: #A6FBC9; }
a { background-color: rgb(166,251,201); }
div.DivClassName
{
background-color: #A6FBC9;
}
.BgClassName
{
background-color: #A6FBC9;
}
</style>
border-color css
<style>
span { border-color: #A6FBC9; }
span { border-color: rgb(166,251,201); }
td.TdClassName
{
border-color: #A6FBC9;
}
.TagClassName
{
border-color: #A6FBC9;
}
</style>