#44AA8C

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

Shades of Gossamer #44AA8C

Tints of Gossamer #44AA8C

Color information

#44AA8C (or 0x44AA8C) is unknown color: approx Gossamer. HEX triplet: 44, AA and 8C. RGB value is (68,170,140). Sum of RGB (Red+Green+Blue) = 68+170+140=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AA8C is #BB5573. Grayscale: #888888. Windows color (decimal): -12277108 or 9218628. OLE color: 9218628.

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

Color convert

RGB68170140-
CMYK0.600.180.33
HSL162.35º42.86%46.67%-
HSV(B)162.35º60%66.67%-
XYZ21.4931.8729.83-
YUV136.08130.2179.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.99%
GREEN value IS 170 (66.80% from 255) = 44.97%
BLUE value IS 140 (55.08% from 255) = 37.04%
R=17.99%
G=44.97%
B=37.04%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681701400.600.180.33162.3542.8646.67
Hex44AA8C3C01221a22b2f
Octal10425221474022412425357
Binary1000100101010101000110011110001001010000110100010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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