Shades of Magic Mint #A6FBC2
Tints of Magic Mint #A6FBC2
RGB
CMYK
RGB Variations
Color information
#A6FBC2 (or 0xA6FBC2) is known color: Magic Mint. HEX triplet: A6, FB and C2. RGB value is (166,251,194). Sum of RGB (Red+Green+Blue) = 166+251+194=611 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.17% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBC2 is #59043D. Grayscale: #DBDBDB. Windows color (decimal): -5833790 or 12778406. OLE color: 12778406.
HSL color Cylindrical-coordinate representation of color #A6FBC2: hue angle of 139.76º 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 #A6FBC2 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 194 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.02 |
| HSL | 139.76º | 0.91% | 0.82% | - |
| HSV(B) | 139.76º | 0.34% | 0.98% | - |
| XYZ | 59.96 | 81 | 63.51 | - |
| YUV | 219.09 | 113.84 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 194 | 0.34 | 0 | 0.23 | 0.02 | 139.76 | 0.91 | 0.82 |
| Hex | A6 | FB | C2 | 22 | 0 | 17 | 2 | 8C | 5B | 52 |
| Octal | 246 | 373 | 302 | 42 | 0 | 27 | 2 | 214 | 133 | 122 |
| Binary | 10100110 | 11111011 | 11000010 | 100010 | 0 | 10111 | 10 | 10001100 | 1011011 | 1010010 |
Color Harmonies of #A6FBC2
Complementary color
Monochromatic Colors of #A6FBC2
Black with #A6FBC2
Text Example
Text Example
White with #A6FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FBC2; }
p { color: rgb(166,251,194); }
H1.HeaderClassName
{
color: #A6FBC2;
}
.AnyTagClassName
{
color: #A6FBC2;
}
</style>
background-color css
<style>
a { background-color: #A6FBC2; }
a { background-color: rgb(166,251,194); }
div.DivClassName
{
background-color: #A6FBC2;
}
.BgClassName
{
background-color: #A6FBC2;
}
</style>
border-color css
<style>
span { border-color: #A6FBC2; }
span { border-color: rgb(166,251,194); }
td.TdClassName
{
border-color: #A6FBC2;
}
.TagClassName
{
border-color: #A6FBC2;
}
</style>