Html Css Color HEX #50A78D Gossamer

📋 copy color: '#50A78D'

red 80 ◦ green 167 ◦ blue 141

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

Shades of Gossamer #50A78D

Tints of Gossamer #50A78D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.04%

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 20.62%
G = 43.04%
B = 36.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#50A78D (or 0x50A78D) is known color: Gossamer. HEX triplet: 50, A7 and 8D. RGB value is (80,167,141). Sum of RGB (Red+Green+Blue) = 80+167+141=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 167 - color contains mainly: green. Hex color #50A78D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A78D is #AF5872. Grayscale: #8A8A8A. Windows color (decimal): -11491443 or 9283408. OLE color: 9283408.

HSL color Cylindrical-coordinate representation of color #50A78D: hue angle of 162.07º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A78D is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 167 141 -
CMYK 0.52 0 0.16 0.35
HSL 162.07º 0.35% 0.48% -
HSV(B) 162.07º 0.52% 0.65% -
XYZ 21.93 31.27 30.08 -
YUV 138.02 129.68 86.61 -
System Red Green Blue C M Y K H S L
Decimal 80 167 141 0.52 0 0.16 0.35 162.07 0.35 0.48
Hex 50 A7 8D 34 0 10 23 A2 23 30
Octal 120 247 215 64 0 20 43 242 43 60
Binary 1010000 10100111 10001101 110100 0 10000 100011 10100010 100011 110000

Color Harmonies of #50A78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A78D

Black with #50A78D

Text Example


Text Example

White with #50A78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,167,141); }

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

background-color css

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

 a { background-color: rgb(80,167,141); }

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

border-color css

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

 span { border-color: rgb(80,167,141); }

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