#8BBBB7

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

Shades of Shadow Green #8BBBB7

Tints of Shadow Green #8BBBB7

Color information

#8BBBB7 (or 0x8BBBB7) is unknown color: approx Shadow Green. HEX triplet: 8B, BB and B7. RGB value is (139,187,183). Sum of RGB (Red+Green+Blue) = 139+187+183=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBBB7 is #744448. Grayscale: #ACACAC. Windows color (decimal): -7619657 or 12041099. OLE color: 12041099.

HSL color Cylindrical-coordinate representation of color #8BBBB7: hue angle of 175º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBBB7 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB139187183-
CMYK0.2600.020.27
HSL175º26.09%63.92%-
HSV(B)175º25.67%73.33%-
XYZ36.9744.4551.43-
YUV172.19134.1104.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.31%
GREEN value IS 187 (73.44% from 255) = 36.74%
BLUE value IS 183 (71.88% from 255) = 35.95%
R=27.31%
G=36.74%
B=35.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391871830.2600.020.2717526.0963.92
Hex8BBBB71A021Baf1a40
Octal21327326732023325732100
Binary100010111011101110110111110100101101110101111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,187,183); }

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

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

 a { background-color: rgb(139,187,183); }

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

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

 span { border-color: rgb(139,187,183); }

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