Html Css Color HEX #49AD8C Gossamer

📋 copy color: '#49AD8C'

red 73 ◦ green 173 ◦ blue 140

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

Shades of Gossamer #49AD8C

Tints of Gossamer #49AD8C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.82%

 BLUE value IS 140 (55.08% from 255) = 36.27%

R = 18.91%
G = 44.82%
B = 36.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#49AD8C (or 0x49AD8C) is known color: Gossamer. HEX triplet: 49, AD and 8C. RGB value is (73,173,140). Sum of RGB (Red+Green+Blue) = 73+173+140=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AD8C is #B65273. Grayscale: #8B8B8B. Windows color (decimal): -11948660 or 9219401. OLE color: 9219401.

HSL color Cylindrical-coordinate representation of color #49AD8C: hue angle of 160.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AD8C is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 173 140 -
CMYK 0.58 0 0.19 0.32
HSL 160.2º 0.41% 0.48% -
HSV(B) 160.2º 0.58% 0.68% -
XYZ 22.42 33.2 30.04 -
YUV 139.34 128.37 80.68 -
System Red Green Blue C M Y K H S L
Decimal 73 173 140 0.58 0 0.19 0.32 160.2 0.41 0.48
Hex 49 AD 8C 3A 0 13 20 A0 29 30
Octal 111 255 214 72 0 23 40 240 51 60
Binary 1001001 10101101 10001100 111010 0 10011 100000 10100000 101001 110000

Color Harmonies of #49AD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AD8C

Black with #49AD8C

Text Example


Text Example

White with #49AD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,173,140); }

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

background-color css

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

 a { background-color: rgb(73,173,140); }

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

border-color css

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

 span { border-color: rgb(73,173,140); }

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