Html Css Color HEX #50A488 Gossamer

📋 copy color: '#50A488'

red 80 ◦ green 164 ◦ blue 136

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

Shades of Gossamer #50A488

Tints of Gossamer #50A488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.16%

 BLUE value IS 136 (53.52% from 255) = 35.79%

R = 21.05%
G = 43.16%
B = 35.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#50A488 (or 0x50A488) is known color: Gossamer. HEX triplet: 50, A4 and 88. RGB value is (80,164,136). Sum of RGB (Red+Green+Blue) = 80+164+136=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #50A488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A488 is #AF5B77. Grayscale: #878787. Windows color (decimal): -11492216 or 8954960. OLE color: 8954960.

HSL color Cylindrical-coordinate representation of color #50A488: hue angle of 160º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A488 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 164 136 -
CMYK 0.51 0 0.17 0.36
HSL 160º 0.34% 0.48% -
HSV(B) 160º 0.51% 0.64% -
XYZ 21.03 30.03 27.98 -
YUV 135.69 128.17 88.28 -
System Red Green Blue C M Y K H S L
Decimal 80 164 136 0.51 0 0.17 0.36 160 0.34 0.48
Hex 50 A4 88 33 0 11 24 A0 22 30
Octal 120 244 210 63 0 21 44 240 42 60
Binary 1010000 10100100 10001000 110011 0 10001 100100 10100000 100010 110000

Color Harmonies of #50A488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A488

Black with #50A488

Text Example


Text Example

White with #50A488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,164,136); }

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

background-color css

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

 a { background-color: rgb(80,164,136); }

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

border-color css

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

 span { border-color: rgb(80,164,136); }

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