Shades of Shadow Green #9BC3BB
Tints of Shadow Green #9BC3BB
RGB
CMYK
RGB Variations
Color information
#9BC3BB (or 0x9BC3BB) is known color: Shadow Green. HEX triplet: 9B, C3 and BB. RGB value is (155,195,187). Sum of RGB (Red+Green+Blue) = 155+195+187=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC3BB is #643C44. Grayscale: #B6B6B6. Windows color (decimal): -6569029 or 12305307. OLE color: 12305307.
HSL color Cylindrical-coordinate representation of color #9BC3BB: hue angle of 168º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC3BB is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 187 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.24 |
| HSL | 168º | 0.25% | 0.69% | - |
| HSV(B) | 168º | 0.21% | 0.76% | - |
| XYZ | 42 | 49.59 | 54.37 | - |
| YUV | 182.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 187 | 0.21 | 0 | 0.04 | 0.24 | 168 | 0.25 | 0.69 |
| Hex | 9B | C3 | BB | 15 | 0 | 4 | 18 | A8 | 19 | 45 |
| Octal | 233 | 303 | 273 | 25 | 0 | 4 | 30 | 250 | 31 | 105 |
| Binary | 10011011 | 11000011 | 10111011 | 10101 | 0 | 100 | 11000 | 10101000 | 11001 | 1000101 |
Color Harmonies of #9BC3BB
Complementary color
Monochromatic Colors of #9BC3BB
Black with #9BC3BB
Text Example
Text Example
White with #9BC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC3BB; }
p { color: rgb(155,195,187); }
H1.HeaderClassName
{
color: #9BC3BB;
}
.AnyTagClassName
{
color: #9BC3BB;
}
</style>
background-color css
<style>
a { background-color: #9BC3BB; }
a { background-color: rgb(155,195,187); }
div.DivClassName
{
background-color: #9BC3BB;
}
.BgClassName
{
background-color: #9BC3BB;
}
</style>
border-color css
<style>
span { border-color: #9BC3BB; }
span { border-color: rgb(155,195,187); }
td.TdClassName
{
border-color: #9BC3BB;
}
.TagClassName
{
border-color: #9BC3BB;
}
</style>