Shades of Magic Mint #A7FED0
Tints of Magic Mint #A7FED0
RGB
CMYK
RGB Variations
Color information
#A7FED0 (or 0xA7FED0) is known color: Magic Mint. HEX triplet: A7, FE and D0. RGB value is (167,254,208). Sum of RGB (Red+Green+Blue) = 167+254+208=629 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.55% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #A7FED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FED0 is #58012F. Grayscale: #DEDEDE. Windows color (decimal): -5767472 or 13696679. OLE color: 13696679.
HSL color Cylindrical-coordinate representation of color #A7FED0: hue angle of 148.28º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7FED0 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 254 | 208 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.00 |
| HSL | 148.28º | 0.98% | 0.83% | - |
| HSV(B) | 148.28º | 0.34% | 1% | - |
| XYZ | 62.76 | 83.65 | 72.51 | - |
| YUV | 222.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 254 | 208 | 0.34 | 0 | 0.18 | 0.00 | 148.28 | 0.98 | 0.83 |
| Hex | A7 | FE | D0 | 22 | 0 | 12 | 0 | 94 | 62 | 53 |
| Octal | 247 | 376 | 320 | 42 | 0 | 22 | 0 | 224 | 142 | 123 |
| Binary | 10100111 | 11111110 | 11010000 | 100010 | 0 | 10010 | 0 | 10010100 | 1100010 | 1010011 |
Color Harmonies of #A7FED0
Complementary color
Monochromatic Colors of #A7FED0
Black with #A7FED0
Text Example
Text Example
White with #A7FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FED0; }
p { color: rgb(167,254,208); }
H1.HeaderClassName
{
color: #A7FED0;
}
.AnyTagClassName
{
color: #A7FED0;
}
</style>
background-color css
<style>
a { background-color: #A7FED0; }
a { background-color: rgb(167,254,208); }
div.DivClassName
{
background-color: #A7FED0;
}
.BgClassName
{
background-color: #A7FED0;
}
</style>
border-color css
<style>
span { border-color: #A7FED0; }
span { border-color: rgb(167,254,208); }
td.TdClassName
{
border-color: #A7FED0;
}
.TagClassName
{
border-color: #A7FED0;
}
</style>