Html Css Color HEX #44A07C Gossamer

📋 copy color: '#44A07C'

red 68 ◦ green 160 ◦ blue 124

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

Shades of Gossamer #44A07C

Tints of Gossamer #44A07C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.45%

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 19.32%
G = 45.45%
B = 35.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#44A07C (or 0x44A07C) is known color: Gossamer. HEX triplet: 44, A0 and 7C. RGB value is (68,160,124). Sum of RGB (Red+Green+Blue) = 68+160+124=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #44A07C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A07C is #BB5F83. Grayscale: #808080. Windows color (decimal): -12279684 or 8167492. OLE color: 8167492.

HSL color Cylindrical-coordinate representation of color #44A07C: hue angle of 156.52º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44A07C is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 68 160 124 -
CMYK 0.57 0 0.22 0.37
HSL 156.52º 0.4% 0.45% -
HSV(B) 156.52º 0.58% 0.63% -
XYZ 18.59 27.83 23.46 -
YUV 128.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 68 160 124 0.57 0 0.22 0.37 156.52 0.4 0.45
Hex 44 A0 7C 39 0 16 25 9D 28 2D
Octal 104 240 174 71 0 26 45 235 50 55
Binary 1000100 10100000 1111100 111001 0 10110 100101 10011101 101000 101101

Color Harmonies of #44A07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A07C

Black with #44A07C

Text Example


Text Example

White with #44A07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,160,124); }

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

background-color css

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

 a { background-color: rgb(68,160,124); }

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

border-color css

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

 span { border-color: rgb(68,160,124); }

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