#44A28D

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

Shades of Gossamer #44A28D

Tints of Gossamer #44A28D

Color information

#44A28D (or 0x44A28D) is unknown color: approx Gossamer. HEX triplet: 44, A2 and 8D. RGB value is (68,162,141). Sum of RGB (Red+Green+Blue) = 68+162+141=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #44A28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A28D is #BB5D72. Grayscale: #838383. Windows color (decimal): -12279155 or 9282116. OLE color: 9282116.

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

Color convert

RGB68162141-
CMYK0.5800.130.36
HSL166.6º40.87%45.1%-
HSV(B)166.6º58.02%63.53%-
XYZ20.1128.9929.74-
YUV131.5133.3682.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.33%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=18.33%
G=43.67%
B=38.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681621410.5800.130.36166.640.8745.1
Hex44A28D3A0D24a7292d
Octal10424221572015442475155
Binary100010010100010100011011110100110110010010100111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,162,141); }

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

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

 a { background-color: rgb(68,162,141); }

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

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

 span { border-color: rgb(68,162,141); }

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