Shades of Shadow Green #97CABB
Tints of Shadow Green #97CABB
RGB
CMYK
RGB Variations
Color information
#97CABB (or 0x97CABB) is known color: Shadow Green. HEX triplet: 97, CA and BB. RGB value is (151,202,187). Sum of RGB (Red+Green+Blue) = 151+202+187=540 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.96% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #97CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CABB is #683544. Grayscale: #B9B9B9. Windows color (decimal): -6829381 or 12307095. OLE color: 12307095.
HSL color Cylindrical-coordinate representation of color #97CABB: hue angle of 162.35º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97CABB is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 202 | 187 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.21 |
| HSL | 162.35º | 0.32% | 0.69% | - |
| HSV(B) | 162.35º | 0.25% | 0.79% | - |
| XYZ | 42.85 | 52.41 | 54.87 | - |
| YUV | 185.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 202 | 187 | 0.25 | 0 | 0.07 | 0.21 | 162.35 | 0.32 | 0.69 |
| Hex | 97 | CA | BB | 19 | 0 | 7 | 15 | A2 | 20 | 45 |
| Octal | 227 | 312 | 273 | 31 | 0 | 7 | 25 | 242 | 40 | 105 |
| Binary | 10010111 | 11001010 | 10111011 | 11001 | 0 | 111 | 10101 | 10100010 | 100000 | 1000101 |
Color Harmonies of #97CABB
Complementary color
Monochromatic Colors of #97CABB
Black with #97CABB
Text Example
Text Example
White with #97CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CABB; }
p { color: rgb(151,202,187); }
H1.HeaderClassName
{
color: #97CABB;
}
.AnyTagClassName
{
color: #97CABB;
}
</style>
background-color css
<style>
a { background-color: #97CABB; }
a { background-color: rgb(151,202,187); }
div.DivClassName
{
background-color: #97CABB;
}
.BgClassName
{
background-color: #97CABB;
}
</style>
border-color css
<style>
span { border-color: #97CABB; }
span { border-color: rgb(151,202,187); }
td.TdClassName
{
border-color: #97CABB;
}
.TagClassName
{
border-color: #97CABB;
}
</style>