Shades of Shadow Green #9BC2B5
Tints of Shadow Green #9BC2B5
RGB
CMYK
RGB Variations
Color information
#9BC2B5 (or 0x9BC2B5) is known color: Shadow Green. HEX triplet: 9B, C2 and B5. RGB value is (155,194,181). Sum of RGB (Red+Green+Blue) = 155+194+181=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC2B5 is #643D4A. Grayscale: #B4B4B4. Windows color (decimal): -6569291 or 11911835. OLE color: 11911835.
HSL color Cylindrical-coordinate representation of color #9BC2B5: hue angle of 160º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BC2B5 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 181 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.24 |
| HSL | 160º | 0.24% | 0.68% | - |
| HSV(B) | 160º | 0.2% | 0.76% | - |
| XYZ | 41.15 | 48.89 | 50.98 | - |
| YUV | 180.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 181 | 0.20 | 0 | 0.07 | 0.24 | 160 | 0.24 | 0.68 |
| Hex | 9B | C2 | B5 | 14 | 0 | 7 | 18 | A0 | 18 | 44 |
| Octal | 233 | 302 | 265 | 24 | 0 | 7 | 30 | 240 | 30 | 104 |
| Binary | 10011011 | 11000010 | 10110101 | 10100 | 0 | 111 | 11000 | 10100000 | 11000 | 1000100 |
Color Harmonies of #9BC2B5
Complementary color
Monochromatic Colors of #9BC2B5
Black with #9BC2B5
Text Example
Text Example
White with #9BC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC2B5; }
p { color: rgb(155,194,181); }
H1.HeaderClassName
{
color: #9BC2B5;
}
.AnyTagClassName
{
color: #9BC2B5;
}
</style>
background-color css
<style>
a { background-color: #9BC2B5; }
a { background-color: rgb(155,194,181); }
div.DivClassName
{
background-color: #9BC2B5;
}
.BgClassName
{
background-color: #9BC2B5;
}
</style>
border-color css
<style>
span { border-color: #9BC2B5; }
span { border-color: rgb(155,194,181); }
td.TdClassName
{
border-color: #9BC2B5;
}
.TagClassName
{
border-color: #9BC2B5;
}
</style>