Shades of Shadow Green #97C1BD
Tints of Shadow Green #97C1BD
RGB
CMYK
RGB Variations
Color information
#97C1BD (or 0x97C1BD) is known color: Shadow Green. HEX triplet: 97, C1 and BD. RGB value is (151,193,189). Sum of RGB (Red+Green+Blue) = 151+193+189=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #97C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C1BD is #683E42. Grayscale: #B3B3B3. Windows color (decimal): -6831683 or 12435863. OLE color: 12435863.
HSL color Cylindrical-coordinate representation of color #97C1BD: hue angle of 174.29º 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 #97C1BD is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 193 | 189 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.24 |
| HSL | 174.29º | 0.25% | 0.67% | - |
| HSV(B) | 174.29º | 0.22% | 0.76% | - |
| XYZ | 41.02 | 48.39 | 55.32 | - |
| YUV | 179.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 193 | 189 | 0.22 | 0 | 0.02 | 0.24 | 174.29 | 0.25 | 0.67 |
| Hex | 97 | C1 | BD | 16 | 0 | 2 | 18 | AE | 19 | 43 |
| Octal | 227 | 301 | 275 | 26 | 0 | 2 | 30 | 256 | 31 | 103 |
| Binary | 10010111 | 11000001 | 10111101 | 10110 | 0 | 10 | 11000 | 10101110 | 11001 | 1000011 |
Color Harmonies of #97C1BD
Complementary color
Monochromatic Colors of #97C1BD
Black with #97C1BD
Text Example
Text Example
White with #97C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C1BD; }
p { color: rgb(151,193,189); }
H1.HeaderClassName
{
color: #97C1BD;
}
.AnyTagClassName
{
color: #97C1BD;
}
</style>
background-color css
<style>
a { background-color: #97C1BD; }
a { background-color: rgb(151,193,189); }
div.DivClassName
{
background-color: #97C1BD;
}
.BgClassName
{
background-color: #97C1BD;
}
</style>
border-color css
<style>
span { border-color: #97C1BD; }
span { border-color: rgb(151,193,189); }
td.TdClassName
{
border-color: #97C1BD;
}
.TagClassName
{
border-color: #97C1BD;
}
</style>