Html Css Color HEX #49A698 Gossamer

📋 copy color: '#49A698'

red 73 ◦ green 166 ◦ blue 152

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

Shades of Gossamer #49A698

Tints of Gossamer #49A698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.87%

R = 18.67%
G = 42.46%
B = 38.87%

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

#49A698 (or 0x49A698) is known color: Gossamer. HEX triplet: 49, A6 and 98. RGB value is (73,166,152). Sum of RGB (Red+Green+Blue) = 73+166+152=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 166 - color contains mainly: green. Hex color #49A698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A698 is #B65967. Grayscale: #888888. Windows color (decimal): -11950440 or 10004041. OLE color: 10004041.

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

Color convert

RGB 73 166 152 -
CMYK 0.56 0 0.08 0.35
HSL 170.97º 0.39% 0.47% -
HSV(B) 170.97º 0.56% 0.65% -
XYZ 22.05 30.96 34.52 -
YUV 136.6 136.69 82.64 -
System Red Green Blue C M Y K H S L
Decimal 73 166 152 0.56 0 0.08 0.35 170.97 0.39 0.47
Hex 49 A6 98 38 0 8 23 AB 27 2F
Octal 111 246 230 70 0 10 43 253 47 57
Binary 1001001 10100110 10011000 111000 0 1000 100011 10101011 100111 101111

Color Harmonies of #49A698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A698

Black with #49A698

Text Example


Text Example

White with #49A698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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