#50A98A

Color #50A98A Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #50A98A

Tints of Gossamer #50A98A

Color information

#50A98A (or 0x50A98A) is unknown color: approx 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

RGB80169138-
CMYK0.5300.180.34
HSL159.1º35.74%48.82%-
HSV(B)159.1º52.66%66.27%-
XYZ22.0831.9229.04-
YUV138.85127.5186.02-

RGB Variations

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

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.30% from 255) = 35.66%
R=20.67%
G=43.67%
B=35.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal801691380.5300.180.34159.135.7448.82
Hex50A98A35012229f2431
Octal12025121265022422374461
Binary1010000101010011000101011010101001010001010011111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>