Shades of Magic Mint #A7FBC0
Tints of Magic Mint #A7FBC0
RGB
CMYK
RGB Variations
Color information
#A7FBC0 (or 0xA7FBC0) is known color: Magic Mint. HEX triplet: A7, FB and C0. RGB value is (167,251,192). Sum of RGB (Red+Green+Blue) = 167+251+192=610 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.38% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #A7FBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FBC0 is #58043F. Grayscale: #DBDBDB. Windows color (decimal): -5768256 or 12647335. OLE color: 12647335.
HSL color Cylindrical-coordinate representation of color #A7FBC0: hue angle of 137.86º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7FBC0 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 251 | 192 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.02 |
| HSL | 137.86º | 0.91% | 0.82% | - |
| HSV(B) | 137.86º | 0.33% | 0.98% | - |
| XYZ | 59.95 | 81.02 | 62.35 | - |
| YUV | 219.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 251 | 192 | 0.33 | 0 | 0.24 | 0.02 | 137.86 | 0.91 | 0.82 |
| Hex | A7 | FB | C0 | 21 | 0 | 18 | 2 | 8A | 5B | 52 |
| Octal | 247 | 373 | 300 | 41 | 0 | 30 | 2 | 212 | 133 | 122 |
| Binary | 10100111 | 11111011 | 11000000 | 100001 | 0 | 11000 | 10 | 10001010 | 1011011 | 1010010 |
Color Harmonies of #A7FBC0
Complementary color
Monochromatic Colors of #A7FBC0
Black with #A7FBC0
Text Example
Text Example
White with #A7FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FBC0; }
p { color: rgb(167,251,192); }
H1.HeaderClassName
{
color: #A7FBC0;
}
.AnyTagClassName
{
color: #A7FBC0;
}
</style>
background-color css
<style>
a { background-color: #A7FBC0; }
a { background-color: rgb(167,251,192); }
div.DivClassName
{
background-color: #A7FBC0;
}
.BgClassName
{
background-color: #A7FBC0;
}
</style>
border-color css
<style>
span { border-color: #A7FBC0; }
span { border-color: rgb(167,251,192); }
td.TdClassName
{
border-color: #A7FBC0;
}
.TagClassName
{
border-color: #A7FBC0;
}
</style>