#44A699

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

Shades of Gossamer #44A699

Tints of Gossamer #44A699

Color information

#44A699 (or 0x44A699) is unknown color: approx Gossamer. HEX triplet: 44, A6 and 99. RGB value is (68,166,153). Sum of RGB (Red+Green+Blue) = 68+166+153=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 166 - color contains mainly: green. Hex color #44A699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A699 is #BB5966. Grayscale: #878787. Windows color (decimal): -12278119 or 10069572. OLE color: 10069572.

HSL color Cylindrical-coordinate representation of color #44A699: hue angle of 172.04º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A699 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB68166153-
CMYK0.5900.080.35
HSL172.04º41.88%45.88%-
HSV(B)172.04º59.04%65.1%-
XYZ21.7730.834.93-
YUV135.22138.0380.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.57%
GREEN value IS 166 (65.23% from 255) = 42.89%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=17.57%
G=42.89%
B=39.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681661530.5900.080.35172.0441.8845.88
Hex44A6993B0823ac2a2e
Octal10424623173010432545256
Binary100010010100110100110011110110100010001110101100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,166,153); }

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

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

 a { background-color: rgb(68,166,153); }

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

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

 span { border-color: rgb(68,166,153); }

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