#8BBEBA

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

Shades of Shadow Green #8BBEBA

Tints of Shadow Green #8BBEBA

Color information

#8BBEBA (or 0x8BBEBA) is unknown color: approx Shadow Green. HEX triplet: 8B, BE and BA. RGB value is (139,190,186). Sum of RGB (Red+Green+Blue) = 139+190+186=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBEBA is #744145. Grayscale: #AEAEAE. Windows color (decimal): -7618886 or 12238475. OLE color: 12238475.

HSL color Cylindrical-coordinate representation of color #8BBEBA: hue angle of 175.29º 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 #8BBEBA is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB139190186-
CMYK0.2700.020.25
HSL175.29º28.18%64.51%-
HSV(B)175.29º26.84%74.51%-
XYZ37.9245.8653.31-
YUV174.3134.6102.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.99%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=26.99%
G=36.89%
B=36.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391901860.2700.020.25175.2928.1864.51
Hex8BBEBA1B0219af1c41
Octal21327627233023125734101
Binary100010111011111010111010110110101100110101111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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