Html Css Color HEX #49A18B Gossamer

📋 copy color: '#49A18B'

red 73 ◦ green 161 ◦ blue 139

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

Shades of Gossamer #49A18B

Tints of Gossamer #49A18B

RGB

 RED value IS 73 (28.91% from 255) = 19.57%

 GREEN value IS 161 (63.28% from 255) = 43.16%

 BLUE value IS 139 (54.69% from 255) = 37.27%

R = 19.57%
G = 43.16%
B = 37.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#49A18B (or 0x49A18B) is known color: Gossamer. HEX triplet: 49, A1 and 8B. RGB value is (73,161,139). Sum of RGB (Red+Green+Blue) = 73+161+139=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #49A18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A18B is #B65E74. Grayscale: #848484. Windows color (decimal): -11951733 or 9150793. OLE color: 9150793.

HSL color Cylindrical-coordinate representation of color #49A18B: hue angle of 165º 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 #49A18B is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 161 139 -
CMYK 0.55 0 0.14 0.37
HSL 165º 0.38% 0.46% -
HSV(B) 165º 0.55% 0.63% -
XYZ 20.15 28.77 28.92 -
YUV 132.18 131.85 85.79 -
System Red Green Blue C M Y K H S L
Decimal 73 161 139 0.55 0 0.14 0.37 165 0.38 0.46
Hex 49 A1 8B 37 0 E 25 A5 26 2E
Octal 111 241 213 67 0 16 45 245 46 56
Binary 1001001 10100001 10001011 110111 0 1110 100101 10100101 100110 101110

Color Harmonies of #49A18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A18B

Black with #49A18B

Text Example


Text Example

White with #49A18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49A18B;
 }
 .AnyTagClassName
 {
   color: #49A18B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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