Html Css Color HEX #49AB8B Gossamer

📋 copy color: '#49AB8B'

red 73 ◦ green 171 ◦ blue 139

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

Shades of Gossamer #49AB8B

Tints of Gossamer #49AB8B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.65%

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

R = 19.06%
G = 44.65%
B = 36.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#49AB8B (or 0x49AB8B) is known color: Gossamer. HEX triplet: 49, AB and 8B. RGB value is (73,171,139). Sum of RGB (Red+Green+Blue) = 73+171+139=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AB8B is #B65474. Grayscale: #8A8A8A. Windows color (decimal): -11949173 or 9153353. OLE color: 9153353.

HSL color Cylindrical-coordinate representation of color #49AB8B: hue angle of 160.41º 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 #49AB8B is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 171 139 -
CMYK 0.57 0 0.19 0.33
HSL 160.41º 0.4% 0.48% -
HSV(B) 160.41º 0.57% 0.67% -
XYZ 21.97 32.41 29.52 -
YUV 138.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 73 171 139 0.57 0 0.19 0.33 160.41 0.4 0.48
Hex 49 AB 8B 39 0 13 21 A0 28 30
Octal 111 253 213 71 0 23 41 240 50 60
Binary 1001001 10101011 10001011 111001 0 10011 100001 10100000 101000 110000

Color Harmonies of #49AB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AB8B

Black with #49AB8B

Text Example


Text Example

White with #49AB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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