Shades of Shadow Green #97C5BD
Tints of Shadow Green #97C5BD
RGB
CMYK
RGB Variations
Color information
#97C5BD (or 0x97C5BD) is known color: Shadow Green. HEX triplet: 97, C5 and BD. RGB value is (151,197,189). Sum of RGB (Red+Green+Blue) = 151+197+189=537 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.12% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #97C5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C5BD is #683A42. Grayscale: #B6B6B6. Windows color (decimal): -6830659 or 12436887. OLE color: 12436887.
HSL color Cylindrical-coordinate representation of color #97C5BD: hue angle of 169.57º 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 #97C5BD is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 189 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.23 |
| HSL | 169.57º | 0.28% | 0.68% | - |
| HSV(B) | 169.57º | 0.23% | 0.77% | - |
| XYZ | 41.91 | 50.19 | 55.62 | - |
| YUV | 182.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 189 | 0.23 | 0 | 0.04 | 0.23 | 169.57 | 0.28 | 0.68 |
| Hex | 97 | C5 | BD | 17 | 0 | 4 | 17 | AA | 1C | 44 |
| Octal | 227 | 305 | 275 | 27 | 0 | 4 | 27 | 252 | 34 | 104 |
| Binary | 10010111 | 11000101 | 10111101 | 10111 | 0 | 100 | 10111 | 10101010 | 11100 | 1000100 |
Color Harmonies of #97C5BD
Complementary color
Monochromatic Colors of #97C5BD
Black with #97C5BD
Text Example
Text Example
White with #97C5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C5BD; }
p { color: rgb(151,197,189); }
H1.HeaderClassName
{
color: #97C5BD;
}
.AnyTagClassName
{
color: #97C5BD;
}
</style>
background-color css
<style>
a { background-color: #97C5BD; }
a { background-color: rgb(151,197,189); }
div.DivClassName
{
background-color: #97C5BD;
}
.BgClassName
{
background-color: #97C5BD;
}
</style>
border-color css
<style>
span { border-color: #97C5BD; }
span { border-color: rgb(151,197,189); }
td.TdClassName
{
border-color: #97C5BD;
}
.TagClassName
{
border-color: #97C5BD;
}
</style>