Shades of Shadow Green #8CBAB3
Tints of Shadow Green #8CBAB3
RGB
CMYK
RGB Variations
Color information
#8CBAB3 (or 0x8CBAB3) is known color: Shadow Green. HEX triplet: 8C, BA and B3. RGB value is (140,186,179). Sum of RGB (Red+Green+Blue) = 140+186+179=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBAB3 is #73454C. Grayscale: #ABABAB. Windows color (decimal): -7554381 or 11778700. OLE color: 11778700.
HSL color Cylindrical-coordinate representation of color #8CBAB3: hue angle of 170.87º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CBAB3 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 179 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.27 |
| HSL | 170.87º | 0.25% | 0.64% | - |
| HSV(B) | 170.87º | 0.25% | 0.73% | - |
| XYZ | 36.51 | 43.95 | 49.21 | - |
| YUV | 171.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 179 | 0.25 | 0 | 0.04 | 0.27 | 170.87 | 0.25 | 0.64 |
| Hex | 8C | BA | B3 | 19 | 0 | 4 | 1B | AB | 19 | 40 |
| Octal | 214 | 272 | 263 | 31 | 0 | 4 | 33 | 253 | 31 | 100 |
| Binary | 10001100 | 10111010 | 10110011 | 11001 | 0 | 100 | 11011 | 10101011 | 11001 | 1000000 |
Color Harmonies of #8CBAB3
Complementary color
Monochromatic Colors of #8CBAB3
Black with #8CBAB3
Text Example
Text Example
White with #8CBAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBAB3; }
p { color: rgb(140,186,179); }
H1.HeaderClassName
{
color: #8CBAB3;
}
.AnyTagClassName
{
color: #8CBAB3;
}
</style>
background-color css
<style>
a { background-color: #8CBAB3; }
a { background-color: rgb(140,186,179); }
div.DivClassName
{
background-color: #8CBAB3;
}
.BgClassName
{
background-color: #8CBAB3;
}
</style>
border-color css
<style>
span { border-color: #8CBAB3; }
span { border-color: rgb(140,186,179); }
td.TdClassName
{
border-color: #8CBAB3;
}
.TagClassName
{
border-color: #8CBAB3;
}
</style>