#44AA99

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

Shades of Gossamer #44AA99

Tints of Gossamer #44AA99

Color information

#44AA99 (or 0x44AA99) is unknown color: approx Gossamer. HEX triplet: 44, AA and 99. RGB value is (68,170,153). Sum of RGB (Red+Green+Blue) = 68+170+153=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AA99 is #BB5566. Grayscale: #898989. Windows color (decimal): -12277095 or 10070596. OLE color: 10070596.

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

Color convert

RGB68170153-
CMYK0.600.10.33
HSL170º42.86%46.67%-
HSV(B)170º60%66.67%-
XYZ22.5132.2835.18-
YUV137.56136.7178.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.39%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=17.39%
G=43.48%
B=39.13%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681701530.600.10.3317042.8646.67
Hex44AA993C0A21aa2b2f
Octal10425223174012412525357
Binary100010010101010100110011111000101010000110101010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,170,153); }

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

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

 a { background-color: rgb(68,170,153); }

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

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

 span { border-color: rgb(68,170,153); }

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