Shades of Shadow Green #9BC0BF
Tints of Shadow Green #9BC0BF
RGB
CMYK
RGB Variations
Color information
#9BC0BF (or 0x9BC0BF) is known color: Shadow Green. HEX triplet: 9B, C0 and BF. RGB value is (155,192,191). Sum of RGB (Red+Green+Blue) = 155+192+191=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC0BF is #643F40. Grayscale: #B4B4B4. Windows color (decimal): -6569793 or 12566683. OLE color: 12566683.
HSL color Cylindrical-coordinate representation of color #9BC0BF: hue angle of 178.38º 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 #9BC0BF is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 191 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.25 |
| HSL | 178.38º | 0.23% | 0.68% | - |
| HSV(B) | 178.38º | 0.19% | 0.75% | - |
| XYZ | 41.77 | 48.43 | 56.44 | - |
| YUV | 180.82 | 133.74 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 191 | 0.19 | 0 | 0.01 | 0.25 | 178.38 | 0.23 | 0.68 |
| Hex | 9B | C0 | BF | 13 | 0 | 1 | 19 | B2 | 17 | 44 |
| Octal | 233 | 300 | 277 | 23 | 0 | 1 | 31 | 262 | 27 | 104 |
| Binary | 10011011 | 11000000 | 10111111 | 10011 | 0 | 1 | 11001 | 10110010 | 10111 | 1000100 |
Color Harmonies of #9BC0BF
Complementary color
Monochromatic Colors of #9BC0BF
Black with #9BC0BF
Text Example
Text Example
White with #9BC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC0BF; }
p { color: rgb(155,192,191); }
H1.HeaderClassName
{
color: #9BC0BF;
}
.AnyTagClassName
{
color: #9BC0BF;
}
</style>
background-color css
<style>
a { background-color: #9BC0BF; }
a { background-color: rgb(155,192,191); }
div.DivClassName
{
background-color: #9BC0BF;
}
.BgClassName
{
background-color: #9BC0BF;
}
</style>
border-color css
<style>
span { border-color: #9BC0BF; }
span { border-color: rgb(155,192,191); }
td.TdClassName
{
border-color: #9BC0BF;
}
.TagClassName
{
border-color: #9BC0BF;
}
</style>