#44A27E

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

Shades of Gossamer #44A27E

Tints of Gossamer #44A27E

Color information

#44A27E (or 0x44A27E) is unknown color: approx Gossamer. HEX triplet: 44, A2 and 7E. RGB value is (68,162,126). Sum of RGB (Red+Green+Blue) = 68+162+126=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #44A27E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A27E is #BB5D81. Grayscale: #818181. Windows color (decimal): -12279170 or 8299076. OLE color: 8299076.

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

Color convert

RGB68162126-
CMYK0.5800.220.36
HSL157.02º40.87%45.1%-
HSV(B)157.02º58.02%63.53%-
XYZ19.0728.5824.25-
YUV129.79125.8683.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.10%
GREEN value IS 162 (63.67% from 255) = 45.51%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=19.10%
G=45.51%
B=35.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681621260.5800.220.36157.0240.8745.1
Hex44A27E3A016249d292d
Octal10424217672026442355155
Binary100010010100010111111011101001011010010010011101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,162,126); }

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

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

 a { background-color: rgb(68,162,126); }

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

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

 span { border-color: rgb(68,162,126); }

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