Shades of Shadow Green #9DBFBA
Tints of Shadow Green #9DBFBA
RGB
CMYK
RGB Variations
Color information
#9DBFBA (or 0x9DBFBA) is known color: Shadow Green. HEX triplet: 9D, BF and BA. RGB value is (157,191,186). Sum of RGB (Red+Green+Blue) = 157+191+186=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFBA is #624045. Grayscale: #B4B4B4. Windows color (decimal): -6438982 or 12238749. OLE color: 12238749.
HSL color Cylindrical-coordinate representation of color #9DBFBA: hue angle of 171.18º 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 #9DBFBA is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 186 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.25 |
| HSL | 171.18º | 0.21% | 0.68% | - |
| HSV(B) | 171.18º | 0.18% | 0.75% | - |
| XYZ | 41.4 | 47.97 | 53.53 | - |
| YUV | 180.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 186 | 0.18 | 0 | 0.03 | 0.25 | 171.18 | 0.21 | 0.68 |
| Hex | 9D | BF | BA | 12 | 0 | 3 | 19 | AB | 15 | 44 |
| Octal | 235 | 277 | 272 | 22 | 0 | 3 | 31 | 253 | 25 | 104 |
| Binary | 10011101 | 10111111 | 10111010 | 10010 | 0 | 11 | 11001 | 10101011 | 10101 | 1000100 |
Color Harmonies of #9DBFBA
Complementary color
Monochromatic Colors of #9DBFBA
Black with #9DBFBA
Text Example
Text Example
White with #9DBFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFBA; }
p { color: rgb(157,191,186); }
H1.HeaderClassName
{
color: #9DBFBA;
}
.AnyTagClassName
{
color: #9DBFBA;
}
</style>
background-color css
<style>
a { background-color: #9DBFBA; }
a { background-color: rgb(157,191,186); }
div.DivClassName
{
background-color: #9DBFBA;
}
.BgClassName
{
background-color: #9DBFBA;
}
</style>
border-color css
<style>
span { border-color: #9DBFBA; }
span { border-color: rgb(157,191,186); }
td.TdClassName
{
border-color: #9DBFBA;
}
.TagClassName
{
border-color: #9DBFBA;
}
</style>