Shades of Shadow Green #8CB7B3
Tints of Shadow Green #8CB7B3
RGB
CMYK
RGB Variations
Color information
#8CB7B3 (or 0x8CB7B3) is known color: Shadow Green. HEX triplet: 8C, B7 and B3. RGB value is (140,183,179). Sum of RGB (Red+Green+Blue) = 140+183+179=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB7B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB7B3 is #73484C. Grayscale: #A9A9A9. Windows color (decimal): -7555149 or 11777932. OLE color: 11777932.
HSL color Cylindrical-coordinate representation of color #8CB7B3: hue angle of 174.42º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB7B3 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 179 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.28 |
| HSL | 174.42º | 0.23% | 0.63% | - |
| HSV(B) | 174.42º | 0.23% | 0.72% | - |
| XYZ | 35.89 | 42.7 | 49 | - |
| YUV | 169.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 179 | 0.23 | 0 | 0.02 | 0.28 | 174.42 | 0.23 | 0.63 |
| Hex | 8C | B7 | B3 | 17 | 0 | 2 | 1C | AE | 17 | 3F |
| Octal | 214 | 267 | 263 | 27 | 0 | 2 | 34 | 256 | 27 | 77 |
| Binary | 10001100 | 10110111 | 10110011 | 10111 | 0 | 10 | 11100 | 10101110 | 10111 | 111111 |
Color Harmonies of #8CB7B3
Complementary color
Monochromatic Colors of #8CB7B3
Black with #8CB7B3
Text Example
Text Example
White with #8CB7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB7B3; }
p { color: rgb(140,183,179); }
H1.HeaderClassName
{
color: #8CB7B3;
}
.AnyTagClassName
{
color: #8CB7B3;
}
</style>
background-color css
<style>
a { background-color: #8CB7B3; }
a { background-color: rgb(140,183,179); }
div.DivClassName
{
background-color: #8CB7B3;
}
.BgClassName
{
background-color: #8CB7B3;
}
</style>
border-color css
<style>
span { border-color: #8CB7B3; }
span { border-color: rgb(140,183,179); }
td.TdClassName
{
border-color: #8CB7B3;
}
.TagClassName
{
border-color: #8CB7B3;
}
</style>