#44A080

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

Shades of Gossamer #44A080

Tints of Gossamer #44A080

Color information

#44A080 (or 0x44A080) is unknown color: approx Gossamer. HEX triplet: 44, A0 and 80. RGB value is (68,160,128). Sum of RGB (Red+Green+Blue) = 68+160+128=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #44A080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A080 is #BB5F7F. Grayscale: #808080. Windows color (decimal): -12279680 or 8429636. OLE color: 8429636.

HSL color Cylindrical-coordinate representation of color #44A080: hue angle of 159.13º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44A080 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB68160128-
CMYK0.5700.200.37
HSL159.13º40.35%44.71%-
HSV(B)159.13º57.5%62.75%-
XYZ18.8527.9324.82-
YUV128.84127.5284.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.10%
GREEN value IS 160 (62.89% from 255) = 44.94%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=19.10%
G=44.94%
B=35.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681601280.5700.200.37159.1340.3544.71
Hex44A08039014259f282d
Octal10424020071024452375055
Binary1000100101000001000000011100101010010010110011111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A080; }

 p { color: rgb(68,160,128); }

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

<style>
 a { background-color: #44A080; }

 a { background-color: rgb(68,160,128); }

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

<style>
 span { border-color: #44A080; }

 span { border-color: rgb(68,160,128); }

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