Shades of Shadow Green #9BC5B5
Tints of Shadow Green #9BC5B5
RGB
CMYK
RGB Variations
Color information
#9BC5B5 (or 0x9BC5B5) is known color: Shadow Green. HEX triplet: 9B, C5 and B5. RGB value is (155,197,181). Sum of RGB (Red+Green+Blue) = 155+197+181=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC5B5 is #643A4A. Grayscale: #B6B6B6. Windows color (decimal): -6568523 or 11912603. OLE color: 11912603.
HSL color Cylindrical-coordinate representation of color #9BC5B5: hue angle of 157.14º 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 #9BC5B5 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 181 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.23 |
| HSL | 157.14º | 0.27% | 0.69% | - |
| HSV(B) | 157.14º | 0.21% | 0.77% | - |
| XYZ | 41.82 | 50.24 | 51.21 | - |
| YUV | 182.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 181 | 0.21 | 0 | 0.08 | 0.23 | 157.14 | 0.27 | 0.69 |
| Hex | 9B | C5 | B5 | 15 | 0 | 8 | 17 | 9D | 1B | 45 |
| Octal | 233 | 305 | 265 | 25 | 0 | 10 | 27 | 235 | 33 | 105 |
| Binary | 10011011 | 11000101 | 10110101 | 10101 | 0 | 1000 | 10111 | 10011101 | 11011 | 1000101 |
Color Harmonies of #9BC5B5
Complementary color
Monochromatic Colors of #9BC5B5
Black with #9BC5B5
Text Example
Text Example
White with #9BC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC5B5; }
p { color: rgb(155,197,181); }
H1.HeaderClassName
{
color: #9BC5B5;
}
.AnyTagClassName
{
color: #9BC5B5;
}
</style>
background-color css
<style>
a { background-color: #9BC5B5; }
a { background-color: rgb(155,197,181); }
div.DivClassName
{
background-color: #9BC5B5;
}
.BgClassName
{
background-color: #9BC5B5;
}
</style>
border-color css
<style>
span { border-color: #9BC5B5; }
span { border-color: rgb(155,197,181); }
td.TdClassName
{
border-color: #9BC5B5;
}
.TagClassName
{
border-color: #9BC5B5;
}
</style>