Html Css Color HEX #50A989 Gossamer

📋 copy color: '#50A989'

red 80 ◦ green 169 ◦ blue 137

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

Shades of Gossamer #50A989

Tints of Gossamer #50A989

RGB

 RED value IS 80 (31.64% from 255) = 20.73%

 GREEN value IS 169 (66.41% from 255) = 43.78%

 BLUE value IS 137 (53.91% from 255) = 35.49%

R = 20.73%
G = 43.78%
B = 35.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#50A989 (or 0x50A989) is known color: Gossamer. HEX triplet: 50, A9 and 89. RGB value is (80,169,137). Sum of RGB (Red+Green+Blue) = 80+169+137=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 169 - color contains mainly: green. Hex color #50A989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A989 is #AF5676. Grayscale: #8A8A8A. Windows color (decimal): -11490935 or 9021776. OLE color: 9021776.

HSL color Cylindrical-coordinate representation of color #50A989: hue angle of 158.43º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A989 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 169 137 -
CMYK 0.53 0 0.19 0.34
HSL 158.43º 0.36% 0.49% -
HSV(B) 158.43º 0.53% 0.66% -
XYZ 22.01 31.89 28.66 -
YUV 138.74 127.01 86.1 -
System Red Green Blue C M Y K H S L
Decimal 80 169 137 0.53 0 0.19 0.34 158.43 0.36 0.49
Hex 50 A9 89 35 0 13 22 9E 24 31
Octal 120 251 211 65 0 23 42 236 44 61
Binary 1010000 10101001 10001001 110101 0 10011 100010 10011110 100100 110001

Color Harmonies of #50A989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A989

Black with #50A989

Text Example


Text Example

White with #50A989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50A989; }

 p { color: rgb(80,169,137); }

 H1.HeaderClassName
 {
   color: #50A989;
 }
 .AnyTagClassName
 {
   color: #50A989;
 }
</style>

background-color css

<style>
 a { background-color: #50A989; }

 a { background-color: rgb(80,169,137); }

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

border-color css

<style>
 span { border-color: #50A989; }

 span { border-color: rgb(80,169,137); }

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