Html Css Color HEX #49AE90 Gossamer

📋 copy color: '#49AE90'

red 73 ◦ green 174 ◦ blue 144

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

Shades of Gossamer #49AE90

Tints of Gossamer #49AE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.5%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 18.67%
G = 44.5%
B = 36.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#49AE90 (or 0x49AE90) is known color: Gossamer. HEX triplet: 49, AE and 90. RGB value is (73,174,144). Sum of RGB (Red+Green+Blue) = 73+174+144=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AE90 is #B6516F. Grayscale: #8C8C8C. Windows color (decimal): -11948400 or 9481801. OLE color: 9481801.

HSL color Cylindrical-coordinate representation of color #49AE90: hue angle of 162.18º 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 #49AE90 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 174 144 -
CMYK 0.58 0 0.17 0.32
HSL 162.18º 0.41% 0.48% -
HSV(B) 162.18º 0.58% 0.68% -
XYZ 22.92 33.7 31.68 -
YUV 140.38 130.04 79.94 -
System Red Green Blue C M Y K H S L
Decimal 73 174 144 0.58 0 0.17 0.32 162.18 0.41 0.48
Hex 49 AE 90 3A 0 11 20 A2 29 30
Octal 111 256 220 72 0 21 40 242 51 60
Binary 1001001 10101110 10010000 111010 0 10001 100000 10100010 101001 110000

Color Harmonies of #49AE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AE90

Black with #49AE90

Text Example


Text Example

White with #49AE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,174,144); }

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

background-color css

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

 a { background-color: rgb(73,174,144); }

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

border-color css

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

 span { border-color: rgb(73,174,144); }

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