Shades of Shadow Green #9BC9BE
Tints of Shadow Green #9BC9BE
RGB
CMYK
RGB Variations
Color information
#9BC9BE (or 0x9BC9BE) is known color: Shadow Green. HEX triplet: 9B, C9 and BE. RGB value is (155,201,190). Sum of RGB (Red+Green+Blue) = 155+201+190=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC9BE is #643641. Grayscale: #B9B9B9. Windows color (decimal): -6567490 or 12503451. OLE color: 12503451.
HSL color Cylindrical-coordinate representation of color #9BC9BE: hue angle of 165.65º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC9BE is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 190 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.21 |
| HSL | 165.65º | 0.3% | 0.7% | - |
| HSV(B) | 165.65º | 0.23% | 0.79% | - |
| XYZ | 43.7 | 52.46 | 56.54 | - |
| YUV | 185.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 190 | 0.23 | 0 | 0.05 | 0.21 | 165.65 | 0.3 | 0.7 |
| Hex | 9B | C9 | BE | 17 | 0 | 5 | 15 | A6 | 1E | 46 |
| Octal | 233 | 311 | 276 | 27 | 0 | 5 | 25 | 246 | 36 | 106 |
| Binary | 10011011 | 11001001 | 10111110 | 10111 | 0 | 101 | 10101 | 10100110 | 11110 | 1000110 |
Color Harmonies of #9BC9BE
Complementary color
Monochromatic Colors of #9BC9BE
Black with #9BC9BE
Text Example
Text Example
White with #9BC9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC9BE; }
p { color: rgb(155,201,190); }
H1.HeaderClassName
{
color: #9BC9BE;
}
.AnyTagClassName
{
color: #9BC9BE;
}
</style>
background-color css
<style>
a { background-color: #9BC9BE; }
a { background-color: rgb(155,201,190); }
div.DivClassName
{
background-color: #9BC9BE;
}
.BgClassName
{
background-color: #9BC9BE;
}
</style>
border-color css
<style>
span { border-color: #9BC9BE; }
span { border-color: rgb(155,201,190); }
td.TdClassName
{
border-color: #9BC9BE;
}
.TagClassName
{
border-color: #9BC9BE;
}
</style>