#44A598

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

Shades of Gossamer #44A598

Tints of Gossamer #44A598

Color information

#44A598 (or 0x44A598) is unknown color: approx Gossamer. HEX triplet: 44, A5 and 98. RGB value is (68,165,152). Sum of RGB (Red+Green+Blue) = 68+165+152=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #44A598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A598 is #BB5A67. Grayscale: #868686. Windows color (decimal): -12278376 or 10003780. OLE color: 10003780.

HSL color Cylindrical-coordinate representation of color #44A598: hue angle of 171.96º 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 #44A598 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB68165152-
CMYK0.5900.080.35
HSL171.96º41.63%45.69%-
HSV(B)171.96º58.79%64.71%-
XYZ21.5130.4134.44-
YUV134.51137.8680.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.66%
GREEN value IS 165 (64.84% from 255) = 42.86%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=17.66%
G=42.86%
B=39.48%

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
Decimal681651520.5900.080.35171.9641.6345.69
Hex44A5983B0823ac2a2e
Octal10424523073010432545256
Binary100010010100101100110001110110100010001110101100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,165,152); }

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

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

 a { background-color: rgb(68,165,152); }

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

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

 span { border-color: rgb(68,165,152); }

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