Shades of Magic Mint #A7FBC5
Tints of Magic Mint #A7FBC5
RGB
CMYK
RGB Variations
Color information
#A7FBC5 (or 0xA7FBC5) is known color: Magic Mint. HEX triplet: A7, FB and C5. RGB value is (167,251,197). Sum of RGB (Red+Green+Blue) = 167+251+197=615 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.15% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #A7FBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FBC5 is #58043A. Grayscale: #DBDBDB. Windows color (decimal): -5768251 or 12975015. OLE color: 12975015.
HSL color Cylindrical-coordinate representation of color #A7FBC5: hue angle of 141.43º 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 #A7FBC5 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 251 | 197 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.02 |
| HSL | 141.43º | 0.91% | 0.82% | - |
| HSV(B) | 141.43º | 0.33% | 0.98% | - |
| XYZ | 60.51 | 81.24 | 65.32 | - |
| YUV | 219.73 | 115.17 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 251 | 197 | 0.33 | 0 | 0.22 | 0.02 | 141.43 | 0.91 | 0.82 |
| Hex | A7 | FB | C5 | 21 | 0 | 16 | 2 | 8D | 5B | 52 |
| Octal | 247 | 373 | 305 | 41 | 0 | 26 | 2 | 215 | 133 | 122 |
| Binary | 10100111 | 11111011 | 11000101 | 100001 | 0 | 10110 | 10 | 10001101 | 1011011 | 1010010 |
Color Harmonies of #A7FBC5
Complementary color
Monochromatic Colors of #A7FBC5
Black with #A7FBC5
Text Example
Text Example
White with #A7FBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FBC5; }
p { color: rgb(167,251,197); }
H1.HeaderClassName
{
color: #A7FBC5;
}
.AnyTagClassName
{
color: #A7FBC5;
}
</style>
background-color css
<style>
a { background-color: #A7FBC5; }
a { background-color: rgb(167,251,197); }
div.DivClassName
{
background-color: #A7FBC5;
}
.BgClassName
{
background-color: #A7FBC5;
}
</style>
border-color css
<style>
span { border-color: #A7FBC5; }
span { border-color: rgb(167,251,197); }
td.TdClassName
{
border-color: #A7FBC5;
}
.TagClassName
{
border-color: #A7FBC5;
}
</style>