#44AE8D

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

Shades of Gossamer #44AE8D

Tints of Gossamer #44AE8D

Color information

#44AE8D (or 0x44AE8D) is unknown color: approx Gossamer. HEX triplet: 44, AE and 8D. RGB value is (68,174,141). Sum of RGB (Red+Green+Blue) = 68+174+141=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 174 - color contains mainly: green. Hex color #44AE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AE8D is #BB5172. Grayscale: #8A8A8A. Windows color (decimal): -12276083 or 9285188. OLE color: 9285188.

HSL color Cylindrical-coordinate representation of color #44AE8D: hue angle of 161.32º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AE8D is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB68174141-
CMYK0.6100.190.32
HSL161.32º43.8%47.45%-
HSV(B)161.32º60.92%68.24%-
XYZ22.3333.4230.47-
YUV138.54129.3877.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.75%
GREEN value IS 174 (68.36% from 255) = 45.43%
BLUE value IS 141 (55.47% from 255) = 36.81%
R=17.75%
G=45.43%
B=36.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681741410.6100.190.32161.3243.847.45
Hex44AE8D3D01320a12c2f
Octal10425621575023402415457
Binary1000100101011101000110111110101001110000010100001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,174,141); }

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

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

 a { background-color: rgb(68,174,141); }

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

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

 span { border-color: rgb(68,174,141); }

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