#44B089

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

Shades of Gossamer #44B089

Tints of Gossamer #44B089

Color information

#44B089 (or 0x44B089) is unknown color: approx Gossamer. HEX triplet: 44, B0 and 89. RGB value is (68,176,137). Sum of RGB (Red+Green+Blue) = 68+176+137=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 176 - color contains mainly: green. Hex color #44B089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44B089 is #BB4F76. Grayscale: #8B8B8B. Windows color (decimal): -12275575 or 9023556. OLE color: 9023556.

HSL color Cylindrical-coordinate representation of color #44B089: hue angle of 158.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44B089 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB68176137-
CMYK0.6100.220.31
HSL158.33º44.26%47.84%-
HSV(B)158.33º61.36%69.02%-
XYZ22.4234.0929.06-
YUV139.26126.7277.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.85%
GREEN value IS 176 (69.14% from 255) = 46.19%
BLUE value IS 137 (53.91% from 255) = 35.96%
R=17.85%
G=46.19%
B=35.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681761370.6100.220.31158.3344.2647.84
Hex44B0893D0161F9e2c30
Octal10426021175026372365460
Binary100010010110000100010011111010101101111110011110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,176,137); }

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

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

 a { background-color: rgb(68,176,137); }

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

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

 span { border-color: rgb(68,176,137); }

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