#44A690

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

Shades of Gossamer #44A690

Tints of Gossamer #44A690

Color information

#44A690 (or 0x44A690) is unknown color: approx Gossamer. HEX triplet: 44, A6 and 90. RGB value is (68,166,144). Sum of RGB (Red+Green+Blue) = 68+166+144=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #44A690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A690 is #BB596F. Grayscale: #868686. Windows color (decimal): -12278128 or 9479748. OLE color: 9479748.

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

Color convert

RGB68166144-
CMYK0.5900.130.35
HSL166.53º41.88%45.88%-
HSV(B)166.53º59.04%65.1%-
XYZ21.0530.5131.17-
YUV134.19133.5380.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.99%
GREEN value IS 166 (65.23% from 255) = 43.92%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=17.99%
G=43.92%
B=38.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681661440.5900.130.35166.5341.8845.88
Hex44A6903B0D23a72a2e
Octal10424622073015432475256
Binary100010010100110100100001110110110110001110100111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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