Shades of Shadow Green #97C5B8
Tints of Shadow Green #97C5B8
RGB
CMYK
RGB Variations
Color information
#97C5B8 (or 0x97C5B8) is known color: Shadow Green. HEX triplet: 97, C5 and B8. RGB value is (151,197,184). Sum of RGB (Red+Green+Blue) = 151+197+184=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 197 - color contains mainly: green. Hex color #97C5B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C5B8 is #683A47. Grayscale: #B5B5B5. Windows color (decimal): -6830664 or 12109207. OLE color: 12109207.
HSL color Cylindrical-coordinate representation of color #97C5B8: hue angle of 163.04º 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 #97C5B8 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 184 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.23 |
| HSL | 163.04º | 0.28% | 0.68% | - |
| HSV(B) | 163.04º | 0.23% | 0.77% | - |
| XYZ | 41.38 | 49.97 | 52.81 | - |
| YUV | 181.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 184 | 0.23 | 0 | 0.07 | 0.23 | 163.04 | 0.28 | 0.68 |
| Hex | 97 | C5 | B8 | 17 | 0 | 7 | 17 | A3 | 1C | 44 |
| Octal | 227 | 305 | 270 | 27 | 0 | 7 | 27 | 243 | 34 | 104 |
| Binary | 10010111 | 11000101 | 10111000 | 10111 | 0 | 111 | 10111 | 10100011 | 11100 | 1000100 |
Color Harmonies of #97C5B8
Complementary color
Monochromatic Colors of #97C5B8
Black with #97C5B8
Text Example
Text Example
White with #97C5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C5B8; }
p { color: rgb(151,197,184); }
H1.HeaderClassName
{
color: #97C5B8;
}
.AnyTagClassName
{
color: #97C5B8;
}
</style>
background-color css
<style>
a { background-color: #97C5B8; }
a { background-color: rgb(151,197,184); }
div.DivClassName
{
background-color: #97C5B8;
}
.BgClassName
{
background-color: #97C5B8;
}
</style>
border-color css
<style>
span { border-color: #97C5B8; }
span { border-color: rgb(151,197,184); }
td.TdClassName
{
border-color: #97C5B8;
}
.TagClassName
{
border-color: #97C5B8;
}
</style>