Shades of Shadow Green #9BC3C0
Tints of Shadow Green #9BC3C0
RGB
CMYK
RGB Variations
Color information
#9BC3C0 (or 0x9BC3C0) is known color: Shadow Green. HEX triplet: 9B, C3 and C0. RGB value is (155,195,192). Sum of RGB (Red+Green+Blue) = 155+195+192=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC3C0 is #643C3F. Grayscale: #B6B6B6. Windows color (decimal): -6569024 or 12632987. OLE color: 12632987.
HSL color Cylindrical-coordinate representation of color #9BC3C0: hue angle of 175.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC3C0 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 192 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.24 |
| HSL | 175.5º | 0.25% | 0.69% | - |
| HSV(B) | 175.5º | 0.21% | 0.76% | - |
| XYZ | 42.55 | 49.8 | 57.24 | - |
| YUV | 182.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 192 | 0.21 | 0 | 0.02 | 0.24 | 175.5 | 0.25 | 0.69 |
| Hex | 9B | C3 | C0 | 15 | 0 | 2 | 18 | B0 | 19 | 45 |
| Octal | 233 | 303 | 300 | 25 | 0 | 2 | 30 | 260 | 31 | 105 |
| Binary | 10011011 | 11000011 | 11000000 | 10101 | 0 | 10 | 11000 | 10110000 | 11001 | 1000101 |
Color Harmonies of #9BC3C0
Complementary color
Monochromatic Colors of #9BC3C0
Black with #9BC3C0
Text Example
Text Example
White with #9BC3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC3C0; }
p { color: rgb(155,195,192); }
H1.HeaderClassName
{
color: #9BC3C0;
}
.AnyTagClassName
{
color: #9BC3C0;
}
</style>
background-color css
<style>
a { background-color: #9BC3C0; }
a { background-color: rgb(155,195,192); }
div.DivClassName
{
background-color: #9BC3C0;
}
.BgClassName
{
background-color: #9BC3C0;
}
</style>
border-color css
<style>
span { border-color: #9BC3C0; }
span { border-color: rgb(155,195,192); }
td.TdClassName
{
border-color: #9BC3C0;
}
.TagClassName
{
border-color: #9BC3C0;
}
</style>