#44A296

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

Shades of Gossamer #44A296

Tints of Gossamer #44A296

Color information

#44A296 (or 0x44A296) is unknown color: approx Gossamer. HEX triplet: 44, A2 and 96. RGB value is (68,162,150). Sum of RGB (Red+Green+Blue) = 68+162+150=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #44A296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A296 is #BB5D69. Grayscale: #848484. Windows color (decimal): -12279146 or 9871940. OLE color: 9871940.

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

Color convert

RGB68162150-
CMYK0.5800.070.36
HSL172.34º40.87%45.1%-
HSV(B)172.34º58.02%63.53%-
XYZ20.8129.2733.41-
YUV132.53137.8681.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.89%
GREEN value IS 162 (63.67% from 255) = 42.63%
BLUE value IS 150 (58.98% from 255) = 39.47%
R=17.89%
G=42.63%
B=39.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681621500.5800.070.36172.3440.8745.1
Hex44A2963A0724ac292d
Octal1042422267207442545155
Binary10001001010001010010110111010011110010010101100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,162,150); }

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

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

 a { background-color: rgb(68,162,150); }

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

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

 span { border-color: rgb(68,162,150); }

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