#89AF8B

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

Shades of Envy #89AF8B

Tints of Envy #89AF8B

Color information

#89AF8B (or 0x89AF8B) is unknown color: approx Envy. HEX triplet: 89, AF and 8B. RGB value is (137,175,139). Sum of RGB (Red+Green+Blue) = 137+175+139=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 175 - color contains mainly: green. Hex color #89AF8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AF8B is #765074. Grayscale: #9F9F9F. Windows color (decimal): -7753845 or 9154441. OLE color: 9154441.

HSL color Cylindrical-coordinate representation of color #89AF8B: hue angle of 123.16º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89AF8B is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB137175139-
CMYK0.2200.210.31
HSL123.16º19.19%61.18%-
HSV(B)123.16º21.71%68.63%-
XYZ30.3137.8430.13-
YUV159.53116.41111.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.38%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=30.38%
G=38.80%
B=30.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371751390.2200.210.31123.1619.1961.18
Hex89AF8B160151F7b133d
Octal21125721326025371732375
Binary1000100110101111100010111011001010111111111101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89AF8B; }

 p { color: rgb(137,175,139); }

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

<style>
 a { background-color: #89AF8B; }

 a { background-color: rgb(137,175,139); }

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

<style>
 span { border-color: #89AF8B; }

 span { border-color: rgb(137,175,139); }

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