#44A187

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

Shades of Gossamer #44A187

Tints of Gossamer #44A187

Color information

#44A187 (or 0x44A187) is unknown color: approx Gossamer. HEX triplet: 44, A1 and 87. RGB value is (68,161,135). Sum of RGB (Red+Green+Blue) = 68+161+135=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #44A187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A187 is #BB5E78. Grayscale: #828282. Windows color (decimal): -12279417 or 8888644. OLE color: 8888644.

HSL color Cylindrical-coordinate representation of color #44A187: hue angle of 163.23º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A187 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB68161135-
CMYK0.5800.160.37
HSL163.23º40.61%44.9%-
HSV(B)163.23º57.76%63.14%-
XYZ19.528.4727.39-
YUV130.23130.6983.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.68%
GREEN value IS 161 (63.28% from 255) = 44.23%
BLUE value IS 135 (53.12% from 255) = 37.09%
R=18.68%
G=44.23%
B=37.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681611350.5800.160.37163.2340.6144.9
Hex44A1873A01025a3292d
Octal10424120772020452435155
Binary1000100101000011000011111101001000010010110100011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,161,135); }

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

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

 a { background-color: rgb(68,161,135); }

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

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

 span { border-color: rgb(68,161,135); }

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