Shades of Magic Mint #A6FBC1
Tints of Magic Mint #A6FBC1
RGB
CMYK
RGB Variations
Color information
#A6FBC1 (or 0xA6FBC1) is known color: Magic Mint. HEX triplet: A6, FB and C1. RGB value is (166,251,193). Sum of RGB (Red+Green+Blue) = 166+251+193=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBC1 is #59043E. Grayscale: #DBDBDB. Windows color (decimal): -5833791 or 12712870. OLE color: 12712870.
HSL color Cylindrical-coordinate representation of color #A6FBC1: hue angle of 139.06º 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 #A6FBC1 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 193 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.02 |
| HSL | 139.06º | 0.91% | 0.82% | - |
| HSV(B) | 139.06º | 0.34% | 0.98% | - |
| XYZ | 59.85 | 80.95 | 62.92 | - |
| YUV | 218.97 | 113.34 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 193 | 0.34 | 0 | 0.23 | 0.02 | 139.06 | 0.91 | 0.82 |
| Hex | A6 | FB | C1 | 22 | 0 | 17 | 2 | 8B | 5B | 52 |
| Octal | 246 | 373 | 301 | 42 | 0 | 27 | 2 | 213 | 133 | 122 |
| Binary | 10100110 | 11111011 | 11000001 | 100010 | 0 | 10111 | 10 | 10001011 | 1011011 | 1010010 |
Color Harmonies of #A6FBC1
Complementary color
Monochromatic Colors of #A6FBC1
Black with #A6FBC1
Text Example
Text Example
White with #A6FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FBC1; }
p { color: rgb(166,251,193); }
H1.HeaderClassName
{
color: #A6FBC1;
}
.AnyTagClassName
{
color: #A6FBC1;
}
</style>
background-color css
<style>
a { background-color: #A6FBC1; }
a { background-color: rgb(166,251,193); }
div.DivClassName
{
background-color: #A6FBC1;
}
.BgClassName
{
background-color: #A6FBC1;
}
</style>
border-color css
<style>
span { border-color: #A6FBC1; }
span { border-color: rgb(166,251,193); }
td.TdClassName
{
border-color: #A6FBC1;
}
.TagClassName
{
border-color: #A6FBC1;
}
</style>