Shades of Shadow Green #97CFBD
Tints of Shadow Green #97CFBD
RGB
CMYK
RGB Variations
Color information
#97CFBD (or 0x97CFBD) is known color: Shadow Green. HEX triplet: 97, CF and BD. RGB value is (151,207,189). Sum of RGB (Red+Green+Blue) = 151+207+189=547 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.61% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #97CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CFBD is #683042. Grayscale: #BCBCBC. Windows color (decimal): -6828099 or 12439447. OLE color: 12439447.
HSL color Cylindrical-coordinate representation of color #97CFBD: hue angle of 160.71º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CFBD is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 207 | 189 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.19 |
| HSL | 160.71º | 0.37% | 0.7% | - |
| HSV(B) | 160.71º | 0.27% | 0.81% | - |
| XYZ | 44.26 | 54.88 | 56.4 | - |
| YUV | 188.2 | 128.45 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 207 | 189 | 0.27 | 0 | 0.09 | 0.19 | 160.71 | 0.37 | 0.7 |
| Hex | 97 | CF | BD | 1B | 0 | 9 | 13 | A1 | 25 | 46 |
| Octal | 227 | 317 | 275 | 33 | 0 | 11 | 23 | 241 | 45 | 106 |
| Binary | 10010111 | 11001111 | 10111101 | 11011 | 0 | 1001 | 10011 | 10100001 | 100101 | 1000110 |
Color Harmonies of #97CFBD
Complementary color
Monochromatic Colors of #97CFBD
Black with #97CFBD
Text Example
Text Example
White with #97CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CFBD; }
p { color: rgb(151,207,189); }
H1.HeaderClassName
{
color: #97CFBD;
}
.AnyTagClassName
{
color: #97CFBD;
}
</style>
background-color css
<style>
a { background-color: #97CFBD; }
a { background-color: rgb(151,207,189); }
div.DivClassName
{
background-color: #97CFBD;
}
.BgClassName
{
background-color: #97CFBD;
}
</style>
border-color css
<style>
span { border-color: #97CFBD; }
span { border-color: rgb(151,207,189); }
td.TdClassName
{
border-color: #97CFBD;
}
.TagClassName
{
border-color: #97CFBD;
}
</style>