#44A696

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

Shades of Gossamer #44A696

Tints of Gossamer #44A696

Color information

#44A696 (or 0x44A696) is unknown color: approx Gossamer. HEX triplet: 44, A6 and 96. RGB value is (68,166,150). Sum of RGB (Red+Green+Blue) = 68+166+150=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 166 - color contains mainly: green. Hex color #44A696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A696 is #BB5969. Grayscale: #868686. Windows color (decimal): -12278122 or 9872964. OLE color: 9872964.

HSL color Cylindrical-coordinate representation of color #44A696: hue angle of 170.2º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A696 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB68166150-
CMYK0.5900.100.35
HSL170.2º41.88%45.88%-
HSV(B)170.2º59.04%65.1%-
XYZ21.5330.733.65-
YUV134.87136.5380.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.71%
GREEN value IS 166 (65.23% from 255) = 43.23%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=17.71%
G=43.23%
B=39.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681661500.5900.100.35170.241.8845.88
Hex44A6963B0A23aa2a2e
Octal10424622673012432525256
Binary100010010100110100101101110110101010001110101010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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