#8BAE8F

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

Shades of Envy #8BAE8F

Tints of Envy #8BAE8F

Color information

#8BAE8F (or 0x8BAE8F) is unknown color: approx Envy. HEX triplet: 8B, AE and 8F. RGB value is (139,174,143). Sum of RGB (Red+Green+Blue) = 139+174+143=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAE8F is #745170. Grayscale: #A0A0A0. Windows color (decimal): -7623025 or 9416331. OLE color: 9416331.

HSL color Cylindrical-coordinate representation of color #8BAE8F: hue angle of 126.86º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8BAE8F is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB139174143-
CMYK0.2000.180.32
HSL126.86º17.77%61.37%-
HSV(B)126.86º20.11%68.24%-
XYZ30.7437.7431.65-
YUV160118.4113.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.48%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 143 (56.25% from 255) = 31.36%
R=30.48%
G=38.16%
B=31.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391741430.2000.180.32126.8617.7761.37
Hex8BAE8F14012207f123d
Octal21325621724022401772275
Binary10001011101011101000111110100010010100000111111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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