Html Css Color HEX #50A98A Gossamer

📋 copy color: '#50A98A'

red 80 ◦ green 169 ◦ blue 138

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

Shades of Gossamer #50A98A

Tints of Gossamer #50A98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 20.67%
G = 43.67%
B = 35.66%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#50A98A (or 0x50A98A) is known color: Gossamer. HEX triplet: 50, A9 and 8A. RGB value is (80,169,138). Sum of RGB (Red+Green+Blue) = 80+169+138=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 169 - color contains mainly: green. Hex color #50A98A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A98A is #AF5675. Grayscale: #8A8A8A. Windows color (decimal): -11490934 or 9087312. OLE color: 9087312.

HSL color Cylindrical-coordinate representation of color #50A98A: hue angle of 159.1º 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 #50A98A is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 169 138 -
CMYK 0.53 0 0.18 0.34
HSL 159.1º 0.36% 0.49% -
HSV(B) 159.1º 0.53% 0.66% -
XYZ 22.08 31.92 29.04 -
YUV 138.86 127.51 86.02 -
System Red Green Blue C M Y K H S L
Decimal 80 169 138 0.53 0 0.18 0.34 159.1 0.36 0.49
Hex 50 A9 8A 35 0 12 22 9F 24 31
Octal 120 251 212 65 0 22 42 237 44 61
Binary 1010000 10101001 10001010 110101 0 10010 100010 10011111 100100 110001

Color Harmonies of #50A98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A98A

Black with #50A98A

Text Example


Text Example

White with #50A98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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