Shades of Shadow Green #9DBEB4
Tints of Shadow Green #9DBEB4
RGB
CMYK
RGB Variations
Color information
#9DBEB4 (or 0x9DBEB4) is known color: Shadow Green. HEX triplet: 9D, BE and B4. RGB value is (157,190,180). Sum of RGB (Red+Green+Blue) = 157+190+180=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEB4 is #62414B. Grayscale: #B3B3B3. Windows color (decimal): -6439244 or 11845277. OLE color: 11845277.
HSL color Cylindrical-coordinate representation of color #9DBEB4: hue angle of 161.82º 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 #9DBEB4 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 180 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.25 |
| HSL | 161.82º | 0.2% | 0.68% | - |
| HSV(B) | 161.82º | 0.17% | 0.75% | - |
| XYZ | 40.56 | 47.29 | 50.17 | - |
| YUV | 178.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 180 | 0.17 | 0 | 0.05 | 0.25 | 161.82 | 0.2 | 0.68 |
| Hex | 9D | BE | B4 | 11 | 0 | 5 | 19 | A2 | 14 | 44 |
| Octal | 235 | 276 | 264 | 21 | 0 | 5 | 31 | 242 | 24 | 104 |
| Binary | 10011101 | 10111110 | 10110100 | 10001 | 0 | 101 | 11001 | 10100010 | 10100 | 1000100 |
Color Harmonies of #9DBEB4
Complementary color
Monochromatic Colors of #9DBEB4
Black with #9DBEB4
Text Example
Text Example
White with #9DBEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEB4; }
p { color: rgb(157,190,180); }
H1.HeaderClassName
{
color: #9DBEB4;
}
.AnyTagClassName
{
color: #9DBEB4;
}
</style>
background-color css
<style>
a { background-color: #9DBEB4; }
a { background-color: rgb(157,190,180); }
div.DivClassName
{
background-color: #9DBEB4;
}
.BgClassName
{
background-color: #9DBEB4;
}
</style>
border-color css
<style>
span { border-color: #9DBEB4; }
span { border-color: rgb(157,190,180); }
td.TdClassName
{
border-color: #9DBEB4;
}
.TagClassName
{
border-color: #9DBEB4;
}
</style>