Shades of Shadow Green #97BBB1
Tints of Shadow Green #97BBB1
RGB
CMYK
RGB Variations
Color information
#97BBB1 (or 0x97BBB1) is known color: Shadow Green. HEX triplet: 97, BB and B1. RGB value is (151,187,177). Sum of RGB (Red+Green+Blue) = 151+187+177=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #97BBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BBB1 is #68444E. Grayscale: #AFAFAF. Windows color (decimal): -6833231 or 11647895. OLE color: 11647895.
HSL color Cylindrical-coordinate representation of color #97BBB1: hue angle of 163.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97BBB1 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 187 | 177 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.27 |
| HSL | 163.33º | 0.21% | 0.66% | - |
| HSV(B) | 163.33º | 0.19% | 0.73% | - |
| XYZ | 38.47 | 45.29 | 48.31 | - |
| YUV | 175.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 187 | 177 | 0.19 | 0 | 0.05 | 0.27 | 163.33 | 0.21 | 0.66 |
| Hex | 97 | BB | B1 | 13 | 0 | 5 | 1B | A3 | 15 | 42 |
| Octal | 227 | 273 | 261 | 23 | 0 | 5 | 33 | 243 | 25 | 102 |
| Binary | 10010111 | 10111011 | 10110001 | 10011 | 0 | 101 | 11011 | 10100011 | 10101 | 1000010 |
Color Harmonies of #97BBB1
Complementary color
Monochromatic Colors of #97BBB1
Black with #97BBB1
Text Example
Text Example
White with #97BBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BBB1; }
p { color: rgb(151,187,177); }
H1.HeaderClassName
{
color: #97BBB1;
}
.AnyTagClassName
{
color: #97BBB1;
}
</style>
background-color css
<style>
a { background-color: #97BBB1; }
a { background-color: rgb(151,187,177); }
div.DivClassName
{
background-color: #97BBB1;
}
.BgClassName
{
background-color: #97BBB1;
}
</style>
border-color css
<style>
span { border-color: #97BBB1; }
span { border-color: rgb(151,187,177); }
td.TdClassName
{
border-color: #97BBB1;
}
.TagClassName
{
border-color: #97BBB1;
}
</style>