#44A98B

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

Shades of Gossamer #44A98B

Tints of Gossamer #44A98B

Color information

#44A98B (or 0x44A98B) is unknown color: approx Gossamer. HEX triplet: 44, A9 and 8B. RGB value is (68,169,139). Sum of RGB (Red+Green+Blue) = 68+169+139=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #44A98B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A98B is #BB5674. Grayscale: #878787. Windows color (decimal): -12277365 or 9152836. OLE color: 9152836.

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

Color convert

RGB68169139-
CMYK0.6000.180.34
HSL162.18º42.62%46.47%-
HSV(B)162.18º59.76%66.27%-
XYZ21.2331.4729.38-
YUV135.38130.0479.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.09%
GREEN value IS 169 (66.41% from 255) = 44.95%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=18.09%
G=44.95%
B=36.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal681691390.6000.180.34162.1842.6246.47
Hex44A98B3C01222a22b2e
Octal10425121374022422425356
Binary1000100101010011000101111110001001010001010100010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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