Shades of Shadow Green #9BBEBB
Tints of Shadow Green #9BBEBB
RGB
CMYK
RGB Variations
Color information
#9BBEBB (or 0x9BBEBB) is known color: Shadow Green. HEX triplet: 9B, BE and BB. RGB value is (155,190,187). Sum of RGB (Red+Green+Blue) = 155+190+187=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEBB is #644144. Grayscale: #B3B3B3. Windows color (decimal): -6570309 or 12304027. OLE color: 12304027.
HSL color Cylindrical-coordinate representation of color #9BBEBB: hue angle of 174.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBEBB is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 187 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.25 |
| HSL | 174.86º | 0.21% | 0.68% | - |
| HSV(B) | 174.86º | 0.18% | 0.75% | - |
| XYZ | 40.9 | 47.38 | 54 | - |
| YUV | 179.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 187 | 0.18 | 0 | 0.02 | 0.25 | 174.86 | 0.21 | 0.68 |
| Hex | 9B | BE | BB | 12 | 0 | 2 | 19 | AF | 15 | 44 |
| Octal | 233 | 276 | 273 | 22 | 0 | 2 | 31 | 257 | 25 | 104 |
| Binary | 10011011 | 10111110 | 10111011 | 10010 | 0 | 10 | 11001 | 10101111 | 10101 | 1000100 |
Color Harmonies of #9BBEBB
Complementary color
Monochromatic Colors of #9BBEBB
Black with #9BBEBB
Text Example
Text Example
White with #9BBEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBEBB; }
p { color: rgb(155,190,187); }
H1.HeaderClassName
{
color: #9BBEBB;
}
.AnyTagClassName
{
color: #9BBEBB;
}
</style>
background-color css
<style>
a { background-color: #9BBEBB; }
a { background-color: rgb(155,190,187); }
div.DivClassName
{
background-color: #9BBEBB;
}
.BgClassName
{
background-color: #9BBEBB;
}
</style>
border-color css
<style>
span { border-color: #9BBEBB; }
span { border-color: rgb(155,190,187); }
td.TdClassName
{
border-color: #9BBEBB;
}
.TagClassName
{
border-color: #9BBEBB;
}
</style>