Shades of Shadow Green #9BC4C1
Tints of Shadow Green #9BC4C1
RGB
CMYK
RGB Variations
Color information
#9BC4C1 (or 0x9BC4C1) is known color: Shadow Green. HEX triplet: 9B, C4 and C1. RGB value is (155,196,193). Sum of RGB (Red+Green+Blue) = 155+196+193=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC4C1 is #643B3E. Grayscale: #B7B7B7. Windows color (decimal): -6568767 or 12698779. OLE color: 12698779.
HSL color Cylindrical-coordinate representation of color #9BC4C1: hue angle of 175.61º 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 #9BC4C1 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 196 | 193 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.23 |
| HSL | 175.61º | 0.26% | 0.69% | - |
| HSV(B) | 175.61º | 0.21% | 0.77% | - |
| XYZ | 42.88 | 50.3 | 57.9 | - |
| YUV | 183.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 196 | 193 | 0.21 | 0 | 0.02 | 0.23 | 175.61 | 0.26 | 0.69 |
| Hex | 9B | C4 | C1 | 15 | 0 | 2 | 17 | B0 | 1A | 45 |
| Octal | 233 | 304 | 301 | 25 | 0 | 2 | 27 | 260 | 32 | 105 |
| Binary | 10011011 | 11000100 | 11000001 | 10101 | 0 | 10 | 10111 | 10110000 | 11010 | 1000101 |
Color Harmonies of #9BC4C1
Complementary color
Monochromatic Colors of #9BC4C1
Black with #9BC4C1
Text Example
Text Example
White with #9BC4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC4C1; }
p { color: rgb(155,196,193); }
H1.HeaderClassName
{
color: #9BC4C1;
}
.AnyTagClassName
{
color: #9BC4C1;
}
</style>
background-color css
<style>
a { background-color: #9BC4C1; }
a { background-color: rgb(155,196,193); }
div.DivClassName
{
background-color: #9BC4C1;
}
.BgClassName
{
background-color: #9BC4C1;
}
</style>
border-color css
<style>
span { border-color: #9BC4C1; }
span { border-color: rgb(155,196,193); }
td.TdClassName
{
border-color: #9BC4C1;
}
.TagClassName
{
border-color: #9BC4C1;
}
</style>