Shades of Magic Mint #A7FECF
Tints of Magic Mint #A7FECF
RGB
CMYK
RGB Variations
Color information
#A7FECF (or 0xA7FECF) is known color: Magic Mint. HEX triplet: A7, FE and CF. RGB value is (167,254,207). Sum of RGB (Red+Green+Blue) = 167+254+207=628 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.59% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #A7FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FECF is #580130. Grayscale: #DEDEDE. Windows color (decimal): -5767473 or 13631143. OLE color: 13631143.
HSL color Cylindrical-coordinate representation of color #A7FECF: hue angle of 147.59º 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 #A7FECF is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 254 | 207 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.00 |
| HSL | 147.59º | 0.98% | 0.83% | - |
| HSV(B) | 147.59º | 0.34% | 1% | - |
| XYZ | 62.64 | 83.6 | 71.87 | - |
| YUV | 222.63 | 119.18 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 254 | 207 | 0.34 | 0 | 0.19 | 0.00 | 147.59 | 0.98 | 0.83 |
| Hex | A7 | FE | CF | 22 | 0 | 13 | 0 | 94 | 62 | 53 |
| Octal | 247 | 376 | 317 | 42 | 0 | 23 | 0 | 224 | 142 | 123 |
| Binary | 10100111 | 11111110 | 11001111 | 100010 | 0 | 10011 | 0 | 10010100 | 1100010 | 1010011 |
Color Harmonies of #A7FECF
Complementary color
Monochromatic Colors of #A7FECF
Black with #A7FECF
Text Example
Text Example
White with #A7FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FECF; }
p { color: rgb(167,254,207); }
H1.HeaderClassName
{
color: #A7FECF;
}
.AnyTagClassName
{
color: #A7FECF;
}
</style>
background-color css
<style>
a { background-color: #A7FECF; }
a { background-color: rgb(167,254,207); }
div.DivClassName
{
background-color: #A7FECF;
}
.BgClassName
{
background-color: #A7FECF;
}
</style>
border-color css
<style>
span { border-color: #A7FECF; }
span { border-color: rgb(167,254,207); }
td.TdClassName
{
border-color: #A7FECF;
}
.TagClassName
{
border-color: #A7FECF;
}
</style>