#89A38E

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

Shades of Envy #89A38E

Tints of Envy #89A38E

Color information

#89A38E (or 0x89A38E) is unknown color: approx Envy. HEX triplet: 89, A3 and 8E. RGB value is (137,163,142). Sum of RGB (Red+Green+Blue) = 137+163+142=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 163 - color contains mainly: green. Hex color #89A38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A38E is #765C71. Grayscale: #989898. Windows color (decimal): -7756914 or 9347977. OLE color: 9347977.

HSL color Cylindrical-coordinate representation of color #89A38E: hue angle of 131.54º 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 #89A38E is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB137163142-
CMYK0.1600.130.36
HSL131.54º12.38%58.82%-
HSV(B)131.54º15.95%63.92%-
XYZ28.333.4730.56-
YUV152.83121.89116.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.00%
GREEN value IS 163 (64.06% from 255) = 36.88%
BLUE value IS 142 (55.86% from 255) = 32.13%
R=31.00%
G=36.88%
B=32.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371631420.1600.130.36131.5412.3858.82
Hex89A38E100D2484c3b
Octal21124321620015442041473
Binary1000100110100011100011101000001101100100100001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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