Shades of Magic Mint #A6FACB
Tints of Magic Mint #A6FACB
RGB
CMYK
RGB Variations
Color information
#A6FACB (or 0xA6FACB) is known color: Magic Mint. HEX triplet: A6, FA and CB. RGB value is (166,250,203). Sum of RGB (Red+Green+Blue) = 166+250+203=619 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.82% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FACB is #590534. Grayscale: #DBDBDB. Windows color (decimal): -5834037 or 13367974. OLE color: 13367974.
HSL color Cylindrical-coordinate representation of color #A6FACB: hue angle of 146.43º degrees, saturation: 0.89, 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 #A6FACB is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 203 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.02 |
| HSL | 146.43º | 0.89% | 0.82% | - |
| HSV(B) | 146.43º | 0.34% | 0.98% | - |
| XYZ | 60.69 | 80.79 | 68.9 | - |
| YUV | 219.53 | 118.67 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 203 | 0.34 | 0 | 0.19 | 0.02 | 146.43 | 0.89 | 0.82 |
| Hex | A6 | FA | CB | 22 | 0 | 13 | 2 | 92 | 59 | 52 |
| Octal | 246 | 372 | 313 | 42 | 0 | 23 | 2 | 222 | 131 | 122 |
| Binary | 10100110 | 11111010 | 11001011 | 100010 | 0 | 10011 | 10 | 10010010 | 1011001 | 1010010 |
Color Harmonies of #A6FACB
Complementary color
Monochromatic Colors of #A6FACB
Black with #A6FACB
Text Example
Text Example
White with #A6FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FACB; }
p { color: rgb(166,250,203); }
H1.HeaderClassName
{
color: #A6FACB;
}
.AnyTagClassName
{
color: #A6FACB;
}
</style>
background-color css
<style>
a { background-color: #A6FACB; }
a { background-color: rgb(166,250,203); }
div.DivClassName
{
background-color: #A6FACB;
}
.BgClassName
{
background-color: #A6FACB;
}
</style>
border-color css
<style>
span { border-color: #A6FACB; }
span { border-color: rgb(166,250,203); }
td.TdClassName
{
border-color: #A6FACB;
}
.TagClassName
{
border-color: #A6FACB;
}
</style>