Shades of Shadow Green #8CBEB1
Tints of Shadow Green #8CBEB1
RGB
CMYK
RGB Variations
Color information
#8CBEB1 (or 0x8CBEB1) is known color: Shadow Green. HEX triplet: 8C, BE and B1. RGB value is (140,190,177). Sum of RGB (Red+Green+Blue) = 140+190+177=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBEB1 is #73414E. Grayscale: #ADADAD. Windows color (decimal): -7553359 or 11648652. OLE color: 11648652.
HSL color Cylindrical-coordinate representation of color #8CBEB1: hue angle of 164.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBEB1 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 177 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.25 |
| HSL | 164.4º | 0.28% | 0.65% | - |
| HSV(B) | 164.4º | 0.26% | 0.75% | - |
| XYZ | 37.16 | 45.58 | 48.43 | - |
| YUV | 173.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 177 | 0.26 | 0 | 0.07 | 0.25 | 164.4 | 0.28 | 0.65 |
| Hex | 8C | BE | B1 | 1A | 0 | 7 | 19 | A4 | 1C | 41 |
| Octal | 214 | 276 | 261 | 32 | 0 | 7 | 31 | 244 | 34 | 101 |
| Binary | 10001100 | 10111110 | 10110001 | 11010 | 0 | 111 | 11001 | 10100100 | 11100 | 1000001 |
Color Harmonies of #8CBEB1
Complementary color
Monochromatic Colors of #8CBEB1
Black with #8CBEB1
Text Example
Text Example
White with #8CBEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBEB1; }
p { color: rgb(140,190,177); }
H1.HeaderClassName
{
color: #8CBEB1;
}
.AnyTagClassName
{
color: #8CBEB1;
}
</style>
background-color css
<style>
a { background-color: #8CBEB1; }
a { background-color: rgb(140,190,177); }
div.DivClassName
{
background-color: #8CBEB1;
}
.BgClassName
{
background-color: #8CBEB1;
}
</style>
border-color css
<style>
span { border-color: #8CBEB1; }
span { border-color: rgb(140,190,177); }
td.TdClassName
{
border-color: #8CBEB1;
}
.TagClassName
{
border-color: #8CBEB1;
}
</style>