Shades of Magic Mint #97FFBE
Tints of Magic Mint #97FFBE
RGB
CMYK
RGB Variations
Color information
#97FFBE (or 0x97FFBE) is known color: Magic Mint. HEX triplet: 97, FF and BE. RGB value is (151,255,190). Sum of RGB (Red+Green+Blue) = 151+255+190=596 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.34% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FFBE is #680041. Grayscale: #D8D8D8. Windows color (decimal): -6815810 or 12517271. OLE color: 12517271.
HSL color Cylindrical-coordinate representation of color #97FFBE: hue angle of 142.5º 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 #97FFBE is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 255 | 190 | - |
| CMYK | 0.41 | 0 | 0.25 | 0 |
| HSL | 142.5º | 1% | 0.8% | - |
| HSV(B) | 142.5º | 0.41% | 1% | - |
| XYZ | 57.82 | 81.82 | 61.46 | - |
| YUV | 216.49 | 113.04 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 255 | 190 | 0.41 | 0 | 0.25 | 0 | 142.5 | 1 | 0.8 |
| Hex | 97 | FF | BE | 29 | 0 | 19 | 0 | 8E | 64 | 50 |
| Octal | 227 | 377 | 276 | 51 | 0 | 31 | 0 | 216 | 144 | 120 |
| Binary | 10010111 | 11111111 | 10111110 | 101001 | 0 | 11001 | 0 | 10001110 | 1100100 | 1010000 |
Color Harmonies of #97FFBE
Complementary color
Monochromatic Colors of #97FFBE
Black with #97FFBE
Text Example
Text Example
White with #97FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FFBE; }
p { color: rgb(151,255,190); }
H1.HeaderClassName
{
color: #97FFBE;
}
.AnyTagClassName
{
color: #97FFBE;
}
</style>
background-color css
<style>
a { background-color: #97FFBE; }
a { background-color: rgb(151,255,190); }
div.DivClassName
{
background-color: #97FFBE;
}
.BgClassName
{
background-color: #97FFBE;
}
</style>
border-color css
<style>
span { border-color: #97FFBE; }
span { border-color: rgb(151,255,190); }
td.TdClassName
{
border-color: #97FFBE;
}
.TagClassName
{
border-color: #97FFBE;
}
</style>