Shades of Shadow Green #8CBBB0
Tints of Shadow Green #8CBBB0
RGB
CMYK
RGB Variations
Color information
#8CBBB0 (or 0x8CBBB0) is known color: Shadow Green. HEX triplet: 8C, BB and B0. RGB value is (140,187,176). Sum of RGB (Red+Green+Blue) = 140+187+176=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBBB0 is #73444F. Grayscale: #ABABAB. Windows color (decimal): -7554128 or 11582348. OLE color: 11582348.
HSL color Cylindrical-coordinate representation of color #8CBBB0: hue angle of 165.96º degrees, saturation: 0.26, 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 #8CBBB0 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 176 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.27 |
| HSL | 165.96º | 0.26% | 0.64% | - |
| HSV(B) | 165.96º | 0.25% | 0.73% | - |
| XYZ | 36.42 | 44.25 | 47.7 | - |
| YUV | 171.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 176 | 0.25 | 0 | 0.06 | 0.27 | 165.96 | 0.26 | 0.64 |
| Hex | 8C | BB | B0 | 19 | 0 | 6 | 1B | A6 | 1A | 40 |
| Octal | 214 | 273 | 260 | 31 | 0 | 6 | 33 | 246 | 32 | 100 |
| Binary | 10001100 | 10111011 | 10110000 | 11001 | 0 | 110 | 11011 | 10100110 | 11010 | 1000000 |
Color Harmonies of #8CBBB0
Complementary color
Monochromatic Colors of #8CBBB0
Black with #8CBBB0
Text Example
Text Example
White with #8CBBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBBB0; }
p { color: rgb(140,187,176); }
H1.HeaderClassName
{
color: #8CBBB0;
}
.AnyTagClassName
{
color: #8CBBB0;
}
</style>
background-color css
<style>
a { background-color: #8CBBB0; }
a { background-color: rgb(140,187,176); }
div.DivClassName
{
background-color: #8CBBB0;
}
.BgClassName
{
background-color: #8CBBB0;
}
</style>
border-color css
<style>
span { border-color: #8CBBB0; }
span { border-color: rgb(140,187,176); }
td.TdClassName
{
border-color: #8CBBB0;
}
.TagClassName
{
border-color: #8CBBB0;
}
</style>