Shades of Shadow Green #8CBDB3
Tints of Shadow Green #8CBDB3
RGB
CMYK
RGB Variations
Color information
#8CBDB3 (or 0x8CBDB3) is known color: Shadow Green. HEX triplet: 8C, BD and B3. RGB value is (140,189,179). Sum of RGB (Red+Green+Blue) = 140+189+179=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDB3 is #73424C. Grayscale: #ADADAD. Windows color (decimal): -7553613 or 11779468. OLE color: 11779468.
HSL color Cylindrical-coordinate representation of color #8CBDB3: hue angle of 167.76º 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 #8CBDB3 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 189 | 179 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.26 |
| HSL | 167.76º | 0.27% | 0.65% | - |
| HSV(B) | 167.76º | 0.26% | 0.74% | - |
| XYZ | 37.15 | 45.23 | 49.42 | - |
| YUV | 173.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 179 | 0.26 | 0 | 0.05 | 0.26 | 167.76 | 0.27 | 0.65 |
| Hex | 8C | BD | B3 | 1A | 0 | 5 | 1A | A8 | 1B | 41 |
| Octal | 214 | 275 | 263 | 32 | 0 | 5 | 32 | 250 | 33 | 101 |
| Binary | 10001100 | 10111101 | 10110011 | 11010 | 0 | 101 | 11010 | 10101000 | 11011 | 1000001 |
Color Harmonies of #8CBDB3
Complementary color
Monochromatic Colors of #8CBDB3
Black with #8CBDB3
Text Example
Text Example
White with #8CBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBDB3; }
p { color: rgb(140,189,179); }
H1.HeaderClassName
{
color: #8CBDB3;
}
.AnyTagClassName
{
color: #8CBDB3;
}
</style>
background-color css
<style>
a { background-color: #8CBDB3; }
a { background-color: rgb(140,189,179); }
div.DivClassName
{
background-color: #8CBDB3;
}
.BgClassName
{
background-color: #8CBDB3;
}
</style>
border-color css
<style>
span { border-color: #8CBDB3; }
span { border-color: rgb(140,189,179); }
td.TdClassName
{
border-color: #8CBDB3;
}
.TagClassName
{
border-color: #8CBDB3;
}
</style>