Shades of Shadow Green #9BC8BE
Tints of Shadow Green #9BC8BE
RGB
CMYK
RGB Variations
Color information
#9BC8BE (or 0x9BC8BE) is known color: Shadow Green. HEX triplet: 9B, C8 and BE. RGB value is (155,200,190). Sum of RGB (Red+Green+Blue) = 155+200+190=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC8BE is #643741. Grayscale: #B9B9B9. Windows color (decimal): -6567746 or 12503195. OLE color: 12503195.
HSL color Cylindrical-coordinate representation of color #9BC8BE: hue angle of 166.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 #9BC8BE is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 190 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.22 |
| HSL | 166.67º | 0.29% | 0.7% | - |
| HSV(B) | 166.67º | 0.23% | 0.78% | - |
| XYZ | 43.47 | 51.99 | 56.46 | - |
| YUV | 185.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 190 | 0.22 | 0 | 0.05 | 0.22 | 166.67 | 0.29 | 0.7 |
| Hex | 9B | C8 | BE | 16 | 0 | 5 | 16 | A7 | 1D | 46 |
| Octal | 233 | 310 | 276 | 26 | 0 | 5 | 26 | 247 | 35 | 106 |
| Binary | 10011011 | 11001000 | 10111110 | 10110 | 0 | 101 | 10110 | 10100111 | 11101 | 1000110 |
Color Harmonies of #9BC8BE
Complementary color
Monochromatic Colors of #9BC8BE
Black with #9BC8BE
Text Example
Text Example
White with #9BC8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC8BE; }
p { color: rgb(155,200,190); }
H1.HeaderClassName
{
color: #9BC8BE;
}
.AnyTagClassName
{
color: #9BC8BE;
}
</style>
background-color css
<style>
a { background-color: #9BC8BE; }
a { background-color: rgb(155,200,190); }
div.DivClassName
{
background-color: #9BC8BE;
}
.BgClassName
{
background-color: #9BC8BE;
}
</style>
border-color css
<style>
span { border-color: #9BC8BE; }
span { border-color: rgb(155,200,190); }
td.TdClassName
{
border-color: #9BC8BE;
}
.TagClassName
{
border-color: #9BC8BE;
}
</style>