Shades of Shadow Green #97BFB5
Tints of Shadow Green #97BFB5
RGB
CMYK
RGB Variations
Color information
#97BFB5 (or 0x97BFB5) is known color: Shadow Green. HEX triplet: 97, BF and B5. RGB value is (151,191,181). Sum of RGB (Red+Green+Blue) = 151+191+181=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #97BFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BFB5 is #68404A. Grayscale: #B1B1B1. Windows color (decimal): -6832203 or 11911063. OLE color: 11911063.
HSL color Cylindrical-coordinate representation of color #97BFB5: hue angle of 165º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97BFB5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 191 | 181 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.25 |
| HSL | 165º | 0.24% | 0.67% | - |
| HSV(B) | 165º | 0.21% | 0.75% | - |
| XYZ | 39.73 | 47.18 | 50.73 | - |
| YUV | 177.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 191 | 181 | 0.21 | 0 | 0.05 | 0.25 | 165 | 0.24 | 0.67 |
| Hex | 97 | BF | B5 | 15 | 0 | 5 | 19 | A5 | 18 | 43 |
| Octal | 227 | 277 | 265 | 25 | 0 | 5 | 31 | 245 | 30 | 103 |
| Binary | 10010111 | 10111111 | 10110101 | 10101 | 0 | 101 | 11001 | 10100101 | 11000 | 1000011 |
Color Harmonies of #97BFB5
Complementary color
Monochromatic Colors of #97BFB5
Black with #97BFB5
Text Example
Text Example
White with #97BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BFB5; }
p { color: rgb(151,191,181); }
H1.HeaderClassName
{
color: #97BFB5;
}
.AnyTagClassName
{
color: #97BFB5;
}
</style>
background-color css
<style>
a { background-color: #97BFB5; }
a { background-color: rgb(151,191,181); }
div.DivClassName
{
background-color: #97BFB5;
}
.BgClassName
{
background-color: #97BFB5;
}
</style>
border-color css
<style>
span { border-color: #97BFB5; }
span { border-color: rgb(151,191,181); }
td.TdClassName
{
border-color: #97BFB5;
}
.TagClassName
{
border-color: #97BFB5;
}
</style>