Shades of Shadow Green #97C0B5
Tints of Shadow Green #97C0B5
RGB
CMYK
RGB Variations
Color information
#97C0B5 (or 0x97C0B5) is known color: Shadow Green. HEX triplet: 97, C0 and B5. RGB value is (151,192,181). Sum of RGB (Red+Green+Blue) = 151+192+181=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #97C0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C0B5 is #683F4A. Grayscale: #B2B2B2. Windows color (decimal): -6831947 or 11911319. OLE color: 11911319.
HSL color Cylindrical-coordinate representation of color #97C0B5: hue angle of 163.9º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97C0B5 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 181 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.25 |
| HSL | 163.9º | 0.25% | 0.67% | - |
| HSV(B) | 163.9º | 0.21% | 0.75% | - |
| XYZ | 39.95 | 47.61 | 50.8 | - |
| YUV | 178.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 181 | 0.21 | 0 | 0.06 | 0.25 | 163.9 | 0.25 | 0.67 |
| Hex | 97 | C0 | B5 | 15 | 0 | 6 | 19 | A4 | 19 | 43 |
| Octal | 227 | 300 | 265 | 25 | 0 | 6 | 31 | 244 | 31 | 103 |
| Binary | 10010111 | 11000000 | 10110101 | 10101 | 0 | 110 | 11001 | 10100100 | 11001 | 1000011 |
Color Harmonies of #97C0B5
Complementary color
Monochromatic Colors of #97C0B5
Black with #97C0B5
Text Example
Text Example
White with #97C0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C0B5; }
p { color: rgb(151,192,181); }
H1.HeaderClassName
{
color: #97C0B5;
}
.AnyTagClassName
{
color: #97C0B5;
}
</style>
background-color css
<style>
a { background-color: #97C0B5; }
a { background-color: rgb(151,192,181); }
div.DivClassName
{
background-color: #97C0B5;
}
.BgClassName
{
background-color: #97C0B5;
}
</style>
border-color css
<style>
span { border-color: #97C0B5; }
span { border-color: rgb(151,192,181); }
td.TdClassName
{
border-color: #97C0B5;
}
.TagClassName
{
border-color: #97C0B5;
}
</style>