#44AB98

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

Shades of Gossamer #44AB98

Tints of Gossamer #44AB98

Color information

#44AB98 (or 0x44AB98) is unknown color: approx Gossamer. HEX triplet: 44, AB and 98. RGB value is (68,171,152). Sum of RGB (Red+Green+Blue) = 68+171+152=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AB98 is #BB5467. Grayscale: #8A8A8A. Windows color (decimal): -12276840 or 10005316. OLE color: 10005316.

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

Color convert

RGB68171152-
CMYK0.6000.110.33
HSL168.93º43.1%46.86%-
HSV(B)168.93º60.23%67.06%-
XYZ22.6132.6234.81-
YUV138.04135.8878.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.39%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 152 (59.77% from 255) = 38.87%
R=17.39%
G=43.73%
B=38.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681711520.6000.110.33168.9343.146.86
Hex44AB983C0B21a92b2f
Octal10425323074013412515357
Binary100010010101011100110001111000101110000110101001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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