Shades of Magic Mint #97FFBF
Tints of Magic Mint #97FFBF
RGB
CMYK
RGB Variations
Color information
#97FFBF (or 0x97FFBF) is known color: Magic Mint. HEX triplet: 97, FF and BF. RGB value is (151,255,191). Sum of RGB (Red+Green+Blue) = 151+255+191=597 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.29% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FFBF is #680040. Grayscale: #D8D8D8. Windows color (decimal): -6815809 or 12582807. OLE color: 12582807.
HSL color Cylindrical-coordinate representation of color #97FFBF: hue angle of 143.08º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97FFBF is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 255 | 191 | - |
| CMYK | 0.41 | 0 | 0.25 | 0 |
| HSL | 143.08º | 1% | 0.8% | - |
| HSV(B) | 143.08º | 0.41% | 1% | - |
| XYZ | 57.93 | 81.86 | 62.04 | - |
| YUV | 216.61 | 113.54 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 255 | 191 | 0.41 | 0 | 0.25 | 0 | 143.08 | 1 | 0.8 |
| Hex | 97 | FF | BF | 29 | 0 | 19 | 0 | 8F | 64 | 50 |
| Octal | 227 | 377 | 277 | 51 | 0 | 31 | 0 | 217 | 144 | 120 |
| Binary | 10010111 | 11111111 | 10111111 | 101001 | 0 | 11001 | 0 | 10001111 | 1100100 | 1010000 |
Color Harmonies of #97FFBF
Complementary color
Monochromatic Colors of #97FFBF
Black with #97FFBF
Text Example
Text Example
White with #97FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FFBF; }
p { color: rgb(151,255,191); }
H1.HeaderClassName
{
color: #97FFBF;
}
.AnyTagClassName
{
color: #97FFBF;
}
</style>
background-color css
<style>
a { background-color: #97FFBF; }
a { background-color: rgb(151,255,191); }
div.DivClassName
{
background-color: #97FFBF;
}
.BgClassName
{
background-color: #97FFBF;
}
</style>
border-color css
<style>
span { border-color: #97FFBF; }
span { border-color: rgb(151,255,191); }
td.TdClassName
{
border-color: #97FFBF;
}
.TagClassName
{
border-color: #97FFBF;
}
</style>