Shades of Shadow Green #9BC5BE
Tints of Shadow Green #9BC5BE
RGB
CMYK
RGB Variations
Color information
#9BC5BE (or 0x9BC5BE) is known color: Shadow Green. HEX triplet: 9B, C5 and BE. RGB value is (155,197,190). Sum of RGB (Red+Green+Blue) = 155+197+190=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC5BE is #643A41. Grayscale: #B7B7B7. Windows color (decimal): -6568514 or 12502427. OLE color: 12502427.
HSL color Cylindrical-coordinate representation of color #9BC5BE: hue angle of 170º 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 #9BC5BE is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 190 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.23 |
| HSL | 170º | 0.27% | 0.69% | - |
| HSV(B) | 170º | 0.21% | 0.77% | - |
| XYZ | 42.78 | 50.62 | 56.23 | - |
| YUV | 183.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 190 | 0.21 | 0 | 0.04 | 0.23 | 170 | 0.27 | 0.69 |
| Hex | 9B | C5 | BE | 15 | 0 | 4 | 17 | AA | 1B | 45 |
| Octal | 233 | 305 | 276 | 25 | 0 | 4 | 27 | 252 | 33 | 105 |
| Binary | 10011011 | 11000101 | 10111110 | 10101 | 0 | 100 | 10111 | 10101010 | 11011 | 1000101 |
Color Harmonies of #9BC5BE
Complementary color
Monochromatic Colors of #9BC5BE
Black with #9BC5BE
Text Example
Text Example
White with #9BC5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC5BE; }
p { color: rgb(155,197,190); }
H1.HeaderClassName
{
color: #9BC5BE;
}
.AnyTagClassName
{
color: #9BC5BE;
}
</style>
background-color css
<style>
a { background-color: #9BC5BE; }
a { background-color: rgb(155,197,190); }
div.DivClassName
{
background-color: #9BC5BE;
}
.BgClassName
{
background-color: #9BC5BE;
}
</style>
border-color css
<style>
span { border-color: #9BC5BE; }
span { border-color: rgb(155,197,190); }
td.TdClassName
{
border-color: #9BC5BE;
}
.TagClassName
{
border-color: #9BC5BE;
}
</style>