#44A98A

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

Shades of Gossamer #44A98A

Tints of Gossamer #44A98A

Color information

#44A98A (or 0x44A98A) is unknown color: approx Gossamer. HEX triplet: 44, A9 and 8A. RGB value is (68,169,138). Sum of RGB (Red+Green+Blue) = 68+169+138=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 169 - color contains mainly: green. Hex color #44A98A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A98A is #BB5675. Grayscale: #878787. Windows color (decimal): -12277366 or 9087300. OLE color: 9087300.

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

Color convert

RGB68169138-
CMYK0.6000.180.34
HSL161.58º42.62%46.47%-
HSV(B)161.58º59.76%66.27%-
XYZ21.1631.4429-
YUV135.27129.5480.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.13%
GREEN value IS 169 (66.41% from 255) = 45.07%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=18.13%
G=45.07%
B=36.8%

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
Decimal681691380.6000.180.34161.5842.6246.47
Hex44A98A3C01222a22b2e
Octal10425121274022422425356
Binary1000100101010011000101011110001001010001010100010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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