Shades of Magic Mint #A6FAC8
Tints of Magic Mint #A6FAC8
RGB
CMYK
RGB Variations
Color information
#A6FAC8 (or 0xA6FAC8) is known color: Magic Mint. HEX triplet: A6, FA and C8. RGB value is (166,250,200). Sum of RGB (Red+Green+Blue) = 166+250+200=616 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.95% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FAC8 is #590537. Grayscale: #DBDBDB. Windows color (decimal): -5834040 or 13171366. OLE color: 13171366.
HSL color Cylindrical-coordinate representation of color #A6FAC8: hue angle of 144.29º 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 #A6FAC8 is Cyan = 0.34, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 200 | - |
| CMYK | 0.34 | 0 | 0.2 | 0.02 |
| HSL | 144.29º | 0.89% | 0.82% | - |
| HSV(B) | 144.29º | 0.34% | 0.98% | - |
| XYZ | 60.34 | 80.65 | 67.03 | - |
| YUV | 219.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 200 | 0.34 | 0 | 0.2 | 0.02 | 144.29 | 0.89 | 0.82 |
| Hex | A6 | FA | C8 | 22 | 0 | 14 | 2 | 90 | 59 | 52 |
| Octal | 246 | 372 | 310 | 42 | 0 | 24 | 2 | 220 | 131 | 122 |
| Binary | 10100110 | 11111010 | 11001000 | 100010 | 0 | 10100 | 10 | 10010000 | 1011001 | 1010010 |
Color Harmonies of #A6FAC8
Complementary color
Monochromatic Colors of #A6FAC8
Black with #A6FAC8
Text Example
Text Example
White with #A6FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FAC8; }
p { color: rgb(166,250,200); }
H1.HeaderClassName
{
color: #A6FAC8;
}
.AnyTagClassName
{
color: #A6FAC8;
}
</style>
background-color css
<style>
a { background-color: #A6FAC8; }
a { background-color: rgb(166,250,200); }
div.DivClassName
{
background-color: #A6FAC8;
}
.BgClassName
{
background-color: #A6FAC8;
}
</style>
border-color css
<style>
span { border-color: #A6FAC8; }
span { border-color: rgb(166,250,200); }
td.TdClassName
{
border-color: #A6FAC8;
}
.TagClassName
{
border-color: #A6FAC8;
}
</style>