Shades of Shadow Green #8CBDBC
Tints of Shadow Green #8CBDBC
RGB
CMYK
RGB Variations
Color information
#8CBDBC (or 0x8CBDBC) is known color: Shadow Green. HEX triplet: 8C, BD and BC. RGB value is (140,189,188). Sum of RGB (Red+Green+Blue) = 140+189+188=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDBC is #734243. Grayscale: #AEAEAE. Windows color (decimal): -7553604 or 12369292. OLE color: 12369292.
HSL color Cylindrical-coordinate representation of color #8CBDBC: hue angle of 178.78º 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 #8CBDBC is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 189 | 188 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.26 |
| HSL | 178.78º | 0.27% | 0.65% | - |
| HSV(B) | 178.78º | 0.26% | 0.74% | - |
| XYZ | 38.09 | 45.6 | 54.37 | - |
| YUV | 174.24 | 135.77 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 188 | 0.26 | 0 | 0.01 | 0.26 | 178.78 | 0.27 | 0.65 |
| Hex | 8C | BD | BC | 1A | 0 | 1 | 1A | B3 | 1B | 41 |
| Octal | 214 | 275 | 274 | 32 | 0 | 1 | 32 | 263 | 33 | 101 |
| Binary | 10001100 | 10111101 | 10111100 | 11010 | 0 | 1 | 11010 | 10110011 | 11011 | 1000001 |
Color Harmonies of #8CBDBC
Complementary color
Monochromatic Colors of #8CBDBC
Black with #8CBDBC
Text Example
Text Example
White with #8CBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBDBC; }
p { color: rgb(140,189,188); }
H1.HeaderClassName
{
color: #8CBDBC;
}
.AnyTagClassName
{
color: #8CBDBC;
}
</style>
background-color css
<style>
a { background-color: #8CBDBC; }
a { background-color: rgb(140,189,188); }
div.DivClassName
{
background-color: #8CBDBC;
}
.BgClassName
{
background-color: #8CBDBC;
}
</style>
border-color css
<style>
span { border-color: #8CBDBC; }
span { border-color: rgb(140,189,188); }
td.TdClassName
{
border-color: #8CBDBC;
}
.TagClassName
{
border-color: #8CBDBC;
}
</style>