Shades of Shadow Green #9BC7C2
Tints of Shadow Green #9BC7C2
RGB
CMYK
RGB Variations
Color information
#9BC7C2 (or 0x9BC7C2) is known color: Shadow Green. HEX triplet: 9B, C7 and C2. RGB value is (155,199,194). Sum of RGB (Red+Green+Blue) = 155+199+194=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC7C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7C2 is #64383D. Grayscale: #B9B9B9. Windows color (decimal): -6567998 or 12765083. OLE color: 12765083.
HSL color Cylindrical-coordinate representation of color #9BC7C2: hue angle of 173.18º degrees, saturation: 0.28, 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 #9BC7C2 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 194 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.22 |
| HSL | 173.18º | 0.28% | 0.69% | - |
| HSV(B) | 173.18º | 0.22% | 0.78% | - |
| XYZ | 43.68 | 51.71 | 58.72 | - |
| YUV | 185.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 194 | 0.22 | 0 | 0.03 | 0.22 | 173.18 | 0.28 | 0.69 |
| Hex | 9B | C7 | C2 | 16 | 0 | 3 | 16 | AD | 1C | 45 |
| Octal | 233 | 307 | 302 | 26 | 0 | 3 | 26 | 255 | 34 | 105 |
| Binary | 10011011 | 11000111 | 11000010 | 10110 | 0 | 11 | 10110 | 10101101 | 11100 | 1000101 |
Color Harmonies of #9BC7C2
Complementary color
Monochromatic Colors of #9BC7C2
Black with #9BC7C2
Text Example
Text Example
White with #9BC7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC7C2; }
p { color: rgb(155,199,194); }
H1.HeaderClassName
{
color: #9BC7C2;
}
.AnyTagClassName
{
color: #9BC7C2;
}
</style>
background-color css
<style>
a { background-color: #9BC7C2; }
a { background-color: rgb(155,199,194); }
div.DivClassName
{
background-color: #9BC7C2;
}
.BgClassName
{
background-color: #9BC7C2;
}
</style>
border-color css
<style>
span { border-color: #9BC7C2; }
span { border-color: rgb(155,199,194); }
td.TdClassName
{
border-color: #9BC7C2;
}
.TagClassName
{
border-color: #9BC7C2;
}
</style>