Shades of Shadow Green #97C2BA
Tints of Shadow Green #97C2BA
RGB
CMYK
RGB Variations
Color information
#97C2BA (or 0x97C2BA) is known color: Shadow Green. HEX triplet: 97, C2 and BA. RGB value is (151,194,186). Sum of RGB (Red+Green+Blue) = 151+194+186=531 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.44% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #97C2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C2BA is #683D45. Grayscale: #B4B4B4. Windows color (decimal): -6831430 or 12239511. OLE color: 12239511.
HSL color Cylindrical-coordinate representation of color #97C2BA: hue angle of 168.84º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97C2BA is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 194 | 186 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.24 |
| HSL | 168.84º | 0.26% | 0.68% | - |
| HSV(B) | 168.84º | 0.22% | 0.76% | - |
| XYZ | 40.92 | 48.71 | 53.7 | - |
| YUV | 180.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 194 | 186 | 0.22 | 0 | 0.04 | 0.24 | 168.84 | 0.26 | 0.68 |
| Hex | 97 | C2 | BA | 16 | 0 | 4 | 18 | A9 | 1A | 44 |
| Octal | 227 | 302 | 272 | 26 | 0 | 4 | 30 | 251 | 32 | 104 |
| Binary | 10010111 | 11000010 | 10111010 | 10110 | 0 | 100 | 11000 | 10101001 | 11010 | 1000100 |
Color Harmonies of #97C2BA
Complementary color
Monochromatic Colors of #97C2BA
Black with #97C2BA
Text Example
Text Example
White with #97C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C2BA; }
p { color: rgb(151,194,186); }
H1.HeaderClassName
{
color: #97C2BA;
}
.AnyTagClassName
{
color: #97C2BA;
}
</style>
background-color css
<style>
a { background-color: #97C2BA; }
a { background-color: rgb(151,194,186); }
div.DivClassName
{
background-color: #97C2BA;
}
.BgClassName
{
background-color: #97C2BA;
}
</style>
border-color css
<style>
span { border-color: #97C2BA; }
span { border-color: rgb(151,194,186); }
td.TdClassName
{
border-color: #97C2BA;
}
.TagClassName
{
border-color: #97C2BA;
}
</style>