#44AB8A

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

Shades of Gossamer #44AB8A

Tints of Gossamer #44AB8A

Color information

#44AB8A (or 0x44AB8A) is unknown color: approx Gossamer. HEX triplet: 44, AB and 8A. RGB value is (68,171,138). Sum of RGB (Red+Green+Blue) = 68+171+138=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AB8A is #BB5475. Grayscale: #888888. Windows color (decimal): -12276854 or 9087812. OLE color: 9087812.

HSL color Cylindrical-coordinate representation of color #44AB8A: hue angle of 160.78º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AB8A is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB68171138-
CMYK0.6000.190.33
HSL160.78º43.1%46.86%-
HSV(B)160.78º60.23%67.06%-
XYZ21.5332.1929.12-
YUV136.44128.8879.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 171 (67.19% from 255) = 45.36%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=18.04%
G=45.36%
B=36.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681711380.6000.190.33160.7843.146.86
Hex44AB8A3C01321a12b2f
Octal10425321274023412415357
Binary1000100101010111000101011110001001110000110100001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,171,138); }

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

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

 a { background-color: rgb(68,171,138); }

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

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

 span { border-color: rgb(68,171,138); }

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