#44b191

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

Shades of Gossamer #44B191

Tints of Gossamer #44B191

Color information

#44B191 (or 0x44B191) is unknown color: approx Gossamer. HEX triplet: 44, B1 and 91. RGB value is (68,177,145). Sum of RGB (Red+Green+Blue) = 68+177+145=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #44B191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44B191 is #BB4E6E. Grayscale: #8C8C8C. Windows color (decimal): -12275311 or 9548100. OLE color: 9548100.

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

Color convert

RGB68177145-
CMYK0.6200.180.31
HSL162.39º44.49%48.04%-
HSV(B)162.39º61.58%69.41%-
XYZ23.2234.7232.27-
YUV140.76130.3976.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.44%
GREEN value IS 177 (69.53% from 255) = 45.38%
BLUE value IS 145 (57.03% from 255) = 37.18%
R=17.44%
G=45.38%
B=37.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681771450.6200.180.31162.3944.4948.04
Hex44B1913E0121Fa22c30
Octal10426122176022372425460
Binary100010010110001100100011111100100101111110100010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44b191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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