Shades of Shadow Green #97C5BB
Tints of Shadow Green #97C5BB
RGB
CMYK
RGB Variations
Color information
#97C5BB (or 0x97C5BB) is known color: Shadow Green. HEX triplet: 97, C5 and BB. RGB value is (151,197,187). Sum of RGB (Red+Green+Blue) = 151+197+187=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #97C5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C5BB is #683A44. Grayscale: #B6B6B6. Windows color (decimal): -6830661 or 12305815. OLE color: 12305815.
HSL color Cylindrical-coordinate representation of color #97C5BB: hue angle of 166.96º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97C5BB is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 187 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.23 |
| HSL | 166.96º | 0.28% | 0.68% | - |
| HSV(B) | 166.96º | 0.23% | 0.77% | - |
| XYZ | 41.7 | 50.1 | 54.49 | - |
| YUV | 182.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 187 | 0.23 | 0 | 0.05 | 0.23 | 166.96 | 0.28 | 0.68 |
| Hex | 97 | C5 | BB | 17 | 0 | 5 | 17 | A7 | 1C | 44 |
| Octal | 227 | 305 | 273 | 27 | 0 | 5 | 27 | 247 | 34 | 104 |
| Binary | 10010111 | 11000101 | 10111011 | 10111 | 0 | 101 | 10111 | 10100111 | 11100 | 1000100 |
Color Harmonies of #97C5BB
Complementary color
Monochromatic Colors of #97C5BB
Black with #97C5BB
Text Example
Text Example
White with #97C5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C5BB; }
p { color: rgb(151,197,187); }
H1.HeaderClassName
{
color: #97C5BB;
}
.AnyTagClassName
{
color: #97C5BB;
}
</style>
background-color css
<style>
a { background-color: #97C5BB; }
a { background-color: rgb(151,197,187); }
div.DivClassName
{
background-color: #97C5BB;
}
.BgClassName
{
background-color: #97C5BB;
}
</style>
border-color css
<style>
span { border-color: #97C5BB; }
span { border-color: rgb(151,197,187); }
td.TdClassName
{
border-color: #97C5BB;
}
.TagClassName
{
border-color: #97C5BB;
}
</style>