Shades of Shadow Green #9BC8C2
Tints of Shadow Green #9BC8C2
RGB
CMYK
RGB Variations
Color information
#9BC8C2 (or 0x9BC8C2) is known color: Shadow Green. HEX triplet: 9B, C8 and C2. RGB value is (155,200,194). Sum of RGB (Red+Green+Blue) = 155+200+194=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC8C2 is #64373D. Grayscale: #B9B9B9. Windows color (decimal): -6567742 or 12765339. OLE color: 12765339.
HSL color Cylindrical-coordinate representation of color #9BC8C2: hue angle of 172º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC8C2 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 194 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.22 |
| HSL | 172º | 0.29% | 0.7% | - |
| HSV(B) | 172º | 0.23% | 0.78% | - |
| XYZ | 43.91 | 52.17 | 58.79 | - |
| YUV | 185.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 194 | 0.22 | 0 | 0.03 | 0.22 | 172 | 0.29 | 0.7 |
| Hex | 9B | C8 | C2 | 16 | 0 | 3 | 16 | AC | 1D | 46 |
| Octal | 233 | 310 | 302 | 26 | 0 | 3 | 26 | 254 | 35 | 106 |
| Binary | 10011011 | 11001000 | 11000010 | 10110 | 0 | 11 | 10110 | 10101100 | 11101 | 1000110 |
Color Harmonies of #9BC8C2
Complementary color
Monochromatic Colors of #9BC8C2
Black with #9BC8C2
Text Example
Text Example
White with #9BC8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC8C2; }
p { color: rgb(155,200,194); }
H1.HeaderClassName
{
color: #9BC8C2;
}
.AnyTagClassName
{
color: #9BC8C2;
}
</style>
background-color css
<style>
a { background-color: #9BC8C2; }
a { background-color: rgb(155,200,194); }
div.DivClassName
{
background-color: #9BC8C2;
}
.BgClassName
{
background-color: #9BC8C2;
}
</style>
border-color css
<style>
span { border-color: #9BC8C2; }
span { border-color: rgb(155,200,194); }
td.TdClassName
{
border-color: #9BC8C2;
}
.TagClassName
{
border-color: #9BC8C2;
}
</style>