Shades of Magic Mint #A3F7CA
Tints of Magic Mint #A3F7CA
RGB
CMYK
RGB Variations
Color information
#A3F7CA (or 0xA3F7CA) is known color: Magic Mint. HEX triplet: A3, F7 and CA. RGB value is (163,247,202). Sum of RGB (Red+Green+Blue) = 163+247+202=612 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.63% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 247 - color contains mainly: green. Hex color #A3F7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F7CA is #5C0835. Grayscale: #D8D8D8. Windows color (decimal): -6031414 or 13301667. OLE color: 13301667.
HSL color Cylindrical-coordinate representation of color #A3F7CA: hue angle of 147.86º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3F7CA is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 247 | 202 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.03 |
| HSL | 147.86º | 0.84% | 0.8% | - |
| HSV(B) | 147.86º | 0.34% | 0.97% | - |
| XYZ | 59.03 | 78.57 | 67.93 | - |
| YUV | 216.75 | 119.67 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 247 | 202 | 0.34 | 0 | 0.18 | 0.03 | 147.86 | 0.84 | 0.8 |
| Hex | A3 | F7 | CA | 22 | 0 | 12 | 3 | 94 | 54 | 50 |
| Octal | 243 | 367 | 312 | 42 | 0 | 22 | 3 | 224 | 124 | 120 |
| Binary | 10100011 | 11110111 | 11001010 | 100010 | 0 | 10010 | 11 | 10010100 | 1010100 | 1010000 |
Color Harmonies of #A3F7CA
Complementary color
Monochromatic Colors of #A3F7CA
Black with #A3F7CA
Text Example
Text Example
White with #A3F7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F7CA; }
p { color: rgb(163,247,202); }
H1.HeaderClassName
{
color: #A3F7CA;
}
.AnyTagClassName
{
color: #A3F7CA;
}
</style>
background-color css
<style>
a { background-color: #A3F7CA; }
a { background-color: rgb(163,247,202); }
div.DivClassName
{
background-color: #A3F7CA;
}
.BgClassName
{
background-color: #A3F7CA;
}
</style>
border-color css
<style>
span { border-color: #A3F7CA; }
span { border-color: rgb(163,247,202); }
td.TdClassName
{
border-color: #A3F7CA;
}
.TagClassName
{
border-color: #A3F7CA;
}
</style>