Shades of Shadow Green #9DBEBA
Tints of Shadow Green #9DBEBA
RGB
CMYK
RGB Variations
Color information
#9DBEBA (or 0x9DBEBA) is known color: Shadow Green. HEX triplet: 9D, BE and BA. RGB value is (157,190,186). Sum of RGB (Red+Green+Blue) = 157+190+186=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEBA is #624145. Grayscale: #B3B3B3. Windows color (decimal): -6439238 or 12238493. OLE color: 12238493.
HSL color Cylindrical-coordinate representation of color #9DBEBA: hue angle of 172.73º 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 #9DBEBA is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 186 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.25 |
| HSL | 172.73º | 0.2% | 0.68% | - |
| HSV(B) | 172.73º | 0.17% | 0.75% | - |
| XYZ | 41.18 | 47.54 | 53.46 | - |
| YUV | 179.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 186 | 0.17 | 0 | 0.02 | 0.25 | 172.73 | 0.2 | 0.68 |
| Hex | 9D | BE | BA | 11 | 0 | 2 | 19 | AD | 14 | 44 |
| Octal | 235 | 276 | 272 | 21 | 0 | 2 | 31 | 255 | 24 | 104 |
| Binary | 10011101 | 10111110 | 10111010 | 10001 | 0 | 10 | 11001 | 10101101 | 10100 | 1000100 |
Color Harmonies of #9DBEBA
Complementary color
Monochromatic Colors of #9DBEBA
Black with #9DBEBA
Text Example
Text Example
White with #9DBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEBA; }
p { color: rgb(157,190,186); }
H1.HeaderClassName
{
color: #9DBEBA;
}
.AnyTagClassName
{
color: #9DBEBA;
}
</style>
background-color css
<style>
a { background-color: #9DBEBA; }
a { background-color: rgb(157,190,186); }
div.DivClassName
{
background-color: #9DBEBA;
}
.BgClassName
{
background-color: #9DBEBA;
}
</style>
border-color css
<style>
span { border-color: #9DBEBA; }
span { border-color: rgb(157,190,186); }
td.TdClassName
{
border-color: #9DBEBA;
}
.TagClassName
{
border-color: #9DBEBA;
}
</style>