Html Css Color HEX #49A699 Gossamer

📋 copy color: '#49A699'

red 73 ◦ green 166 ◦ blue 153

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

Shades of Gossamer #49A699

Tints of Gossamer #49A699

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.35%

 BLUE value IS 153 (60.16% from 255) = 39.03%

R = 18.62%
G = 42.35%
B = 39.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#49A699 (or 0x49A699) is known color: Gossamer. HEX triplet: 49, A6 and 99. RGB value is (73,166,153). Sum of RGB (Red+Green+Blue) = 73+166+153=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #49A699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A699 is #B65966. Grayscale: #888888. Windows color (decimal): -11950439 or 10069577. OLE color: 10069577.

HSL color Cylindrical-coordinate representation of color #49A699: hue angle of 171.61º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A699 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 166 153 -
CMYK 0.56 0 0.08 0.35
HSL 171.61º 0.39% 0.47% -
HSV(B) 171.61º 0.56% 0.65% -
XYZ 22.13 30.99 34.95 -
YUV 136.71 137.19 82.56 -
System Red Green Blue C M Y K H S L
Decimal 73 166 153 0.56 0 0.08 0.35 171.61 0.39 0.47
Hex 49 A6 99 38 0 8 23 AC 27 2F
Octal 111 246 231 70 0 10 43 254 47 57
Binary 1001001 10100110 10011001 111000 0 1000 100011 10101100 100111 101111

Color Harmonies of #49A699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A699

Black with #49A699

Text Example


Text Example

White with #49A699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,166,153); }

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

background-color css

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

 a { background-color: rgb(73,166,153); }

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

border-color css

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

 span { border-color: rgb(73,166,153); }

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