Shades of Magic Mint #97F7BB
Tints of Magic Mint #97F7BB
RGB
CMYK
RGB Variations
Color information
#97F7BB (or 0x97F7BB) is known color: Magic Mint. HEX triplet: 97, F7 and BB. RGB value is (151,247,187). Sum of RGB (Red+Green+Blue) = 151+247+187=585 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.81% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #97F7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F7BB is #680844. Grayscale: #D3D3D3. Windows color (decimal): -6817861 or 12318615. OLE color: 12318615.
HSL color Cylindrical-coordinate representation of color #97F7BB: hue angle of 142.5º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F7BB is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 151 | 247 | 187 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.03 |
| HSL | 142.5º | 0.86% | 0.78% | - |
| HSV(B) | 142.5º | 0.39% | 0.97% | - |
| XYZ | 54.99 | 76.69 | 58.92 | - |
| YUV | 211.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 247 | 187 | 0.39 | 0 | 0.24 | 0.03 | 142.5 | 0.86 | 0.78 |
| Hex | 97 | F7 | BB | 27 | 0 | 18 | 3 | 8E | 56 | 4E |
| Octal | 227 | 367 | 273 | 47 | 0 | 30 | 3 | 216 | 126 | 116 |
| Binary | 10010111 | 11110111 | 10111011 | 100111 | 0 | 11000 | 11 | 10001110 | 1010110 | 1001110 |
Color Harmonies of #97F7BB
Complementary color
Monochromatic Colors of #97F7BB
Black with #97F7BB
Text Example
Text Example
White with #97F7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F7BB; }
p { color: rgb(151,247,187); }
H1.HeaderClassName
{
color: #97F7BB;
}
.AnyTagClassName
{
color: #97F7BB;
}
</style>
background-color css
<style>
a { background-color: #97F7BB; }
a { background-color: rgb(151,247,187); }
div.DivClassName
{
background-color: #97F7BB;
}
.BgClassName
{
background-color: #97F7BB;
}
</style>
border-color css
<style>
span { border-color: #97F7BB; }
span { border-color: rgb(151,247,187); }
td.TdClassName
{
border-color: #97F7BB;
}
.TagClassName
{
border-color: #97F7BB;
}
</style>