Shades of Shadow Green #9DBFBB
Tints of Shadow Green #9DBFBB
RGB
CMYK
RGB Variations
Color information
#9DBFBB (or 0x9DBFBB) is known color: Shadow Green. HEX triplet: 9D, BF and BB. RGB value is (157,191,187). Sum of RGB (Red+Green+Blue) = 157+191+187=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFBB is #624044. Grayscale: #B4B4B4. Windows color (decimal): -6438981 or 12304285. OLE color: 12304285.
HSL color Cylindrical-coordinate representation of color #9DBFBB: hue angle of 172.94º 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 #9DBFBB is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 187 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.25 |
| HSL | 172.94º | 0.21% | 0.68% | - |
| HSV(B) | 172.94º | 0.18% | 0.75% | - |
| XYZ | 41.51 | 48.02 | 54.09 | - |
| YUV | 180.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 187 | 0.18 | 0 | 0.02 | 0.25 | 172.94 | 0.21 | 0.68 |
| Hex | 9D | BF | BB | 12 | 0 | 2 | 19 | AD | 15 | 44 |
| Octal | 235 | 277 | 273 | 22 | 0 | 2 | 31 | 255 | 25 | 104 |
| Binary | 10011101 | 10111111 | 10111011 | 10010 | 0 | 10 | 11001 | 10101101 | 10101 | 1000100 |
Color Harmonies of #9DBFBB
Complementary color
Monochromatic Colors of #9DBFBB
Black with #9DBFBB
Text Example
Text Example
White with #9DBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFBB; }
p { color: rgb(157,191,187); }
H1.HeaderClassName
{
color: #9DBFBB;
}
.AnyTagClassName
{
color: #9DBFBB;
}
</style>
background-color css
<style>
a { background-color: #9DBFBB; }
a { background-color: rgb(157,191,187); }
div.DivClassName
{
background-color: #9DBFBB;
}
.BgClassName
{
background-color: #9DBFBB;
}
</style>
border-color css
<style>
span { border-color: #9DBFBB; }
span { border-color: rgb(157,191,187); }
td.TdClassName
{
border-color: #9DBFBB;
}
.TagClassName
{
border-color: #9DBFBB;
}
</style>