Shades of Shadow Green #97C5C0
Tints of Shadow Green #97C5C0
RGB
CMYK
RGB Variations
Color information
#97C5C0 (or 0x97C5C0) is known color: Shadow Green. HEX triplet: 97, C5 and C0. RGB value is (151,197,192). Sum of RGB (Red+Green+Blue) = 151+197+192=540 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.96% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 197 - color contains mainly: green. Hex color #97C5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C5C0 is #683A3F. Grayscale: #B6B6B6. Windows color (decimal): -6830656 or 12633495. OLE color: 12633495.
HSL color Cylindrical-coordinate representation of color #97C5C0: hue angle of 173.48º 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 #97C5C0 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 192 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.23 |
| HSL | 173.48º | 0.28% | 0.68% | - |
| HSV(B) | 173.48º | 0.23% | 0.77% | - |
| XYZ | 42.24 | 50.32 | 57.35 | - |
| YUV | 182.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 192 | 0.23 | 0 | 0.03 | 0.23 | 173.48 | 0.28 | 0.68 |
| Hex | 97 | C5 | C0 | 17 | 0 | 3 | 17 | AD | 1C | 44 |
| Octal | 227 | 305 | 300 | 27 | 0 | 3 | 27 | 255 | 34 | 104 |
| Binary | 10010111 | 11000101 | 11000000 | 10111 | 0 | 11 | 10111 | 10101101 | 11100 | 1000100 |
Color Harmonies of #97C5C0
Complementary color
Monochromatic Colors of #97C5C0
Black with #97C5C0
Text Example
Text Example
White with #97C5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C5C0; }
p { color: rgb(151,197,192); }
H1.HeaderClassName
{
color: #97C5C0;
}
.AnyTagClassName
{
color: #97C5C0;
}
</style>
background-color css
<style>
a { background-color: #97C5C0; }
a { background-color: rgb(151,197,192); }
div.DivClassName
{
background-color: #97C5C0;
}
.BgClassName
{
background-color: #97C5C0;
}
</style>
border-color css
<style>
span { border-color: #97C5C0; }
span { border-color: rgb(151,197,192); }
td.TdClassName
{
border-color: #97C5C0;
}
.TagClassName
{
border-color: #97C5C0;
}
</style>