Shades of Magic Mint #A6F0CA
Tints of Magic Mint #A6F0CA
RGB
CMYK
RGB Variations
Color information
#A6F0CA (or 0xA6F0CA) is known color: Magic Mint. HEX triplet: A6, F0 and CA. RGB value is (166,240,202). Sum of RGB (Red+Green+Blue) = 166+240+202=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F0CA is #590F35. Grayscale: #D5D5D5. Windows color (decimal): -5836598 or 13299878. OLE color: 13299878.
HSL color Cylindrical-coordinate representation of color #A6F0CA: hue angle of 149.19º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F0CA is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 240 | 202 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.06 |
| HSL | 149.19º | 0.71% | 0.8% | - |
| HSV(B) | 149.19º | 0.31% | 0.94% | - |
| XYZ | 57.55 | 74.69 | 67.26 | - |
| YUV | 213.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 240 | 202 | 0.31 | 0 | 0.16 | 0.06 | 149.19 | 0.71 | 0.8 |
| Hex | A6 | F0 | CA | 1F | 0 | 10 | 6 | 95 | 47 | 50 |
| Octal | 246 | 360 | 312 | 37 | 0 | 20 | 6 | 225 | 107 | 120 |
| Binary | 10100110 | 11110000 | 11001010 | 11111 | 0 | 10000 | 110 | 10010101 | 1000111 | 1010000 |
Color Harmonies of #A6F0CA
Complementary color
Monochromatic Colors of #A6F0CA
Black with #A6F0CA
Text Example
Text Example
White with #A6F0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F0CA; }
p { color: rgb(166,240,202); }
H1.HeaderClassName
{
color: #A6F0CA;
}
.AnyTagClassName
{
color: #A6F0CA;
}
</style>
background-color css
<style>
a { background-color: #A6F0CA; }
a { background-color: rgb(166,240,202); }
div.DivClassName
{
background-color: #A6F0CA;
}
.BgClassName
{
background-color: #A6F0CA;
}
</style>
border-color css
<style>
span { border-color: #A6F0CA; }
span { border-color: rgb(166,240,202); }
td.TdClassName
{
border-color: #A6F0CA;
}
.TagClassName
{
border-color: #A6F0CA;
}
</style>