Shades of Shadow Green #9BC3B7
Tints of Shadow Green #9BC3B7
RGB
CMYK
RGB Variations
Color information
#9BC3B7 (or 0x9BC3B7) is known color: Shadow Green. HEX triplet: 9B, C3 and B7. RGB value is (155,195,183). Sum of RGB (Red+Green+Blue) = 155+195+183=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC3B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC3B7 is #643C48. Grayscale: #B5B5B5. Windows color (decimal): -6569033 or 12043163. OLE color: 12043163.
HSL color Cylindrical-coordinate representation of color #9BC3B7: hue angle of 162º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC3B7 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 183 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.24 |
| HSL | 162º | 0.25% | 0.69% | - |
| HSV(B) | 162º | 0.21% | 0.76% | - |
| XYZ | 41.58 | 49.42 | 52.15 | - |
| YUV | 181.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 183 | 0.21 | 0 | 0.06 | 0.24 | 162 | 0.25 | 0.69 |
| Hex | 9B | C3 | B7 | 15 | 0 | 6 | 18 | A2 | 19 | 45 |
| Octal | 233 | 303 | 267 | 25 | 0 | 6 | 30 | 242 | 31 | 105 |
| Binary | 10011011 | 11000011 | 10110111 | 10101 | 0 | 110 | 11000 | 10100010 | 11001 | 1000101 |
Color Harmonies of #9BC3B7
Complementary color
Monochromatic Colors of #9BC3B7
Black with #9BC3B7
Text Example
Text Example
White with #9BC3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC3B7; }
p { color: rgb(155,195,183); }
H1.HeaderClassName
{
color: #9BC3B7;
}
.AnyTagClassName
{
color: #9BC3B7;
}
</style>
background-color css
<style>
a { background-color: #9BC3B7; }
a { background-color: rgb(155,195,183); }
div.DivClassName
{
background-color: #9BC3B7;
}
.BgClassName
{
background-color: #9BC3B7;
}
</style>
border-color css
<style>
span { border-color: #9BC3B7; }
span { border-color: rgb(155,195,183); }
td.TdClassName
{
border-color: #9BC3B7;
}
.TagClassName
{
border-color: #9BC3B7;
}
</style>