#8BBEBC

Color #8BBEBC Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #8BBEBC

Tints of Shadow Green #8BBEBC

Color information

#8BBEBC (or 0x8BBEBC) is unknown color: approx Shadow Green. HEX triplet: 8B, BE and BC. RGB value is (139,190,188). Sum of RGB (Red+Green+Blue) = 139+190+188=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBEBC is #744143. Grayscale: #AEAEAE. Windows color (decimal): -7618884 or 12369547. OLE color: 12369547.

HSL color Cylindrical-coordinate representation of color #8BBEBC: hue angle of 177.65º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BBEBC is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB139190188-
CMYK0.2700.010.25
HSL177.65º28.18%64.51%-
HSV(B)177.65º26.84%74.51%-
XYZ38.1445.9554.44-
YUV174.52135.6102.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 26.89%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=26.89%
G=36.75%
B=36.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391901880.2700.010.25177.6528.1864.51
Hex8BBEBC1B0119b21c41
Octal21327627433013126234101
Binary10001011101111101011110011011011100110110010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BBEBC; }

 p { color: rgb(139,190,188); }

 H1.HeaderClassName
 {
   color: #8BBEBC;
 }
 .AnyTagClassName
 {
   color: #8BBEBC;
 }
</style>
background-color css

<style>
 a { background-color: #8BBEBC; }

 a { background-color: rgb(139,190,188); }

 div.DivClassName
 {
   background-color: #8BBEBC;
 }
 .BgClassName
 {
   background-color: #8BBEBC;
 }
</style>
border-color css

<style>
 span { border-color: #8BBEBC; }

 span { border-color: rgb(139,190,188); }

 td.TdClassName
 {
   border-color: #8BBEBC;
 }
 .TagClassName
 {
   border-color: #8BBEBC;
 }
</style>