Shades of Shadow Green #97C1B1
Tints of Shadow Green #97C1B1
RGB
CMYK
RGB Variations
Color information
#97C1B1 (or 0x97C1B1) is known color: Shadow Green. HEX triplet: 97, C1 and B1. RGB value is (151,193,177). Sum of RGB (Red+Green+Blue) = 151+193+177=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #97C1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C1B1 is #683E4E. Grayscale: #B2B2B2. Windows color (decimal): -6831695 or 11649431. OLE color: 11649431.
HSL color Cylindrical-coordinate representation of color #97C1B1: hue angle of 157.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97C1B1 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 193 | 177 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.24 |
| HSL | 157.14º | 0.25% | 0.67% | - |
| HSV(B) | 157.14º | 0.22% | 0.76% | - |
| XYZ | 39.77 | 47.89 | 48.74 | - |
| YUV | 178.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 193 | 177 | 0.22 | 0 | 0.08 | 0.24 | 157.14 | 0.25 | 0.67 |
| Hex | 97 | C1 | B1 | 16 | 0 | 8 | 18 | 9D | 19 | 43 |
| Octal | 227 | 301 | 261 | 26 | 0 | 10 | 30 | 235 | 31 | 103 |
| Binary | 10010111 | 11000001 | 10110001 | 10110 | 0 | 1000 | 11000 | 10011101 | 11001 | 1000011 |
Color Harmonies of #97C1B1
Complementary color
Monochromatic Colors of #97C1B1
Black with #97C1B1
Text Example
Text Example
White with #97C1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C1B1; }
p { color: rgb(151,193,177); }
H1.HeaderClassName
{
color: #97C1B1;
}
.AnyTagClassName
{
color: #97C1B1;
}
</style>
background-color css
<style>
a { background-color: #97C1B1; }
a { background-color: rgb(151,193,177); }
div.DivClassName
{
background-color: #97C1B1;
}
.BgClassName
{
background-color: #97C1B1;
}
</style>
border-color css
<style>
span { border-color: #97C1B1; }
span { border-color: rgb(151,193,177); }
td.TdClassName
{
border-color: #97C1B1;
}
.TagClassName
{
border-color: #97C1B1;
}
</style>