Shades of Magic Mint #A6FBC6
Tints of Magic Mint #A6FBC6
RGB
CMYK
RGB Variations
Color information
#A6FBC6 (or 0xA6FBC6) is known color: Magic Mint. HEX triplet: A6, FB and C6. RGB value is (166,251,198). Sum of RGB (Red+Green+Blue) = 166+251+198=615 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.99% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBC6 is #590439. Grayscale: #DBDBDB. Windows color (decimal): -5833786 or 13040550. OLE color: 13040550.
HSL color Cylindrical-coordinate representation of color #A6FBC6: hue angle of 142.59º 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 #A6FBC6 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 198 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.02 |
| HSL | 142.59º | 0.91% | 0.82% | - |
| HSV(B) | 142.59º | 0.34% | 0.98% | - |
| XYZ | 60.42 | 81.18 | 65.91 | - |
| YUV | 219.54 | 115.84 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 198 | 0.34 | 0 | 0.21 | 0.02 | 142.59 | 0.91 | 0.82 |
| Hex | A6 | FB | C6 | 22 | 0 | 15 | 2 | 8F | 5B | 52 |
| Octal | 246 | 373 | 306 | 42 | 0 | 25 | 2 | 217 | 133 | 122 |
| Binary | 10100110 | 11111011 | 11000110 | 100010 | 0 | 10101 | 10 | 10001111 | 1011011 | 1010010 |
Color Harmonies of #A6FBC6
Complementary color
Monochromatic Colors of #A6FBC6
Black with #A6FBC6
Text Example
Text Example
White with #A6FBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FBC6; }
p { color: rgb(166,251,198); }
H1.HeaderClassName
{
color: #A6FBC6;
}
.AnyTagClassName
{
color: #A6FBC6;
}
</style>
background-color css
<style>
a { background-color: #A6FBC6; }
a { background-color: rgb(166,251,198); }
div.DivClassName
{
background-color: #A6FBC6;
}
.BgClassName
{
background-color: #A6FBC6;
}
</style>
border-color css
<style>
span { border-color: #A6FBC6; }
span { border-color: rgb(166,251,198); }
td.TdClassName
{
border-color: #A6FBC6;
}
.TagClassName
{
border-color: #A6FBC6;
}
</style>