Shades of Shadow Green #9BC8B5
Tints of Shadow Green #9BC8B5
RGB
CMYK
RGB Variations
Color information
#9BC8B5 (or 0x9BC8B5) is known color: Shadow Green. HEX triplet: 9B, C8 and B5. RGB value is (155,200,181). Sum of RGB (Red+Green+Blue) = 155+200+181=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC8B5 is #64374A. Grayscale: #B8B8B8. Windows color (decimal): -6567755 or 11913371. OLE color: 11913371.
HSL color Cylindrical-coordinate representation of color #9BC8B5: hue angle of 154.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC8B5 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 181 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.22 |
| HSL | 154.67º | 0.29% | 0.7% | - |
| HSV(B) | 154.67º | 0.23% | 0.78% | - |
| XYZ | 42.51 | 51.61 | 51.44 | - |
| YUV | 184.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 181 | 0.22 | 0 | 0.09 | 0.22 | 154.67 | 0.29 | 0.7 |
| Hex | 9B | C8 | B5 | 16 | 0 | 9 | 16 | 9B | 1D | 46 |
| Octal | 233 | 310 | 265 | 26 | 0 | 11 | 26 | 233 | 35 | 106 |
| Binary | 10011011 | 11001000 | 10110101 | 10110 | 0 | 1001 | 10110 | 10011011 | 11101 | 1000110 |
Color Harmonies of #9BC8B5
Complementary color
Monochromatic Colors of #9BC8B5
Black with #9BC8B5
Text Example
Text Example
White with #9BC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC8B5; }
p { color: rgb(155,200,181); }
H1.HeaderClassName
{
color: #9BC8B5;
}
.AnyTagClassName
{
color: #9BC8B5;
}
</style>
background-color css
<style>
a { background-color: #9BC8B5; }
a { background-color: rgb(155,200,181); }
div.DivClassName
{
background-color: #9BC8B5;
}
.BgClassName
{
background-color: #9BC8B5;
}
</style>
border-color css
<style>
span { border-color: #9BC8B5; }
span { border-color: rgb(155,200,181); }
td.TdClassName
{
border-color: #9BC8B5;
}
.TagClassName
{
border-color: #9BC8B5;
}
</style>