#49AA88

Color #49AA88 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #49AA88

Tints of Gossamer #49AA88

Color information

#49AA88 (or 0x49AA88) is unknown color: approx Gossamer. HEX triplet: 49, AA and 88. RGB value is (73,170,136). Sum of RGB (Red+Green+Blue) = 73+170+136=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AA88 is #B65577. Grayscale: #898989. Windows color (decimal): -11949432 or 8956489. OLE color: 8956489.

HSL color Cylindrical-coordinate representation of color #49AA88: hue angle of 158.97º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AA88 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB73170136-
CMYK0.5700.200.33
HSL158.97º39.92%47.65%-
HSV(B)158.97º57.06%66.67%-
XYZ21.5731.9428.32-
YUV137.12127.3682.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 170 (66.80% from 255) = 44.85%
BLUE value IS 136 (53.52% from 255) = 35.88%
R=19.26%
G=44.85%
B=35.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731701360.5700.200.33158.9739.9247.65
Hex49AA8839014219f2830
Octal11125221071024412375060
Binary1001001101010101000100011100101010010000110011111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,170,136); }

 H1.HeaderClassName
 {
   color: #49AA88;
 }
 .AnyTagClassName
 {
   color: #49AA88;
 }
</style>
background-color css

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

 a { background-color: rgb(73,170,136); }

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

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

 span { border-color: rgb(73,170,136); }

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