#44AA81

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

Shades of Gossamer #44AA81

Tints of Gossamer #44AA81

Color information

#44AA81 (or 0x44AA81) is unknown color: approx Gossamer. HEX triplet: 44, AA and 81. RGB value is (68,170,129). Sum of RGB (Red+Green+Blue) = 68+170+129=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AA81 is #BB557E. Grayscale: #868686. Windows color (decimal): -12277119 or 8497732. OLE color: 8497732.

HSL color Cylindrical-coordinate representation of color #44AA81: hue angle of 155.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AA81 is Cyan = 0.6, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB68170129-
CMYK0.600.240.33
HSL155.88º42.86%46.67%-
HSV(B)155.88º60%66.67%-
XYZ20.7231.5625.77-
YUV134.83124.7180.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.53%
GREEN value IS 170 (66.80% from 255) = 46.32%
BLUE value IS 129 (50.78% from 255) = 35.15%
R=18.53%
G=46.32%
B=35.15%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681701290.600.240.33155.8842.8646.67
Hex44AA813C018219c2b2f
Octal10425220174030412345357
Binary1000100101010101000000111110001100010000110011100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,170,129); }

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

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

 a { background-color: rgb(68,170,129); }

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

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

 span { border-color: rgb(68,170,129); }

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