Shades of Shadow Green #8CBDBD
Tints of Shadow Green #8CBDBD
RGB
CMYK
RGB Variations
Color information
#8CBDBD (or 0x8CBDBD) is known color: Shadow Green. HEX triplet: 8C, BD and BD. RGB value is (140,189,189). Sum of RGB (Red+Green+Blue) = 140+189+189=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #8CBDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDBD is #734242. Grayscale: #AEAEAE. Windows color (decimal): -7553603 or 12434828. OLE color: 12434828.
HSL color Cylindrical-coordinate representation of color #8CBDBD: hue angle of 180º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBDBD is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 189 | 189 | - |
| CMYK | 0.26 | 0 | 0 | 0.26 |
| HSL | 180º | 0.27% | 0.65% | - |
| HSV(B) | 180º | 0.26% | 0.74% | - |
| XYZ | 38.2 | 45.64 | 54.94 | - |
| YUV | 174.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 189 | 0.26 | 0 | 0 | 0.26 | 180 | 0.27 | 0.65 |
| Hex | 8C | BD | BD | 1A | 0 | 0 | 1A | B4 | 1B | 41 |
| Octal | 214 | 275 | 275 | 32 | 0 | 0 | 32 | 264 | 33 | 101 |
| Binary | 10001100 | 10111101 | 10111101 | 11010 | 0 | 0 | 11010 | 10110100 | 11011 | 1000001 |
Color Harmonies of #8CBDBD
Complementary color
Monochromatic Colors of #8CBDBD
Black with #8CBDBD
Text Example
Text Example
White with #8CBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBDBD; }
p { color: rgb(140,189,189); }
H1.HeaderClassName
{
color: #8CBDBD;
}
.AnyTagClassName
{
color: #8CBDBD;
}
</style>
background-color css
<style>
a { background-color: #8CBDBD; }
a { background-color: rgb(140,189,189); }
div.DivClassName
{
background-color: #8CBDBD;
}
.BgClassName
{
background-color: #8CBDBD;
}
</style>
border-color css
<style>
span { border-color: #8CBDBD; }
span { border-color: rgb(140,189,189); }
td.TdClassName
{
border-color: #8CBDBD;
}
.TagClassName
{
border-color: #8CBDBD;
}
</style>