#44AB9A

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

Shades of Gossamer #44AB9A

Tints of Gossamer #44AB9A

Color information

#44AB9A (or 0x44AB9A) is unknown color: approx Gossamer. HEX triplet: 44, AB and 9A. RGB value is (68,171,154). Sum of RGB (Red+Green+Blue) = 68+171+154=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AB9A is #BB5465. Grayscale: #8A8A8A. Windows color (decimal): -12276838 or 10136388. OLE color: 10136388.

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

Color convert

RGB68171154-
CMYK0.6000.100.33
HSL170.1º43.1%46.86%-
HSV(B)170.1º60.23%67.06%-
XYZ22.7832.6935.68-
YUV138.27136.8877.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.30%
GREEN value IS 171 (67.19% from 255) = 43.51%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=17.30%
G=43.51%
B=39.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681711540.6000.100.33170.143.146.86
Hex44AB9A3C0A21aa2b2f
Octal10425323274012412525357
Binary100010010101011100110101111000101010000110101010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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