#8BBFB2

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

Shades of Shadow Green #8BBFB2

Tints of Shadow Green #8BBFB2

Color information

#8BBFB2 (or 0x8BBFB2) is unknown color: approx Shadow Green. HEX triplet: 8B, BF and B2. RGB value is (139,191,178). Sum of RGB (Red+Green+Blue) = 139+191+178=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBFB2 is #74404D. Grayscale: #ADADAD. Windows color (decimal): -7618638 or 11714443. OLE color: 11714443.

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

Color convert

RGB139191178-
CMYK0.2700.070.25
HSL165º28.89%64.71%-
HSV(B)165º27.23%74.9%-
XYZ37.3145.9649.02-
YUV173.97130.27103.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.36%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 178 (69.92% from 255) = 35.04%
R=27.36%
G=37.60%
B=35.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391911780.2700.070.2516528.8964.71
Hex8BBFB21B0719a51d41
Octal21327726233073124535101
Binary1000101110111111101100101101101111100110100101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,191,178); }

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

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

 a { background-color: rgb(139,191,178); }

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

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

 span { border-color: rgb(139,191,178); }

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