#49A193

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

Shades of Gossamer #49A193

Tints of Gossamer #49A193

Color information

#49A193 (or 0x49A193) is unknown color: approx Gossamer. HEX triplet: 49, A1 and 93. RGB value is (73,161,147). Sum of RGB (Red+Green+Blue) = 73+161+147=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #49A193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A193 is #B65E6C. Grayscale: #858585. Windows color (decimal): -11951725 or 9675081. OLE color: 9675081.

HSL color Cylindrical-coordinate representation of color #49A193: hue angle of 170.45º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A193 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB73161147-
CMYK0.5500.090.37
HSL170.45º37.61%45.88%-
HSV(B)170.45º54.66%63.14%-
XYZ20.7629.0132.11-
YUV133.09135.8585.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.16%
GREEN value IS 161 (63.28% from 255) = 42.26%
BLUE value IS 147 (57.81% from 255) = 38.58%
R=19.16%
G=42.26%
B=38.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal731611470.5500.090.37170.4537.6145.88
Hex49A193370925aa262e
Octal11124122367011452524656
Binary100100110100001100100111101110100110010110101010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,161,147); }

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

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

 a { background-color: rgb(73,161,147); }

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

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

 span { border-color: rgb(73,161,147); }

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