#44A993

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

Shades of Gossamer #44A993

Tints of Gossamer #44A993

Color information

#44A993 (or 0x44A993) is unknown color: approx Gossamer. HEX triplet: 44, A9 and 93. RGB value is (68,169,147). Sum of RGB (Red+Green+Blue) = 68+169+147=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 169 - color contains mainly: green. Hex color #44A993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A993 is #BB566C. Grayscale: #888888. Windows color (decimal): -12277357 or 9677124. OLE color: 9677124.

HSL color Cylindrical-coordinate representation of color #44A993: hue angle of 166.93º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44A993 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB68169147-
CMYK0.6000.130.34
HSL166.93º42.62%46.47%-
HSV(B)166.93º59.76%66.27%-
XYZ21.8431.7132.57-
YUV136.29134.0479.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.71%
GREEN value IS 169 (66.41% from 255) = 44.01%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=17.71%
G=44.01%
B=38.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal681691470.6000.130.34166.9342.6246.47
Hex44A9933C0D22a72b2e
Octal10425122374015422475356
Binary100010010101001100100111111000110110001010100111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,169,147); }

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

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

 a { background-color: rgb(68,169,147); }

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

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

 span { border-color: rgb(68,169,147); }

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