Shades of Shadow Green #9DBEB6
Tints of Shadow Green #9DBEB6
RGB
CMYK
RGB Variations
Color information
#9DBEB6 (or 0x9DBEB6) is known color: Shadow Green. HEX triplet: 9D, BE and B6. RGB value is (157,190,182). Sum of RGB (Red+Green+Blue) = 157+190+182=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEB6 is #624149. Grayscale: #B3B3B3. Windows color (decimal): -6439242 or 11976349. OLE color: 11976349.
HSL color Cylindrical-coordinate representation of color #9DBEB6: hue angle of 165.45º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBEB6 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 182 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.25 |
| HSL | 165.45º | 0.2% | 0.68% | - |
| HSV(B) | 165.45º | 0.17% | 0.75% | - |
| XYZ | 40.76 | 47.37 | 51.25 | - |
| YUV | 179.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 182 | 0.17 | 0 | 0.04 | 0.25 | 165.45 | 0.2 | 0.68 |
| Hex | 9D | BE | B6 | 11 | 0 | 4 | 19 | A5 | 14 | 44 |
| Octal | 235 | 276 | 266 | 21 | 0 | 4 | 31 | 245 | 24 | 104 |
| Binary | 10011101 | 10111110 | 10110110 | 10001 | 0 | 100 | 11001 | 10100101 | 10100 | 1000100 |
Color Harmonies of #9DBEB6
Complementary color
Monochromatic Colors of #9DBEB6
Black with #9DBEB6
Text Example
Text Example
White with #9DBEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEB6; }
p { color: rgb(157,190,182); }
H1.HeaderClassName
{
color: #9DBEB6;
}
.AnyTagClassName
{
color: #9DBEB6;
}
</style>
background-color css
<style>
a { background-color: #9DBEB6; }
a { background-color: rgb(157,190,182); }
div.DivClassName
{
background-color: #9DBEB6;
}
.BgClassName
{
background-color: #9DBEB6;
}
</style>
border-color css
<style>
span { border-color: #9DBEB6; }
span { border-color: rgb(157,190,182); }
td.TdClassName
{
border-color: #9DBEB6;
}
.TagClassName
{
border-color: #9DBEB6;
}
</style>