#44A17E

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

Shades of Gossamer #44A17E

Tints of Gossamer #44A17E

Color information

#44A17E (or 0x44A17E) is unknown color: approx Gossamer. HEX triplet: 44, A1 and 7E. RGB value is (68,161,126). Sum of RGB (Red+Green+Blue) = 68+161+126=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #44A17E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A17E is #BB5E81. Grayscale: #818181. Windows color (decimal): -12279426 or 8298820. OLE color: 8298820.

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

Color convert

RGB68161126-
CMYK0.5800.220.37
HSL157.42º40.61%44.9%-
HSV(B)157.42º57.76%63.14%-
XYZ18.8928.2324.19-
YUV129.2126.1984.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 161 (63.28% from 255) = 45.35%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=19.15%
G=45.35%
B=35.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681611260.5800.220.37157.4240.6144.9
Hex44A17E3A016259d292d
Octal10424117672026452355155
Binary100010010100001111111011101001011010010110011101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,161,126); }

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

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

 a { background-color: rgb(68,161,126); }

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

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

 span { border-color: rgb(68,161,126); }

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