#49B18E

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

Shades of Gossamer #49B18E

Tints of Gossamer #49B18E

Color information

#49B18E (or 0x49B18E) is unknown color: approx Gossamer. HEX triplet: 49, B1 and 8E. RGB value is (73,177,142). Sum of RGB (Red+Green+Blue) = 73+177+142=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #49B18E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B18E is #B64E71. Grayscale: #8D8D8D. Windows color (decimal): -11947634 or 9351497. OLE color: 9351497.

HSL color Cylindrical-coordinate representation of color #49B18E: hue angle of 159.81º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B18E is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB73177142-
CMYK0.5900.200.31
HSL159.81º41.6%49.02%-
HSV(B)159.81º58.76%69.41%-
XYZ23.3534.8131.08-
YUV141.91128.0478.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.62%
GREEN value IS 177 (69.53% from 255) = 45.15%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=18.62%
G=45.15%
B=36.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731771420.5900.200.31159.8141.649.02
Hex49B18E3B0141Fa02a31
Octal11126121673024372405261
Binary100100110110001100011101110110101001111110100000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49B18E; }

 p { color: rgb(73,177,142); }

 H1.HeaderClassName
 {
   color: #49B18E;
 }
 .AnyTagClassName
 {
   color: #49B18E;
 }
</style>
background-color css

<style>
 a { background-color: #49B18E; }

 a { background-color: rgb(73,177,142); }

 div.DivClassName
 {
   background-color: #49B18E;
 }
 .BgClassName
 {
   background-color: #49B18E;
 }
</style>
border-color css

<style>
 span { border-color: #49B18E; }

 span { border-color: rgb(73,177,142); }

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