Shades of Magic Mint #A3F6CA
Tints of Magic Mint #A3F6CA
RGB
CMYK
RGB Variations
Color information
#A3F6CA (or 0xA3F6CA) is known color: Magic Mint. HEX triplet: A3, F6 and CA. RGB value is (163,246,202). Sum of RGB (Red+Green+Blue) = 163+246+202=611 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.68% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 246 - color contains mainly: green. Hex color #A3F6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F6CA is #5C0935. Grayscale: #D8D8D8. Windows color (decimal): -6031670 or 13301411. OLE color: 13301411.
HSL color Cylindrical-coordinate representation of color #A3F6CA: hue angle of 148.19º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3F6CA is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 246 | 202 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.04 |
| HSL | 148.19º | 0.82% | 0.8% | - |
| HSV(B) | 148.19º | 0.34% | 0.96% | - |
| XYZ | 58.72 | 77.96 | 67.83 | - |
| YUV | 216.17 | 120 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 246 | 202 | 0.34 | 0 | 0.18 | 0.04 | 148.19 | 0.82 | 0.8 |
| Hex | A3 | F6 | CA | 22 | 0 | 12 | 4 | 94 | 52 | 50 |
| Octal | 243 | 366 | 312 | 42 | 0 | 22 | 4 | 224 | 122 | 120 |
| Binary | 10100011 | 11110110 | 11001010 | 100010 | 0 | 10010 | 100 | 10010100 | 1010010 | 1010000 |
Color Harmonies of #A3F6CA
Complementary color
Monochromatic Colors of #A3F6CA
Black with #A3F6CA
Text Example
Text Example
White with #A3F6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F6CA; }
p { color: rgb(163,246,202); }
H1.HeaderClassName
{
color: #A3F6CA;
}
.AnyTagClassName
{
color: #A3F6CA;
}
</style>
background-color css
<style>
a { background-color: #A3F6CA; }
a { background-color: rgb(163,246,202); }
div.DivClassName
{
background-color: #A3F6CA;
}
.BgClassName
{
background-color: #A3F6CA;
}
</style>
border-color css
<style>
span { border-color: #A3F6CA; }
span { border-color: rgb(163,246,202); }
td.TdClassName
{
border-color: #A3F6CA;
}
.TagClassName
{
border-color: #A3F6CA;
}
</style>