Html Css Color HEX #49AF8C Gossamer

📋 copy color: '#49AF8C'

red 73 ◦ green 175 ◦ blue 140

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

Shades of Gossamer #49AF8C

Tints of Gossamer #49AF8C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.1%

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 18.81%
G = 45.1%
B = 36.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#49AF8C (or 0x49AF8C) is known color: Gossamer. HEX triplet: 49, AF and 8C. RGB value is (73,175,140). Sum of RGB (Red+Green+Blue) = 73+175+140=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AF8C is #B65073. Grayscale: #8C8C8C. Windows color (decimal): -11948148 or 9219913. OLE color: 9219913.

HSL color Cylindrical-coordinate representation of color #49AF8C: hue angle of 159.41º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AF8C is Cyan = 0.58, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 175 140 -
CMYK 0.58 0 0.2 0.31
HSL 159.41º 0.41% 0.49% -
HSV(B) 159.41º 0.58% 0.69% -
XYZ 22.81 33.97 30.17 -
YUV 140.51 127.71 79.85 -
System Red Green Blue C M Y K H S L
Decimal 73 175 140 0.58 0 0.2 0.31 159.41 0.41 0.49
Hex 49 AF 8C 3A 0 14 1F 9F 29 31
Octal 111 257 214 72 0 24 37 237 51 61
Binary 1001001 10101111 10001100 111010 0 10100 11111 10011111 101001 110001

Color Harmonies of #49AF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AF8C

Black with #49AF8C

Text Example


Text Example

White with #49AF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,175,140); }

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

background-color css

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

 a { background-color: rgb(73,175,140); }

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

border-color css

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

 span { border-color: rgb(73,175,140); }

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