#44B18F

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

Shades of Gossamer #44B18F

Tints of Gossamer #44B18F

Color information

#44B18F (or 0x44B18F) is unknown color: approx Gossamer. HEX triplet: 44, B1 and 8F. RGB value is (68,177,143). Sum of RGB (Red+Green+Blue) = 68+177+143=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #44B18F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44B18F is #BB4E70. Grayscale: #8C8C8C. Windows color (decimal): -12275313 or 9417028. OLE color: 9417028.

HSL color Cylindrical-coordinate representation of color #44B18F: hue angle of 161.28º 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 #44B18F is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB68177143-
CMYK0.6200.190.31
HSL161.28º44.49%48.04%-
HSV(B)161.28º61.58%69.41%-
XYZ23.0634.6631.46-
YUV140.53129.3976.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.53%
GREEN value IS 177 (69.53% from 255) = 45.62%
BLUE value IS 143 (56.25% from 255) = 36.86%
R=17.53%
G=45.62%
B=36.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681771430.6200.190.31161.2844.4948.04
Hex44B18F3E0131Fa12c30
Octal10426121776023372415460
Binary100010010110001100011111111100100111111110100001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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