Shades of Magic Mint #A7F5CA
Tints of Magic Mint #A7F5CA
RGB
CMYK
RGB Variations
Color information
#A7F5CA (or 0xA7F5CA) is known color: Magic Mint. HEX triplet: A7, F5 and CA. RGB value is (167,245,202). Sum of RGB (Red+Green+Blue) = 167+245+202=614 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.20% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 245 - color contains mainly: green. Hex color #A7F5CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F5CA is #580A35. Grayscale: #D8D8D8. Windows color (decimal): -5769782 or 13301159. OLE color: 13301159.
HSL color Cylindrical-coordinate representation of color #A7F5CA: hue angle of 146.92º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7F5CA is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 245 | 202 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.04 |
| HSL | 146.92º | 0.8% | 0.81% | - |
| HSV(B) | 146.92º | 0.32% | 0.96% | - |
| XYZ | 59.25 | 77.78 | 67.77 | - |
| YUV | 216.78 | 119.66 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 245 | 202 | 0.32 | 0 | 0.18 | 0.04 | 146.92 | 0.8 | 0.81 |
| Hex | A7 | F5 | CA | 20 | 0 | 12 | 4 | 93 | 50 | 51 |
| Octal | 247 | 365 | 312 | 40 | 0 | 22 | 4 | 223 | 120 | 121 |
| Binary | 10100111 | 11110101 | 11001010 | 100000 | 0 | 10010 | 100 | 10010011 | 1010000 | 1010001 |
Color Harmonies of #A7F5CA
Complementary color
Monochromatic Colors of #A7F5CA
Black with #A7F5CA
Text Example
Text Example
White with #A7F5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F5CA; }
p { color: rgb(167,245,202); }
H1.HeaderClassName
{
color: #A7F5CA;
}
.AnyTagClassName
{
color: #A7F5CA;
}
</style>
background-color css
<style>
a { background-color: #A7F5CA; }
a { background-color: rgb(167,245,202); }
div.DivClassName
{
background-color: #A7F5CA;
}
.BgClassName
{
background-color: #A7F5CA;
}
</style>
border-color css
<style>
span { border-color: #A7F5CA; }
span { border-color: rgb(167,245,202); }
td.TdClassName
{
border-color: #A7F5CA;
}
.TagClassName
{
border-color: #A7F5CA;
}
</style>