Html Css Color HEX #89A08E Envy

📋 copy color: '#89A08E'

red 137 ◦ green 160 ◦ blue 142

#89A08E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Envy #89A08E

Tints of Envy #89A08E

RGB

 RED value IS 137 (53.91% from 255) = 31.21%

 GREEN value IS 160 (62.89% from 255) = 36.45%

 BLUE value IS 142 (55.86% from 255) = 32.35%

R = 31.21%
G = 36.45%
B = 32.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#89A08E (or 0x89A08E) is known color: Envy. HEX triplet: 89, A0 and 8E. RGB value is (137,160,142). Sum of RGB (Red+Green+Blue) = 137+160+142=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 160 - color contains mainly: green. Hex color #89A08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A08E is #765F71. Grayscale: #979797. Windows color (decimal): -7757682 or 9347209. OLE color: 9347209.

HSL color Cylindrical-coordinate representation of color #89A08E: hue angle of 133.04º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #89A08E is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 160 142 -
CMYK 0.14 0 0.11 0.37
HSL 133.04º 0.11% 0.58% -
HSV(B) 133.04º 0.14% 0.63% -
XYZ 27.77 32.41 30.38 -
YUV 151.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 137 160 142 0.14 0 0.11 0.37 133.04 0.11 0.58
Hex 89 A0 8E E 0 B 25 85 B 3A
Octal 211 240 216 16 0 13 45 205 13 72
Binary 10001001 10100000 10001110 1110 0 1011 100101 10000101 1011 111010

Color Harmonies of #89A08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A08E

Black with #89A08E

Text Example


Text Example

White with #89A08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89A08E;
 }
 .AnyTagClassName
 {
   color: #89A08E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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