Shades of Shadow Green #9BC6BF
Tints of Shadow Green #9BC6BF
RGB
CMYK
RGB Variations
Color information
#9BC6BF (or 0x9BC6BF) is known color: Shadow Green. HEX triplet: 9B, C6 and BF. RGB value is (155,198,191). Sum of RGB (Red+Green+Blue) = 155+198+191=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC6BF is #643940. Grayscale: #B8B8B8. Windows color (decimal): -6568257 or 12568219. OLE color: 12568219.
HSL color Cylindrical-coordinate representation of color #9BC6BF: hue angle of 170.23º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC6BF is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 191 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.22 |
| HSL | 170.23º | 0.27% | 0.69% | - |
| HSV(B) | 170.23º | 0.22% | 0.78% | - |
| XYZ | 43.12 | 51.12 | 56.88 | - |
| YUV | 184.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 191 | 0.22 | 0 | 0.04 | 0.22 | 170.23 | 0.27 | 0.69 |
| Hex | 9B | C6 | BF | 16 | 0 | 4 | 16 | AA | 1B | 45 |
| Octal | 233 | 306 | 277 | 26 | 0 | 4 | 26 | 252 | 33 | 105 |
| Binary | 10011011 | 11000110 | 10111111 | 10110 | 0 | 100 | 10110 | 10101010 | 11011 | 1000101 |
Color Harmonies of #9BC6BF
Complementary color
Monochromatic Colors of #9BC6BF
Black with #9BC6BF
Text Example
Text Example
White with #9BC6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC6BF; }
p { color: rgb(155,198,191); }
H1.HeaderClassName
{
color: #9BC6BF;
}
.AnyTagClassName
{
color: #9BC6BF;
}
</style>
background-color css
<style>
a { background-color: #9BC6BF; }
a { background-color: rgb(155,198,191); }
div.DivClassName
{
background-color: #9BC6BF;
}
.BgClassName
{
background-color: #9BC6BF;
}
</style>
border-color css
<style>
span { border-color: #9BC6BF; }
span { border-color: rgb(155,198,191); }
td.TdClassName
{
border-color: #9BC6BF;
}
.TagClassName
{
border-color: #9BC6BF;
}
</style>