Html Css Color HEX #49AA8C Gossamer

📋 copy color: '#49AA8C'

red 73 ◦ green 170 ◦ blue 140

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

Shades of Gossamer #49AA8C

Tints of Gossamer #49AA8C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.39%

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

R = 19.06%
G = 44.39%
B = 36.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#49AA8C (or 0x49AA8C) is known color: Gossamer. HEX triplet: 49, AA and 8C. RGB value is (73,170,140). Sum of RGB (Red+Green+Blue) = 73+170+140=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AA8C is #B65573. Grayscale: #898989. Windows color (decimal): -11949428 or 9218633. OLE color: 9218633.

HSL color Cylindrical-coordinate representation of color #49AA8C: hue angle of 161.44º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AA8C is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 170 140 -
CMYK 0.57 0 0.18 0.33
HSL 161.44º 0.4% 0.48% -
HSV(B) 161.44º 0.57% 0.67% -
XYZ 21.86 32.06 29.85 -
YUV 137.58 129.36 81.94 -
System Red Green Blue C M Y K H S L
Decimal 73 170 140 0.57 0 0.18 0.33 161.44 0.4 0.48
Hex 49 AA 8C 39 0 12 21 A1 28 30
Octal 111 252 214 71 0 22 41 241 50 60
Binary 1001001 10101010 10001100 111001 0 10010 100001 10100001 101000 110000

Color Harmonies of #49AA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AA8C

Black with #49AA8C

Text Example


Text Example

White with #49AA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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