#44A78E

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

Shades of Gossamer #44A78E

Tints of Gossamer #44A78E

Color information

#44A78E (or 0x44A78E) is unknown color: approx Gossamer. HEX triplet: 44, A7 and 8E. RGB value is (68,167,142). Sum of RGB (Red+Green+Blue) = 68+167+142=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 167 - color contains mainly: green. Hex color #44A78E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A78E is #BB5871. Grayscale: #868686. Windows color (decimal): -12277874 or 9348932. OLE color: 9348932.

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

Color convert

RGB68167142-
CMYK0.5900.150.35
HSL164.85º42.13%46.08%-
HSV(B)164.85º59.28%65.49%-
XYZ21.0930.8230.43-
YUV134.55132.280.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 167 (65.62% from 255) = 44.30%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=18.04%
G=44.30%
B=37.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681671420.5900.150.35164.8542.1346.08
Hex44A78E3B0F23a52a2e
Octal10424721673017432455256
Binary100010010100111100011101110110111110001110100101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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