#44AB8B

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

Shades of Gossamer #44AB8B

Tints of Gossamer #44AB8B

Color information

#44AB8B (or 0x44AB8B) is unknown color: approx Gossamer. HEX triplet: 44, AB and 8B. RGB value is (68,171,139). Sum of RGB (Red+Green+Blue) = 68+171+139=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AB8B is #BB5474. Grayscale: #888888. Windows color (decimal): -12276853 or 9153348. OLE color: 9153348.

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

Color convert

RGB68171139-
CMYK0.6000.190.33
HSL161.36º43.1%46.86%-
HSV(B)161.36º60.23%67.06%-
XYZ21.6132.2229.51-
YUV136.56129.3879.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.99%
GREEN value IS 171 (67.19% from 255) = 45.24%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=17.99%
G=45.24%
B=36.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681711390.6000.190.33161.3643.146.86
Hex44AB8B3C01321a12b2f
Octal10425321374023412415357
Binary1000100101010111000101111110001001110000110100001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,171,139); }

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

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

 a { background-color: rgb(68,171,139); }

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

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

 span { border-color: rgb(68,171,139); }

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