Shades of Shadow Green #8CBEBE
Tints of Shadow Green #8CBEBE
RGB
CMYK
RGB Variations
Color information
#8CBEBE (or 0x8CBEBE) is known color: Shadow Green. HEX triplet: 8C, BE and BE. RGB value is (140,190,190). Sum of RGB (Red+Green+Blue) = 140+190+190=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #8CBEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBEBE is #734141. Grayscale: #AFAFAF. Windows color (decimal): -7553346 or 12500620. OLE color: 12500620.
HSL color Cylindrical-coordinate representation of color #8CBEBE: hue angle of 180º 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 #8CBEBE is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 140 | 190 | 190 | - |
CMYK | 0.26 | 0 | 0 | 0.25 |
HSL | 180º | 0.28% | 0.65% | - |
HSV(B) | 180º | 0.26% | 0.75% | - |
XYZ | 38.52 | 46.12 | 55.59 | - |
YUV | 175.05 | 136.44 | 103 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 190 | 190 | 0.26 | 0 | 0 | 0.25 | 180 | 0.28 | 0.65 |
Hex | 8C | BE | BE | 1A | 0 | 0 | 19 | B4 | 1C | 41 |
Octal | 214 | 276 | 276 | 32 | 0 | 0 | 31 | 264 | 34 | 101 |
Binary | 10001100 | 10111110 | 10111110 | 11010 | 0 | 0 | 11001 | 10110100 | 11100 | 1000001 |
Color Harmonies of #8CBEBE
Complementary color
Monochromatic Colors of #8CBEBE
Black with #8CBEBE
Text Example
Text Example
White with #8CBEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBEBE; }
p { color: rgb(140,190,190); }
H1.HeaderClassName
{
color: #8CBEBE;
}
.AnyTagClassName
{
color: #8CBEBE;
}
</style>
background-color css
<style>
a { background-color: #8CBEBE; }
a { background-color: rgb(140,190,190); }
div.DivClassName
{
background-color: #8CBEBE;
}
.BgClassName
{
background-color: #8CBEBE;
}
</style>
border-color css
<style>
span { border-color: #8CBEBE; }
span { border-color: rgb(140,190,190); }
td.TdClassName
{
border-color: #8CBEBE;
}
.TagClassName
{
border-color: #8CBEBE;
}
</style>