Html Css Color HEX #49A68F Gossamer

📋 copy color: '#49A68F'

red 73 ◦ green 166 ◦ blue 143

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

Shades of Gossamer #49A68F

Tints of Gossamer #49A68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.43%

R = 19.11%
G = 43.46%
B = 37.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#49A68F (or 0x49A68F) is known color: Gossamer. HEX triplet: 49, A6 and 8F. RGB value is (73,166,143). Sum of RGB (Red+Green+Blue) = 73+166+143=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 166 - color contains mainly: green. Hex color #49A68F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A68F is #B65970. Grayscale: #878787. Windows color (decimal): -11950449 or 9414217. OLE color: 9414217.

HSL color Cylindrical-coordinate representation of color #49A68F: hue angle of 165.16º 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 #49A68F is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 166 143 -
CMYK 0.56 0 0.14 0.35
HSL 165.16º 0.39% 0.47% -
HSV(B) 165.16º 0.56% 0.65% -
XYZ 21.34 30.67 30.78 -
YUV 135.57 132.19 83.37 -
System Red Green Blue C M Y K H S L
Decimal 73 166 143 0.56 0 0.14 0.35 165.16 0.39 0.47
Hex 49 A6 8F 38 0 E 23 A5 27 2F
Octal 111 246 217 70 0 16 43 245 47 57
Binary 1001001 10100110 10001111 111000 0 1110 100011 10100101 100111 101111

Color Harmonies of #49A68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A68F

Black with #49A68F

Text Example


Text Example

White with #49A68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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