#44A995

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

Shades of Gossamer #44A995

Tints of Gossamer #44A995

Color information

#44A995 (or 0x44A995) is unknown color: approx Gossamer. HEX triplet: 44, A9 and 95. RGB value is (68,169,149). Sum of RGB (Red+Green+Blue) = 68+169+149=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 169 - color contains mainly: green. Hex color #44A995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A995 is #BB566A. Grayscale: #888888. Windows color (decimal): -12277355 or 9808196. OLE color: 9808196.

HSL color Cylindrical-coordinate representation of color #44A995: hue angle of 168.12º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44A995 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB68169149-
CMYK0.6000.120.34
HSL168.12º42.62%46.47%-
HSV(B)168.12º59.76%66.27%-
XYZ2231.7733.41-
YUV136.52135.0479.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.62%
GREEN value IS 169 (66.41% from 255) = 43.78%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=17.62%
G=43.78%
B=38.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal681691490.6000.120.34168.1242.6246.47
Hex44A9953C0C22a82b2e
Octal10425122574014422505356
Binary100010010101001100101011111000110010001010101000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,169,149); }

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

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

 a { background-color: rgb(68,169,149); }

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

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

 span { border-color: rgb(68,169,149); }

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