Html Css Color HEX #49AE91 Gossamer

📋 copy color: '#49AE91'

red 73 ◦ green 174 ◦ blue 145

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

Shades of Gossamer #49AE91

Tints of Gossamer #49AE91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.99%

R = 18.62%
G = 44.39%
B = 36.99%

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

#49AE91 (or 0x49AE91) is known color: Gossamer. HEX triplet: 49, AE and 91. RGB value is (73,174,145). Sum of RGB (Red+Green+Blue) = 73+174+145=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AE91 is #B6516E. Grayscale: #8C8C8C. Windows color (decimal): -11948399 or 9547337. OLE color: 9547337.

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

Color convert

RGB 73 174 145 -
CMYK 0.58 0 0.17 0.32
HSL 162.77º 0.41% 0.48% -
HSV(B) 162.77º 0.58% 0.68% -
XYZ 22.99 33.73 32.09 -
YUV 140.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 73 174 145 0.58 0 0.17 0.32 162.77 0.41 0.48
Hex 49 AE 91 3A 0 11 20 A3 29 30
Octal 111 256 221 72 0 21 40 243 51 60
Binary 1001001 10101110 10010001 111010 0 10001 100000 10100011 101001 110000

Color Harmonies of #49AE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AE91

Black with #49AE91

Text Example


Text Example

White with #49AE91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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