Shades of Shadow Green #9BC5BA
Tints of Shadow Green #9BC5BA
RGB
CMYK
RGB Variations
Color information
#9BC5BA (or 0x9BC5BA) is known color: Shadow Green. HEX triplet: 9B, C5 and BA. RGB value is (155,197,186). Sum of RGB (Red+Green+Blue) = 155+197+186=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC5BA is #643A45. Grayscale: #B7B7B7. Windows color (decimal): -6568518 or 12240283. OLE color: 12240283.
HSL color Cylindrical-coordinate representation of color #9BC5BA: hue angle of 164.29º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC5BA is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 186 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.23 |
| HSL | 164.29º | 0.27% | 0.69% | - |
| HSV(B) | 164.29º | 0.21% | 0.77% | - |
| XYZ | 42.35 | 50.45 | 53.96 | - |
| YUV | 183.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 186 | 0.21 | 0 | 0.06 | 0.23 | 164.29 | 0.27 | 0.69 |
| Hex | 9B | C5 | BA | 15 | 0 | 6 | 17 | A4 | 1B | 45 |
| Octal | 233 | 305 | 272 | 25 | 0 | 6 | 27 | 244 | 33 | 105 |
| Binary | 10011011 | 11000101 | 10111010 | 10101 | 0 | 110 | 10111 | 10100100 | 11011 | 1000101 |
Color Harmonies of #9BC5BA
Complementary color
Monochromatic Colors of #9BC5BA
Black with #9BC5BA
Text Example
Text Example
White with #9BC5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC5BA; }
p { color: rgb(155,197,186); }
H1.HeaderClassName
{
color: #9BC5BA;
}
.AnyTagClassName
{
color: #9BC5BA;
}
</style>
background-color css
<style>
a { background-color: #9BC5BA; }
a { background-color: rgb(155,197,186); }
div.DivClassName
{
background-color: #9BC5BA;
}
.BgClassName
{
background-color: #9BC5BA;
}
</style>
border-color css
<style>
span { border-color: #9BC5BA; }
span { border-color: rgb(155,197,186); }
td.TdClassName
{
border-color: #9BC5BA;
}
.TagClassName
{
border-color: #9BC5BA;
}
</style>