Html Css Color HEX #89A08F Envy

📋 copy color: '#89A08F'

red 137 ◦ green 160 ◦ blue 143

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

Shades of Envy #89A08F

Tints of Envy #89A08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.5%

R = 31.14%
G = 36.36%
B = 32.5%

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

#89A08F (or 0x89A08F) is known color: Envy. HEX triplet: 89, A0 and 8F. RGB value is (137,160,143). Sum of RGB (Red+Green+Blue) = 137+160+143=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 160 - color contains mainly: green. Hex color #89A08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A08F is #765F70. Grayscale: #979797. Windows color (decimal): -7757681 or 9412745. OLE color: 9412745.

HSL color Cylindrical-coordinate representation of color #89A08F: hue angle of 135.65º 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 #89A08F is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 160 143 -
CMYK 0.14 0 0.11 0.37
HSL 135.65º 0.11% 0.58% -
HSV(B) 135.65º 0.14% 0.63% -
XYZ 27.85 32.44 30.78 -
YUV 151.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 137 160 143 0.14 0 0.11 0.37 135.65 0.11 0.58
Hex 89 A0 8F E 0 B 25 88 B 3A
Octal 211 240 217 16 0 13 45 210 13 72
Binary 10001001 10100000 10001111 1110 0 1011 100101 10001000 1011 111010

Color Harmonies of #89A08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A08F

Black with #89A08F

Text Example


Text Example

White with #89A08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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