#44AB84

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

Shades of Gossamer #44AB84

Tints of Gossamer #44AB84

Color information

#44AB84 (or 0x44AB84) is unknown color: approx Gossamer. HEX triplet: 44, AB and 84. RGB value is (68,171,132). Sum of RGB (Red+Green+Blue) = 68+171+132=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AB84 is #BB547B. Grayscale: #878787. Windows color (decimal): -12276860 or 8694596. OLE color: 8694596.

HSL color Cylindrical-coordinate representation of color #44AB84: hue angle of 157.28º 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 #44AB84 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB68171132-
CMYK0.6000.230.33
HSL157.28º43.1%46.86%-
HSV(B)157.28º60.23%67.06%-
XYZ21.1132.0226.9-
YUV135.76125.8879.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.33%
GREEN value IS 171 (67.19% from 255) = 46.09%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=18.33%
G=46.09%
B=35.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681711320.6000.230.33157.2843.146.86
Hex44AB843C017219d2b2f
Octal10425320474027412355357
Binary1000100101010111000010011110001011110000110011101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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