#44A288

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

Shades of Gossamer #44A288

Tints of Gossamer #44A288

Color information

#44A288 (or 0x44A288) is unknown color: approx Gossamer. HEX triplet: 44, A2 and 88. RGB value is (68,162,136). Sum of RGB (Red+Green+Blue) = 68+162+136=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #44A288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A288 is #BB5D77. Grayscale: #828282. Windows color (decimal): -12279160 or 8954436. OLE color: 8954436.

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

Color convert

RGB68162136-
CMYK0.5800.160.36
HSL163.4º40.87%45.1%-
HSV(B)163.4º58.02%63.53%-
XYZ19.7528.8527.82-
YUV130.93130.8683.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.58%
GREEN value IS 162 (63.67% from 255) = 44.26%
BLUE value IS 136 (53.52% from 255) = 37.16%
R=18.58%
G=44.26%
B=37.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681621360.5800.160.36163.440.8745.1
Hex44A2883A01024a3292d
Octal10424221072020442435155
Binary1000100101000101000100011101001000010010010100011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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