#44AB82

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

Shades of Gossamer #44AB82

Tints of Gossamer #44AB82

Color information

#44AB82 (or 0x44AB82) is unknown color: approx Gossamer. HEX triplet: 44, AB and 82. RGB value is (68,171,130). Sum of RGB (Red+Green+Blue) = 68+171+130=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AB82 is #BB547D. Grayscale: #878787. Windows color (decimal): -12276862 or 8563524. OLE color: 8563524.

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

Color convert

RGB68171130-
CMYK0.6000.240.33
HSL156.12º43.1%46.86%-
HSV(B)156.12º60.23%67.06%-
XYZ20.9831.9726.18-
YUV135.53124.8879.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.43%
GREEN value IS 171 (67.19% from 255) = 46.34%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=18.43%
G=46.34%
B=35.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681711300.6000.240.33156.1243.146.86
Hex44AB823C018219c2b2f
Octal10425320274030412345357
Binary1000100101010111000001011110001100010000110011100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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