Shades of Shadow Green #9BC1B4
Tints of Shadow Green #9BC1B4
RGB
CMYK
RGB Variations
Color information
#9BC1B4 (or 0x9BC1B4) is known color: Shadow Green. HEX triplet: 9B, C1 and B4. RGB value is (155,193,180). Sum of RGB (Red+Green+Blue) = 155+193+180=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC1B4 is #643E4B. Grayscale: #B4B4B4. Windows color (decimal): -6569548 or 11846043. OLE color: 11846043.
HSL color Cylindrical-coordinate representation of color #9BC1B4: hue angle of 159.47º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BC1B4 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 180 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.24 |
| HSL | 159.47º | 0.23% | 0.68% | - |
| HSV(B) | 159.47º | 0.2% | 0.76% | - |
| XYZ | 40.83 | 48.4 | 50.37 | - |
| YUV | 180.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 180 | 0.20 | 0 | 0.07 | 0.24 | 159.47 | 0.23 | 0.68 |
| Hex | 9B | C1 | B4 | 14 | 0 | 7 | 18 | 9F | 17 | 44 |
| Octal | 233 | 301 | 264 | 24 | 0 | 7 | 30 | 237 | 27 | 104 |
| Binary | 10011011 | 11000001 | 10110100 | 10100 | 0 | 111 | 11000 | 10011111 | 10111 | 1000100 |
Color Harmonies of #9BC1B4
Complementary color
Monochromatic Colors of #9BC1B4
Black with #9BC1B4
Text Example
Text Example
White with #9BC1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC1B4; }
p { color: rgb(155,193,180); }
H1.HeaderClassName
{
color: #9BC1B4;
}
.AnyTagClassName
{
color: #9BC1B4;
}
</style>
background-color css
<style>
a { background-color: #9BC1B4; }
a { background-color: rgb(155,193,180); }
div.DivClassName
{
background-color: #9BC1B4;
}
.BgClassName
{
background-color: #9BC1B4;
}
</style>
border-color css
<style>
span { border-color: #9BC1B4; }
span { border-color: rgb(155,193,180); }
td.TdClassName
{
border-color: #9BC1B4;
}
.TagClassName
{
border-color: #9BC1B4;
}
</style>