Shades of Shadow Green #9BC4BA
Tints of Shadow Green #9BC4BA
RGB
CMYK
RGB Variations
Color information
#9BC4BA (or 0x9BC4BA) is known color: Shadow Green. HEX triplet: 9B, C4 and BA. RGB value is (155,196,186). Sum of RGB (Red+Green+Blue) = 155+196+186=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC4BA is #643B45. Grayscale: #B6B6B6. Windows color (decimal): -6568774 or 12240027. OLE color: 12240027.
HSL color Cylindrical-coordinate representation of color #9BC4BA: hue angle of 165.37º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC4BA is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 196 | 186 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.23 |
| HSL | 165.37º | 0.26% | 0.69% | - |
| HSV(B) | 165.37º | 0.21% | 0.77% | - |
| XYZ | 42.12 | 49.99 | 53.88 | - |
| YUV | 182.6 | 129.92 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 196 | 186 | 0.21 | 0 | 0.05 | 0.23 | 165.37 | 0.26 | 0.69 |
| Hex | 9B | C4 | BA | 15 | 0 | 5 | 17 | A5 | 1A | 45 |
| Octal | 233 | 304 | 272 | 25 | 0 | 5 | 27 | 245 | 32 | 105 |
| Binary | 10011011 | 11000100 | 10111010 | 10101 | 0 | 101 | 10111 | 10100101 | 11010 | 1000101 |
Color Harmonies of #9BC4BA
Complementary color
Monochromatic Colors of #9BC4BA
Black with #9BC4BA
Text Example
Text Example
White with #9BC4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC4BA; }
p { color: rgb(155,196,186); }
H1.HeaderClassName
{
color: #9BC4BA;
}
.AnyTagClassName
{
color: #9BC4BA;
}
</style>
background-color css
<style>
a { background-color: #9BC4BA; }
a { background-color: rgb(155,196,186); }
div.DivClassName
{
background-color: #9BC4BA;
}
.BgClassName
{
background-color: #9BC4BA;
}
</style>
border-color css
<style>
span { border-color: #9BC4BA; }
span { border-color: rgb(155,196,186); }
td.TdClassName
{
border-color: #9BC4BA;
}
.TagClassName
{
border-color: #9BC4BA;
}
</style>