Shades of Magic Mint #A6F3CA
Tints of Magic Mint #A6F3CA
RGB
CMYK
RGB Variations
Color information
#A6F3CA (or 0xA6F3CA) is known color: Magic Mint. HEX triplet: A6, F3 and CA. RGB value is (166,243,202). Sum of RGB (Red+Green+Blue) = 166+243+202=611 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.17% from 611); Green value is 243 (95.31% from 255 or 39.77% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 243 - color contains mainly: green. Hex color #A6F3CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F3CA is #590C35. Grayscale: #D7D7D7. Windows color (decimal): -5835830 or 13300646. OLE color: 13300646.
HSL color Cylindrical-coordinate representation of color #A6F3CA: hue angle of 148.05º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6F3CA is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 243 | 202 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.05 |
| HSL | 148.05º | 0.76% | 0.8% | - |
| HSV(B) | 148.05º | 0.32% | 0.95% | - |
| XYZ | 58.44 | 76.47 | 67.56 | - |
| YUV | 215.3 | 120.49 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 243 | 202 | 0.32 | 0 | 0.17 | 0.05 | 148.05 | 0.76 | 0.8 |
| Hex | A6 | F3 | CA | 20 | 0 | 11 | 5 | 94 | 4C | 50 |
| Octal | 246 | 363 | 312 | 40 | 0 | 21 | 5 | 224 | 114 | 120 |
| Binary | 10100110 | 11110011 | 11001010 | 100000 | 0 | 10001 | 101 | 10010100 | 1001100 | 1010000 |
Color Harmonies of #A6F3CA
Complementary color
Monochromatic Colors of #A6F3CA
Black with #A6F3CA
Text Example
Text Example
White with #A6F3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F3CA; }
p { color: rgb(166,243,202); }
H1.HeaderClassName
{
color: #A6F3CA;
}
.AnyTagClassName
{
color: #A6F3CA;
}
</style>
background-color css
<style>
a { background-color: #A6F3CA; }
a { background-color: rgb(166,243,202); }
div.DivClassName
{
background-color: #A6F3CA;
}
.BgClassName
{
background-color: #A6F3CA;
}
</style>
border-color css
<style>
span { border-color: #A6F3CA; }
span { border-color: rgb(166,243,202); }
td.TdClassName
{
border-color: #A6F3CA;
}
.TagClassName
{
border-color: #A6F3CA;
}
</style>