Shades of Shadow Green #97C5C1
Tints of Shadow Green #97C5C1
RGB
CMYK
RGB Variations
Color information
#97C5C1 (or 0x97C5C1) is known color: Shadow Green. HEX triplet: 97, C5 and C1. RGB value is (151,197,193). Sum of RGB (Red+Green+Blue) = 151+197+193=541 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.91% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 197 - color contains mainly: green. Hex color #97C5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C5C1 is #683A3E. Grayscale: #B6B6B6. Windows color (decimal): -6830655 or 12699031. OLE color: 12699031.
HSL color Cylindrical-coordinate representation of color #97C5C1: hue angle of 174.78º 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 #97C5C1 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 193 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.23 |
| HSL | 174.78º | 0.28% | 0.68% | - |
| HSV(B) | 174.78º | 0.23% | 0.77% | - |
| XYZ | 42.35 | 50.36 | 57.94 | - |
| YUV | 182.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 193 | 0.23 | 0 | 0.02 | 0.23 | 174.78 | 0.28 | 0.68 |
| Hex | 97 | C5 | C1 | 17 | 0 | 2 | 17 | AF | 1C | 44 |
| Octal | 227 | 305 | 301 | 27 | 0 | 2 | 27 | 257 | 34 | 104 |
| Binary | 10010111 | 11000101 | 11000001 | 10111 | 0 | 10 | 10111 | 10101111 | 11100 | 1000100 |
Color Harmonies of #97C5C1
Complementary color
Monochromatic Colors of #97C5C1
Black with #97C5C1
Text Example
Text Example
White with #97C5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C5C1; }
p { color: rgb(151,197,193); }
H1.HeaderClassName
{
color: #97C5C1;
}
.AnyTagClassName
{
color: #97C5C1;
}
</style>
background-color css
<style>
a { background-color: #97C5C1; }
a { background-color: rgb(151,197,193); }
div.DivClassName
{
background-color: #97C5C1;
}
.BgClassName
{
background-color: #97C5C1;
}
</style>
border-color css
<style>
span { border-color: #97C5C1; }
span { border-color: rgb(151,197,193); }
td.TdClassName
{
border-color: #97C5C1;
}
.TagClassName
{
border-color: #97C5C1;
}
</style>