Html Css Color HEX #44A491 Gossamer

📋 copy color: '#44A491'

red 68 ◦ green 164 ◦ blue 145

#44A491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #44A491

Tints of Gossamer #44A491

RGB

 RED value IS 68 (26.95% from 255) = 18.04%

 GREEN value IS 164 (64.45% from 255) = 43.5%

 BLUE value IS 145 (57.03% from 255) = 38.46%

R = 18.04%
G = 43.5%
B = 38.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#44A491 (or 0x44A491) is known color: Gossamer. HEX triplet: 44, A4 and 91. RGB value is (68,164,145). Sum of RGB (Red+Green+Blue) = 68+164+145=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 164 - color contains mainly: green. Hex color #44A491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A491 is #BB5B6E. Grayscale: #858585. Windows color (decimal): -12278639 or 9544772. OLE color: 9544772.

HSL color Cylindrical-coordinate representation of color #44A491: hue angle of 168.12º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A491 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 164 145 -
CMYK 0.59 0 0.12 0.36
HSL 168.13º 0.41% 0.45% -
HSV(B) 168.13º 0.59% 0.64% -
XYZ 20.77 29.82 31.45 -
YUV 133.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 68 164 145 0.59 0 0.12 0.36 168.13 0.41 0.45
Hex 44 A4 91 3B 0 C 24 A8 29 2D
Octal 104 244 221 73 0 14 44 250 51 55
Binary 1000100 10100100 10010001 111011 0 1100 100100 10101000 101001 101101

Color Harmonies of #44A491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A491

Black with #44A491

Text Example


Text Example

White with #44A491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,164,145); }

 H1.HeaderClassName
 {
   color: #44A491;
 }
 .AnyTagClassName
 {
   color: #44A491;
 }
</style>

background-color css

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

 a { background-color: rgb(68,164,145); }

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

border-color css

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

 span { border-color: rgb(68,164,145); }

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