Shades of Shadow Green #9DBEB8
Tints of Shadow Green #9DBEB8
RGB
CMYK
RGB Variations
Color information
#9DBEB8 (or 0x9DBEB8) is known color: Shadow Green. HEX triplet: 9D, BE and B8. RGB value is (157,190,184). Sum of RGB (Red+Green+Blue) = 157+190+184=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEB8 is #624147. Grayscale: #B3B3B3. Windows color (decimal): -6439240 or 12107421. OLE color: 12107421.
HSL color Cylindrical-coordinate representation of color #9DBEB8: hue angle of 169.09º 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 #9DBEB8 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 184 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.25 |
| HSL | 169.09º | 0.2% | 0.68% | - |
| HSV(B) | 169.09º | 0.17% | 0.75% | - |
| XYZ | 40.97 | 47.46 | 52.35 | - |
| YUV | 179.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 184 | 0.17 | 0 | 0.03 | 0.25 | 169.09 | 0.2 | 0.68 |
| Hex | 9D | BE | B8 | 11 | 0 | 3 | 19 | A9 | 14 | 44 |
| Octal | 235 | 276 | 270 | 21 | 0 | 3 | 31 | 251 | 24 | 104 |
| Binary | 10011101 | 10111110 | 10111000 | 10001 | 0 | 11 | 11001 | 10101001 | 10100 | 1000100 |
Color Harmonies of #9DBEB8
Complementary color
Monochromatic Colors of #9DBEB8
Black with #9DBEB8
Text Example
Text Example
White with #9DBEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEB8; }
p { color: rgb(157,190,184); }
H1.HeaderClassName
{
color: #9DBEB8;
}
.AnyTagClassName
{
color: #9DBEB8;
}
</style>
background-color css
<style>
a { background-color: #9DBEB8; }
a { background-color: rgb(157,190,184); }
div.DivClassName
{
background-color: #9DBEB8;
}
.BgClassName
{
background-color: #9DBEB8;
}
</style>
border-color css
<style>
span { border-color: #9DBEB8; }
span { border-color: rgb(157,190,184); }
td.TdClassName
{
border-color: #9DBEB8;
}
.TagClassName
{
border-color: #9DBEB8;
}
</style>