#44A489

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

Shades of Gossamer #44A489

Tints of Gossamer #44A489

Color information

#44A489 (or 0x44A489) is unknown color: approx Gossamer. HEX triplet: 44, A4 and 89. RGB value is (68,164,137). Sum of RGB (Red+Green+Blue) = 68+164+137=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #44A489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A489 is #BB5B76. Grayscale: #848484. Windows color (decimal): -12278647 or 9020484. OLE color: 9020484.

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

Color convert

RGB68164137-
CMYK0.5900.160.36
HSL163.12º41.38%45.49%-
HSV(B)163.12º58.54%64.31%-
XYZ20.1729.5928.31-
YUV132.22130.782.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.43%
GREEN value IS 164 (64.45% from 255) = 44.44%
BLUE value IS 137 (53.91% from 255) = 37.13%
R=18.43%
G=44.44%
B=37.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681641370.5900.160.36163.1241.3845.49
Hex44A4893B01024a3292d
Octal10424421173020442435155
Binary1000100101001001000100111101101000010010010100011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,164,137); }

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

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

 a { background-color: rgb(68,164,137); }

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

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

 span { border-color: rgb(68,164,137); }

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