Shades of Magic Mint #A6FAC7
Tints of Magic Mint #A6FAC7
RGB
CMYK
RGB Variations
Color information
#A6FAC7 (or 0xA6FAC7) is known color: Magic Mint. HEX triplet: A6, FA and C7. RGB value is (166,250,199). Sum of RGB (Red+Green+Blue) = 166+250+199=615 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.99% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FAC7 is #590538. Grayscale: #DBDBDB. Windows color (decimal): -5834041 or 13105830. OLE color: 13105830.
HSL color Cylindrical-coordinate representation of color #A6FAC7: hue angle of 143.57º 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 #A6FAC7 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 199 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.02 |
| HSL | 143.57º | 0.89% | 0.82% | - |
| HSV(B) | 143.57º | 0.34% | 0.98% | - |
| XYZ | 60.22 | 80.6 | 66.42 | - |
| YUV | 219.07 | 116.67 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 199 | 0.34 | 0 | 0.20 | 0.02 | 143.57 | 0.89 | 0.82 |
| Hex | A6 | FA | C7 | 22 | 0 | 14 | 2 | 90 | 59 | 52 |
| Octal | 246 | 372 | 307 | 42 | 0 | 24 | 2 | 220 | 131 | 122 |
| Binary | 10100110 | 11111010 | 11000111 | 100010 | 0 | 10100 | 10 | 10010000 | 1011001 | 1010010 |
Color Harmonies of #A6FAC7
Complementary color
Monochromatic Colors of #A6FAC7
Black with #A6FAC7
Text Example
Text Example
White with #A6FAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FAC7; }
p { color: rgb(166,250,199); }
H1.HeaderClassName
{
color: #A6FAC7;
}
.AnyTagClassName
{
color: #A6FAC7;
}
</style>
background-color css
<style>
a { background-color: #A6FAC7; }
a { background-color: rgb(166,250,199); }
div.DivClassName
{
background-color: #A6FAC7;
}
.BgClassName
{
background-color: #A6FAC7;
}
</style>
border-color css
<style>
span { border-color: #A6FAC7; }
span { border-color: rgb(166,250,199); }
td.TdClassName
{
border-color: #A6FAC7;
}
.TagClassName
{
border-color: #A6FAC7;
}
</style>