Shades of Magic Mint #A7F7CF
Tints of Magic Mint #A7F7CF
RGB
CMYK
RGB Variations
Color information
#A7F7CF (or 0xA7F7CF) is known color: Magic Mint. HEX triplet: A7, F7 and CF. RGB value is (167,247,207). Sum of RGB (Red+Green+Blue) = 167+247+207=621 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.89% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #A7F7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F7CF is #580830. Grayscale: #DADADA. Windows color (decimal): -5769265 or 13629351. OLE color: 13629351.
HSL color Cylindrical-coordinate representation of color #A7F7CF: hue angle of 150º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7F7CF is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 247 | 207 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.03 |
| HSL | 150º | 0.83% | 0.81% | - |
| HSV(B) | 150º | 0.32% | 0.97% | - |
| XYZ | 60.46 | 79.24 | 71.14 | - |
| YUV | 218.52 | 121.5 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 247 | 207 | 0.32 | 0 | 0.16 | 0.03 | 150 | 0.83 | 0.81 |
| Hex | A7 | F7 | CF | 20 | 0 | 10 | 3 | 96 | 53 | 51 |
| Octal | 247 | 367 | 317 | 40 | 0 | 20 | 3 | 226 | 123 | 121 |
| Binary | 10100111 | 11110111 | 11001111 | 100000 | 0 | 10000 | 11 | 10010110 | 1010011 | 1010001 |
Color Harmonies of #A7F7CF
Complementary color
Monochromatic Colors of #A7F7CF
Black with #A7F7CF
Text Example
Text Example
White with #A7F7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F7CF; }
p { color: rgb(167,247,207); }
H1.HeaderClassName
{
color: #A7F7CF;
}
.AnyTagClassName
{
color: #A7F7CF;
}
</style>
background-color css
<style>
a { background-color: #A7F7CF; }
a { background-color: rgb(167,247,207); }
div.DivClassName
{
background-color: #A7F7CF;
}
.BgClassName
{
background-color: #A7F7CF;
}
</style>
border-color css
<style>
span { border-color: #A7F7CF; }
span { border-color: rgb(167,247,207); }
td.TdClassName
{
border-color: #A7F7CF;
}
.TagClassName
{
border-color: #A7F7CF;
}
</style>