Shades of Magic Mint #A7FDC1
Tints of Magic Mint #A7FDC1
RGB
CMYK
RGB Variations
Color information
#A7FDC1 (or 0xA7FDC1) is known color: Magic Mint. HEX triplet: A7, FD and C1. RGB value is (167,253,193). Sum of RGB (Red+Green+Blue) = 167+253+193=613 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.24% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #A7FDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FDC1 is #58023E. Grayscale: #DCDCDC. Windows color (decimal): -5767743 or 12713383. OLE color: 12713383.
HSL color Cylindrical-coordinate representation of color #A7FDC1: hue angle of 138.14º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7FDC1 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 253 | 193 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.01 |
| HSL | 138.14º | 0.96% | 0.82% | - |
| HSV(B) | 138.14º | 0.34% | 0.99% | - |
| XYZ | 60.69 | 82.32 | 63.14 | - |
| YUV | 220.45 | 112.51 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 253 | 193 | 0.34 | 0 | 0.24 | 0.01 | 138.14 | 0.96 | 0.82 |
| Hex | A7 | FD | C1 | 22 | 0 | 18 | 1 | 8A | 60 | 52 |
| Octal | 247 | 375 | 301 | 42 | 0 | 30 | 1 | 212 | 140 | 122 |
| Binary | 10100111 | 11111101 | 11000001 | 100010 | 0 | 11000 | 1 | 10001010 | 1100000 | 1010010 |
Color Harmonies of #A7FDC1
Complementary color
Monochromatic Colors of #A7FDC1
Black with #A7FDC1
Text Example
Text Example
White with #A7FDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FDC1; }
p { color: rgb(167,253,193); }
H1.HeaderClassName
{
color: #A7FDC1;
}
.AnyTagClassName
{
color: #A7FDC1;
}
</style>
background-color css
<style>
a { background-color: #A7FDC1; }
a { background-color: rgb(167,253,193); }
div.DivClassName
{
background-color: #A7FDC1;
}
.BgClassName
{
background-color: #A7FDC1;
}
</style>
border-color css
<style>
span { border-color: #A7FDC1; }
span { border-color: rgb(167,253,193); }
td.TdClassName
{
border-color: #A7FDC1;
}
.TagClassName
{
border-color: #A7FDC1;
}
</style>