Shades of Shadow Green #97C0B3
Tints of Shadow Green #97C0B3
RGB
CMYK
RGB Variations
Color information
#97C0B3 (or 0x97C0B3) is known color: Shadow Green. HEX triplet: 97, C0 and B3. RGB value is (151,192,179). Sum of RGB (Red+Green+Blue) = 151+192+179=522 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.93% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #97C0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C0B3 is #683F4C. Grayscale: #B2B2B2. Windows color (decimal): -6831949 or 11780247. OLE color: 11780247.
HSL color Cylindrical-coordinate representation of color #97C0B3: hue angle of 160.98º 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 #97C0B3 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 179 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.25 |
| HSL | 160.98º | 0.25% | 0.67% | - |
| HSV(B) | 160.98º | 0.21% | 0.75% | - |
| XYZ | 39.75 | 47.53 | 49.73 | - |
| YUV | 178.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 179 | 0.21 | 0 | 0.07 | 0.25 | 160.98 | 0.25 | 0.67 |
| Hex | 97 | C0 | B3 | 15 | 0 | 7 | 19 | A1 | 19 | 43 |
| Octal | 227 | 300 | 263 | 25 | 0 | 7 | 31 | 241 | 31 | 103 |
| Binary | 10010111 | 11000000 | 10110011 | 10101 | 0 | 111 | 11001 | 10100001 | 11001 | 1000011 |
Color Harmonies of #97C0B3
Complementary color
Monochromatic Colors of #97C0B3
Black with #97C0B3
Text Example
Text Example
White with #97C0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C0B3; }
p { color: rgb(151,192,179); }
H1.HeaderClassName
{
color: #97C0B3;
}
.AnyTagClassName
{
color: #97C0B3;
}
</style>
background-color css
<style>
a { background-color: #97C0B3; }
a { background-color: rgb(151,192,179); }
div.DivClassName
{
background-color: #97C0B3;
}
.BgClassName
{
background-color: #97C0B3;
}
</style>
border-color css
<style>
span { border-color: #97C0B3; }
span { border-color: rgb(151,192,179); }
td.TdClassName
{
border-color: #97C0B3;
}
.TagClassName
{
border-color: #97C0B3;
}
</style>