Shades of Magic Mint #A7F5D2
Tints of Magic Mint #A7F5D2
RGB
CMYK
RGB Variations
Color information
#A7F5D2 (or 0xA7F5D2) is known color: Magic Mint. HEX triplet: A7, F5 and D2. RGB value is (167,245,210). Sum of RGB (Red+Green+Blue) = 167+245+210=622 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.85% from 622); Green value is 245 (96.09% from 255 or 39.39% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 245 - color contains mainly: green. Hex color #A7F5D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F5D2 is #580A2D. Grayscale: #D9D9D9. Windows color (decimal): -5769774 or 13825447. OLE color: 13825447.
HSL color Cylindrical-coordinate representation of color #A7F5D2: hue angle of 153.08º 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 #A7F5D2 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 245 | 210 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.04 |
| HSL | 153.08º | 0.8% | 0.81% | - |
| HSV(B) | 153.08º | 0.32% | 0.96% | - |
| XYZ | 60.22 | 78.17 | 72.89 | - |
| YUV | 217.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 245 | 210 | 0.32 | 0 | 0.14 | 0.04 | 153.08 | 0.8 | 0.81 |
| Hex | A7 | F5 | D2 | 20 | 0 | E | 4 | 99 | 50 | 51 |
| Octal | 247 | 365 | 322 | 40 | 0 | 16 | 4 | 231 | 120 | 121 |
| Binary | 10100111 | 11110101 | 11010010 | 100000 | 0 | 1110 | 100 | 10011001 | 1010000 | 1010001 |
Color Harmonies of #A7F5D2
Complementary color
Monochromatic Colors of #A7F5D2
Black with #A7F5D2
Text Example
Text Example
White with #A7F5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F5D2; }
p { color: rgb(167,245,210); }
H1.HeaderClassName
{
color: #A7F5D2;
}
.AnyTagClassName
{
color: #A7F5D2;
}
</style>
background-color css
<style>
a { background-color: #A7F5D2; }
a { background-color: rgb(167,245,210); }
div.DivClassName
{
background-color: #A7F5D2;
}
.BgClassName
{
background-color: #A7F5D2;
}
</style>
border-color css
<style>
span { border-color: #A7F5D2; }
span { border-color: rgb(167,245,210); }
td.TdClassName
{
border-color: #A7F5D2;
}
.TagClassName
{
border-color: #A7F5D2;
}
</style>