#44AF88

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

Shades of Gossamer #44AF88

Tints of Gossamer #44AF88

Color information

#44AF88 (or 0x44AF88) is unknown color: approx Gossamer. HEX triplet: 44, AF and 88. RGB value is (68,175,136). Sum of RGB (Red+Green+Blue) = 68+175+136=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AF88 is #BB5077. Grayscale: #8A8A8A. Windows color (decimal): -12275832 or 8957764. OLE color: 8957764.

HSL color Cylindrical-coordinate representation of color #44AF88: hue angle of 158.13º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AF88 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB68175136-
CMYK0.6100.220.31
HSL158.13º44.03%47.65%-
HSV(B)158.13º61.14%68.63%-
XYZ22.1633.6728.62-
YUV138.56126.5577.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.94%
GREEN value IS 175 (68.75% from 255) = 46.17%
BLUE value IS 136 (53.52% from 255) = 35.88%
R=17.94%
G=46.17%
B=35.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681751360.6100.220.31158.1344.0347.65
Hex44AF883D0161F9e2c30
Octal10425721075026372365460
Binary100010010101111100010001111010101101111110011110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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