Shades of Shadow Green #97C3C0
Tints of Shadow Green #97C3C0
RGB
CMYK
RGB Variations
Color information
#97C3C0 (or 0x97C3C0) is known color: Shadow Green. HEX triplet: 97, C3 and C0. RGB value is (151,195,192). Sum of RGB (Red+Green+Blue) = 151+195+192=538 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.07% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 195 - color contains mainly: green. Hex color #97C3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C3C0 is #683C3F. Grayscale: #B5B5B5. Windows color (decimal): -6831168 or 12632983. OLE color: 12632983.
HSL color Cylindrical-coordinate representation of color #97C3C0: hue angle of 175.91º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97C3C0 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 195 | 192 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.24 |
| HSL | 175.91º | 0.27% | 0.68% | - |
| HSV(B) | 175.91º | 0.23% | 0.76% | - |
| XYZ | 41.79 | 49.42 | 57.2 | - |
| YUV | 181.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 195 | 192 | 0.23 | 0 | 0.02 | 0.24 | 175.91 | 0.27 | 0.68 |
| Hex | 97 | C3 | C0 | 17 | 0 | 2 | 18 | B0 | 1B | 44 |
| Octal | 227 | 303 | 300 | 27 | 0 | 2 | 30 | 260 | 33 | 104 |
| Binary | 10010111 | 11000011 | 11000000 | 10111 | 0 | 10 | 11000 | 10110000 | 11011 | 1000100 |
Color Harmonies of #97C3C0
Complementary color
Monochromatic Colors of #97C3C0
Black with #97C3C0
Text Example
Text Example
White with #97C3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C3C0; }
p { color: rgb(151,195,192); }
H1.HeaderClassName
{
color: #97C3C0;
}
.AnyTagClassName
{
color: #97C3C0;
}
</style>
background-color css
<style>
a { background-color: #97C3C0; }
a { background-color: rgb(151,195,192); }
div.DivClassName
{
background-color: #97C3C0;
}
.BgClassName
{
background-color: #97C3C0;
}
</style>
border-color css
<style>
span { border-color: #97C3C0; }
span { border-color: rgb(151,195,192); }
td.TdClassName
{
border-color: #97C3C0;
}
.TagClassName
{
border-color: #97C3C0;
}
</style>