Shades of Shadow Green #8CBEB8
Tints of Shadow Green #8CBEB8
RGB
CMYK
RGB Variations
Color information
#8CBEB8 (or 0x8CBEB8) is known color: Shadow Green. HEX triplet: 8C, BE and B8. RGB value is (140,190,184). Sum of RGB (Red+Green+Blue) = 140+190+184=514 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.24% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBEB8 is #734147. Grayscale: #AEAEAE. Windows color (decimal): -7553352 or 12107404. OLE color: 12107404.
HSL color Cylindrical-coordinate representation of color #8CBEB8: hue angle of 172.8º 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 #8CBEB8 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 184 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.25 |
| HSL | 172.8º | 0.28% | 0.65% | - |
| HSV(B) | 172.8º | 0.26% | 0.75% | - |
| XYZ | 37.88 | 45.86 | 52.2 | - |
| YUV | 174.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 184 | 0.26 | 0 | 0.03 | 0.25 | 172.8 | 0.28 | 0.65 |
| Hex | 8C | BE | B8 | 1A | 0 | 3 | 19 | AD | 1C | 41 |
| Octal | 214 | 276 | 270 | 32 | 0 | 3 | 31 | 255 | 34 | 101 |
| Binary | 10001100 | 10111110 | 10111000 | 11010 | 0 | 11 | 11001 | 10101101 | 11100 | 1000001 |
Color Harmonies of #8CBEB8
Complementary color
Monochromatic Colors of #8CBEB8
Black with #8CBEB8
Text Example
Text Example
White with #8CBEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBEB8; }
p { color: rgb(140,190,184); }
H1.HeaderClassName
{
color: #8CBEB8;
}
.AnyTagClassName
{
color: #8CBEB8;
}
</style>
background-color css
<style>
a { background-color: #8CBEB8; }
a { background-color: rgb(140,190,184); }
div.DivClassName
{
background-color: #8CBEB8;
}
.BgClassName
{
background-color: #8CBEB8;
}
</style>
border-color css
<style>
span { border-color: #8CBEB8; }
span { border-color: rgb(140,190,184); }
td.TdClassName
{
border-color: #8CBEB8;
}
.TagClassName
{
border-color: #8CBEB8;
}
</style>