#89A38F

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

Shades of Envy #89A38F

Tints of Envy #89A38F

Color information

#89A38F (or 0x89A38F) is unknown color: approx Envy. HEX triplet: 89, A3 and 8F. RGB value is (137,163,143). Sum of RGB (Red+Green+Blue) = 137+163+143=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 163 - color contains mainly: green. Hex color #89A38F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A38F is #765C70. Grayscale: #999999. Windows color (decimal): -7756913 or 9413513. OLE color: 9413513.

HSL color Cylindrical-coordinate representation of color #89A38F: hue angle of 133.85º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89A38F is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB137163143-
CMYK0.1600.120.36
HSL133.85º12.38%58.82%-
HSV(B)133.85º15.95%63.92%-
XYZ28.3733.530.96-
YUV152.95122.39116.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.93%
GREEN value IS 163 (64.06% from 255) = 36.79%
BLUE value IS 143 (56.25% from 255) = 32.28%
R=30.93%
G=36.79%
B=32.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371631430.1600.120.36133.8512.3858.82
Hex89A38F100C2486c3b
Octal21124321720014442061473
Binary1000100110100011100011111000001100100100100001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,163,143); }

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

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

 a { background-color: rgb(137,163,143); }

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

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

 span { border-color: rgb(137,163,143); }

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