#44B18D

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

Shades of Gossamer #44B18D

Tints of Gossamer #44B18D

Color information

#44B18D (or 0x44B18D) is unknown color: approx Gossamer. HEX triplet: 44, B1 and 8D. RGB value is (68,177,141). Sum of RGB (Red+Green+Blue) = 68+177+141=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #44B18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44B18D is #BB4E72. Grayscale: #8C8C8C. Windows color (decimal): -12275315 or 9285956. OLE color: 9285956.

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

Color convert

RGB68177141-
CMYK0.6200.200.31
HSL160.18º44.49%48.04%-
HSV(B)160.18º61.58%69.41%-
XYZ22.9134.630.67-
YUV140.3128.3976.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.62%
GREEN value IS 177 (69.53% from 255) = 45.85%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=17.62%
G=45.85%
B=36.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681771410.6200.200.31160.1844.4948.04
Hex44B18D3E0141Fa02c30
Octal10426121576024372405460
Binary100010010110001100011011111100101001111110100000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,177,141); }

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

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

 a { background-color: rgb(68,177,141); }

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

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

 span { border-color: rgb(68,177,141); }

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