Shades of Magic Mint #97FFBD
Tints of Magic Mint #97FFBD
RGB
CMYK
RGB Variations
Color information
#97FFBD (or 0x97FFBD) is known color: Magic Mint. HEX triplet: 97, FF and BD. RGB value is (151,255,189). Sum of RGB (Red+Green+Blue) = 151+255+189=595 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.38% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FFBD is #680042. Grayscale: #D8D8D8. Windows color (decimal): -6815811 or 12451735. OLE color: 12451735.
HSL color Cylindrical-coordinate representation of color #97FFBD: hue angle of 141.92º 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 #97FFBD is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 255 | 189 | - |
| CMYK | 0.41 | 0 | 0.26 | 0 |
| HSL | 141.92º | 1% | 0.8% | - |
| HSV(B) | 141.92º | 0.41% | 1% | - |
| XYZ | 57.71 | 81.77 | 60.89 | - |
| YUV | 216.38 | 112.54 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 255 | 189 | 0.41 | 0 | 0.26 | 0 | 141.92 | 1 | 0.8 |
| Hex | 97 | FF | BD | 29 | 0 | 1A | 0 | 8E | 64 | 50 |
| Octal | 227 | 377 | 275 | 51 | 0 | 32 | 0 | 216 | 144 | 120 |
| Binary | 10010111 | 11111111 | 10111101 | 101001 | 0 | 11010 | 0 | 10001110 | 1100100 | 1010000 |
Color Harmonies of #97FFBD
Complementary color
Monochromatic Colors of #97FFBD
Black with #97FFBD
Text Example
Text Example
White with #97FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FFBD; }
p { color: rgb(151,255,189); }
H1.HeaderClassName
{
color: #97FFBD;
}
.AnyTagClassName
{
color: #97FFBD;
}
</style>
background-color css
<style>
a { background-color: #97FFBD; }
a { background-color: rgb(151,255,189); }
div.DivClassName
{
background-color: #97FFBD;
}
.BgClassName
{
background-color: #97FFBD;
}
</style>
border-color css
<style>
span { border-color: #97FFBD; }
span { border-color: rgb(151,255,189); }
td.TdClassName
{
border-color: #97FFBD;
}
.TagClassName
{
border-color: #97FFBD;
}
</style>