#44A282

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

Shades of Gossamer #44A282

Tints of Gossamer #44A282

Color information

#44A282 (or 0x44A282) is unknown color: approx Gossamer. HEX triplet: 44, A2 and 82. RGB value is (68,162,130). Sum of RGB (Red+Green+Blue) = 68+162+130=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #44A282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A282 is #BB5D7D. Grayscale: #828282. Windows color (decimal): -12279166 or 8561220. OLE color: 8561220.

HSL color Cylindrical-coordinate representation of color #44A282: hue angle of 159.57º 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 #44A282 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB68162130-
CMYK0.5800.200.36
HSL159.57º40.87%45.1%-
HSV(B)159.57º58.02%63.53%-
XYZ19.3328.6825.64-
YUV130.25127.8683.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.89%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=18.89%
G=45%
B=36.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681621300.5800.200.36159.5740.8745.1
Hex44A2823A01424a0292d
Octal10424220272024442405155
Binary1000100101000101000001011101001010010010010100000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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