Shades of Magic Mint #97FFBB
Tints of Magic Mint #97FFBB
RGB
CMYK
RGB Variations
Color information
#97FFBB (or 0x97FFBB) is known color: Magic Mint. HEX triplet: 97, FF and BB. RGB value is (151,255,187). Sum of RGB (Red+Green+Blue) = 151+255+187=593 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.46% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FFBB is #680044. Grayscale: #D8D8D8. Windows color (decimal): -6815813 or 12320663. OLE color: 12320663.
HSL color Cylindrical-coordinate representation of color #97FFBB: hue angle of 140.77º 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 #97FFBB is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 255 | 187 | - |
| CMYK | 0.41 | 0 | 0.27 | 0 |
| HSL | 140.77º | 1% | 0.8% | - |
| HSV(B) | 140.77º | 0.41% | 1% | - |
| XYZ | 57.49 | 81.69 | 59.75 | - |
| YUV | 216.15 | 111.54 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 255 | 187 | 0.41 | 0 | 0.27 | 0 | 140.77 | 1 | 0.8 |
| Hex | 97 | FF | BB | 29 | 0 | 1B | 0 | 8D | 64 | 50 |
| Octal | 227 | 377 | 273 | 51 | 0 | 33 | 0 | 215 | 144 | 120 |
| Binary | 10010111 | 11111111 | 10111011 | 101001 | 0 | 11011 | 0 | 10001101 | 1100100 | 1010000 |
Color Harmonies of #97FFBB
Complementary color
Monochromatic Colors of #97FFBB
Black with #97FFBB
Text Example
Text Example
White with #97FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FFBB; }
p { color: rgb(151,255,187); }
H1.HeaderClassName
{
color: #97FFBB;
}
.AnyTagClassName
{
color: #97FFBB;
}
</style>
background-color css
<style>
a { background-color: #97FFBB; }
a { background-color: rgb(151,255,187); }
div.DivClassName
{
background-color: #97FFBB;
}
.BgClassName
{
background-color: #97FFBB;
}
</style>
border-color css
<style>
span { border-color: #97FFBB; }
span { border-color: rgb(151,255,187); }
td.TdClassName
{
border-color: #97FFBB;
}
.TagClassName
{
border-color: #97FFBB;
}
</style>