Shades of Magic Mint #97FFBC
Tints of Magic Mint #97FFBC
RGB
CMYK
RGB Variations
Color information
#97FFBC (or 0x97FFBC) is known color: Magic Mint. HEX triplet: 97, FF and BC. RGB value is (151,255,188). Sum of RGB (Red+Green+Blue) = 151+255+188=594 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.42% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FFBC is #680043. Grayscale: #D8D8D8. Windows color (decimal): -6815812 or 12386199. OLE color: 12386199.
HSL color Cylindrical-coordinate representation of color #97FFBC: hue angle of 141.35º 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 #97FFBC is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 255 | 188 | - |
| CMYK | 0.41 | 0 | 0.26 | 0 |
| HSL | 141.35º | 1% | 0.8% | - |
| HSV(B) | 141.35º | 0.41% | 1% | - |
| XYZ | 57.6 | 81.73 | 60.32 | - |
| YUV | 216.27 | 112.04 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 255 | 188 | 0.41 | 0 | 0.26 | 0 | 141.35 | 1 | 0.8 |
| Hex | 97 | FF | BC | 29 | 0 | 1A | 0 | 8D | 64 | 50 |
| Octal | 227 | 377 | 274 | 51 | 0 | 32 | 0 | 215 | 144 | 120 |
| Binary | 10010111 | 11111111 | 10111100 | 101001 | 0 | 11010 | 0 | 10001101 | 1100100 | 1010000 |
Color Harmonies of #97FFBC
Complementary color
Monochromatic Colors of #97FFBC
Black with #97FFBC
Text Example
Text Example
White with #97FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FFBC; }
p { color: rgb(151,255,188); }
H1.HeaderClassName
{
color: #97FFBC;
}
.AnyTagClassName
{
color: #97FFBC;
}
</style>
background-color css
<style>
a { background-color: #97FFBC; }
a { background-color: rgb(151,255,188); }
div.DivClassName
{
background-color: #97FFBC;
}
.BgClassName
{
background-color: #97FFBC;
}
</style>
border-color css
<style>
span { border-color: #97FFBC; }
span { border-color: rgb(151,255,188); }
td.TdClassName
{
border-color: #97FFBC;
}
.TagClassName
{
border-color: #97FFBC;
}
</style>