Shades of Magic Mint #A6FDC4
Tints of Magic Mint #A6FDC4
RGB
CMYK
RGB Variations
Color information
#A6FDC4 (or 0xA6FDC4) is known color: Magic Mint. HEX triplet: A6, FD and C4. RGB value is (166,253,196). Sum of RGB (Red+Green+Blue) = 166+253+196=615 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.99% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDC4 is #59023B. Grayscale: #DCDCDC. Windows color (decimal): -5833276 or 12909990. OLE color: 12909990.
HSL color Cylindrical-coordinate representation of color #A6FDC4: hue angle of 140.69º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FDC4 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 196 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.01 |
| HSL | 140.69º | 0.96% | 0.82% | - |
| HSV(B) | 140.69º | 0.34% | 0.99% | - |
| XYZ | 60.81 | 82.34 | 64.91 | - |
| YUV | 220.49 | 114.18 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 196 | 0.34 | 0 | 0.23 | 0.01 | 140.69 | 0.96 | 0.82 |
| Hex | A6 | FD | C4 | 22 | 0 | 17 | 1 | 8D | 60 | 52 |
| Octal | 246 | 375 | 304 | 42 | 0 | 27 | 1 | 215 | 140 | 122 |
| Binary | 10100110 | 11111101 | 11000100 | 100010 | 0 | 10111 | 1 | 10001101 | 1100000 | 1010010 |
Color Harmonies of #A6FDC4
Complementary color
Monochromatic Colors of #A6FDC4
Black with #A6FDC4
Text Example
Text Example
White with #A6FDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FDC4; }
p { color: rgb(166,253,196); }
H1.HeaderClassName
{
color: #A6FDC4;
}
.AnyTagClassName
{
color: #A6FDC4;
}
</style>
background-color css
<style>
a { background-color: #A6FDC4; }
a { background-color: rgb(166,253,196); }
div.DivClassName
{
background-color: #A6FDC4;
}
.BgClassName
{
background-color: #A6FDC4;
}
</style>
border-color css
<style>
span { border-color: #A6FDC4; }
span { border-color: rgb(166,253,196); }
td.TdClassName
{
border-color: #A6FDC4;
}
.TagClassName
{
border-color: #A6FDC4;
}
</style>