Shades of Shadow Green #9BCCBE
Tints of Shadow Green #9BCCBE
RGB
CMYK
RGB Variations
Color information
#9BCCBE (or 0x9BCCBE) is known color: Shadow Green. HEX triplet: 9B, CC and BE. RGB value is (155,204,190). Sum of RGB (Red+Green+Blue) = 155+204+190=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCBE is #643341. Grayscale: #BBBBBB. Windows color (decimal): -6566722 or 12504219. OLE color: 12504219.
HSL color Cylindrical-coordinate representation of color #9BCCBE: hue angle of 162.86º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCCBE is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 204 | 190 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.2 |
| HSL | 162.86º | 0.32% | 0.7% | - |
| HSV(B) | 162.86º | 0.24% | 0.8% | - |
| XYZ | 44.4 | 53.87 | 56.77 | - |
| YUV | 187.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 190 | 0.24 | 0 | 0.07 | 0.2 | 162.86 | 0.32 | 0.7 |
| Hex | 9B | CC | BE | 18 | 0 | 7 | 14 | A3 | 20 | 46 |
| Octal | 233 | 314 | 276 | 30 | 0 | 7 | 24 | 243 | 40 | 106 |
| Binary | 10011011 | 11001100 | 10111110 | 11000 | 0 | 111 | 10100 | 10100011 | 100000 | 1000110 |
Color Harmonies of #9BCCBE
Complementary color
Monochromatic Colors of #9BCCBE
Black with #9BCCBE
Text Example
Text Example
White with #9BCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCCBE; }
p { color: rgb(155,204,190); }
H1.HeaderClassName
{
color: #9BCCBE;
}
.AnyTagClassName
{
color: #9BCCBE;
}
</style>
background-color css
<style>
a { background-color: #9BCCBE; }
a { background-color: rgb(155,204,190); }
div.DivClassName
{
background-color: #9BCCBE;
}
.BgClassName
{
background-color: #9BCCBE;
}
</style>
border-color css
<style>
span { border-color: #9BCCBE; }
span { border-color: rgb(155,204,190); }
td.TdClassName
{
border-color: #9BCCBE;
}
.TagClassName
{
border-color: #9BCCBE;
}
</style>