Shades of Shadow Green #9BCFBF
Tints of Shadow Green #9BCFBF
RGB
CMYK
RGB Variations
Color information
#9BCFBF (or 0x9BCFBF) is known color: Shadow Green. HEX triplet: 9B, CF and BF. RGB value is (155,207,191). Sum of RGB (Red+Green+Blue) = 155+207+191=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFBF is #643040. Grayscale: #BDBDBD. Windows color (decimal): -6565953 or 12570523. OLE color: 12570523.
HSL color Cylindrical-coordinate representation of color #9BCFBF: hue angle of 161.54º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCFBF is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 191 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.19 |
| HSL | 161.54º | 0.35% | 0.71% | - |
| HSV(B) | 161.54º | 0.25% | 0.81% | - |
| XYZ | 45.23 | 55.36 | 57.59 | - |
| YUV | 189.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 191 | 0.25 | 0 | 0.08 | 0.19 | 161.54 | 0.35 | 0.71 |
| Hex | 9B | CF | BF | 19 | 0 | 8 | 13 | A2 | 23 | 47 |
| Octal | 233 | 317 | 277 | 31 | 0 | 10 | 23 | 242 | 43 | 107 |
| Binary | 10011011 | 11001111 | 10111111 | 11001 | 0 | 1000 | 10011 | 10100010 | 100011 | 1000111 |
Color Harmonies of #9BCFBF
Complementary color
Monochromatic Colors of #9BCFBF
Black with #9BCFBF
Text Example
Text Example
White with #9BCFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFBF; }
p { color: rgb(155,207,191); }
H1.HeaderClassName
{
color: #9BCFBF;
}
.AnyTagClassName
{
color: #9BCFBF;
}
</style>
background-color css
<style>
a { background-color: #9BCFBF; }
a { background-color: rgb(155,207,191); }
div.DivClassName
{
background-color: #9BCFBF;
}
.BgClassName
{
background-color: #9BCFBF;
}
</style>
border-color css
<style>
span { border-color: #9BCFBF; }
span { border-color: rgb(155,207,191); }
td.TdClassName
{
border-color: #9BCFBF;
}
.TagClassName
{
border-color: #9BCFBF;
}
</style>