Shades of Shadow Green #9BC0B6
Tints of Shadow Green #9BC0B6
RGB
CMYK
RGB Variations
Color information
#9BC0B6 (or 0x9BC0B6) is known color: Shadow Green. HEX triplet: 9B, C0 and B6. RGB value is (155,192,182). Sum of RGB (Red+Green+Blue) = 155+192+182=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC0B6 is #643F49. Grayscale: #B3B3B3. Windows color (decimal): -6569802 or 11976859. OLE color: 11976859.
HSL color Cylindrical-coordinate representation of color #9BC0B6: hue angle of 163.78º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BC0B6 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 182 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.25 |
| HSL | 163.78º | 0.23% | 0.68% | - |
| HSV(B) | 163.78º | 0.19% | 0.75% | - |
| XYZ | 40.81 | 48.05 | 51.38 | - |
| YUV | 179.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 182 | 0.19 | 0 | 0.05 | 0.25 | 163.78 | 0.23 | 0.68 |
| Hex | 9B | C0 | B6 | 13 | 0 | 5 | 19 | A4 | 17 | 44 |
| Octal | 233 | 300 | 266 | 23 | 0 | 5 | 31 | 244 | 27 | 104 |
| Binary | 10011011 | 11000000 | 10110110 | 10011 | 0 | 101 | 11001 | 10100100 | 10111 | 1000100 |
Color Harmonies of #9BC0B6
Complementary color
Monochromatic Colors of #9BC0B6
Black with #9BC0B6
Text Example
Text Example
White with #9BC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC0B6; }
p { color: rgb(155,192,182); }
H1.HeaderClassName
{
color: #9BC0B6;
}
.AnyTagClassName
{
color: #9BC0B6;
}
</style>
background-color css
<style>
a { background-color: #9BC0B6; }
a { background-color: rgb(155,192,182); }
div.DivClassName
{
background-color: #9BC0B6;
}
.BgClassName
{
background-color: #9BC0B6;
}
</style>
border-color css
<style>
span { border-color: #9BC0B6; }
span { border-color: rgb(155,192,182); }
td.TdClassName
{
border-color: #9BC0B6;
}
.TagClassName
{
border-color: #9BC0B6;
}
</style>