Shades of Shadow Green #97C1BA
Tints of Shadow Green #97C1BA
RGB
CMYK
RGB Variations
Color information
#97C1BA (or 0x97C1BA) is known color: Shadow Green. HEX triplet: 97, C1 and BA. RGB value is (151,193,186). Sum of RGB (Red+Green+Blue) = 151+193+186=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 193 - color contains mainly: green. Hex color #97C1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C1BA is #683E45. Grayscale: #B3B3B3. Windows color (decimal): -6831686 or 12239255. OLE color: 12239255.
HSL color Cylindrical-coordinate representation of color #97C1BA: hue angle of 170º 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 #97C1BA is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 193 | 186 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.24 |
| HSL | 170º | 0.25% | 0.67% | - |
| HSV(B) | 170º | 0.22% | 0.76% | - |
| XYZ | 40.7 | 48.26 | 53.63 | - |
| YUV | 179.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 193 | 186 | 0.22 | 0 | 0.04 | 0.24 | 170 | 0.25 | 0.67 |
| Hex | 97 | C1 | BA | 16 | 0 | 4 | 18 | AA | 19 | 43 |
| Octal | 227 | 301 | 272 | 26 | 0 | 4 | 30 | 252 | 31 | 103 |
| Binary | 10010111 | 11000001 | 10111010 | 10110 | 0 | 100 | 11000 | 10101010 | 11001 | 1000011 |
Color Harmonies of #97C1BA
Complementary color
Monochromatic Colors of #97C1BA
Black with #97C1BA
Text Example
Text Example
White with #97C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C1BA; }
p { color: rgb(151,193,186); }
H1.HeaderClassName
{
color: #97C1BA;
}
.AnyTagClassName
{
color: #97C1BA;
}
</style>
background-color css
<style>
a { background-color: #97C1BA; }
a { background-color: rgb(151,193,186); }
div.DivClassName
{
background-color: #97C1BA;
}
.BgClassName
{
background-color: #97C1BA;
}
</style>
border-color css
<style>
span { border-color: #97C1BA; }
span { border-color: rgb(151,193,186); }
td.TdClassName
{
border-color: #97C1BA;
}
.TagClassName
{
border-color: #97C1BA;
}
</style>