#44A79C

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

Shades of Gossamer #44A79C

Tints of Gossamer #44A79C

Color information

#44A79C (or 0x44A79C) is unknown color: approx Gossamer. HEX triplet: 44, A7 and 9C. RGB value is (68,167,156). Sum of RGB (Red+Green+Blue) = 68+167+156=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 167 - color contains mainly: green. Hex color #44A79C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A79C is #BB5863. Grayscale: #888888. Windows color (decimal): -12277860 or 10266436. OLE color: 10266436.

HSL color Cylindrical-coordinate representation of color #44A79C: hue angle of 173.33º 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 #44A79C is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB68167156-
CMYK0.5900.070.35
HSL173.33º42.13%46.08%-
HSV(B)173.33º59.28%65.49%-
XYZ22.231.2736.32-
YUV136.14139.279.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.39%
GREEN value IS 167 (65.62% from 255) = 42.71%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=17.39%
G=42.71%
B=39.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681671560.5900.070.35173.3342.1346.08
Hex44A79C3B0723ad2a2e
Octal1042472347307432555256
Binary10001001010011110011100111011011110001110101101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,167,156); }

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

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

 a { background-color: rgb(68,167,156); }

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

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

 span { border-color: rgb(68,167,156); }

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