#8BBFAE

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

Shades of Shadow Green #8BBFAE

Tints of Shadow Green #8BBFAE

Color information

#8BBFAE (or 0x8BBFAE) is unknown color: approx Shadow Green. HEX triplet: 8B, BF and AE. RGB value is (139,191,174). Sum of RGB (Red+Green+Blue) = 139+191+174=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBFAE is #744051. Grayscale: #ADADAD. Windows color (decimal): -7618642 or 11452299. OLE color: 11452299.

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

Color convert

RGB139191174-
CMYK0.2700.090.25
HSL160.38º28.89%64.71%-
HSV(B)160.38º27.23%74.9%-
XYZ36.9245.8146.94-
YUV173.51128.27103.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.58%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=27.58%
G=37.90%
B=34.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391911740.2700.090.25160.3828.8964.71
Hex8BBFAE1B0919a01d41
Octal213277256330113124035101
Binary10001011101111111010111011011010011100110100000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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