Html Css Color HEX #44A48C Gossamer

📋 copy color: '#44A48C'

red 68 ◦ green 164 ◦ blue 140

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

Shades of Gossamer #44A48C

Tints of Gossamer #44A48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.63%

R = 18.28%
G = 44.09%
B = 37.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#44A48C (or 0x44A48C) is known color: Gossamer. HEX triplet: 44, A4 and 8C. RGB value is (68,164,140). Sum of RGB (Red+Green+Blue) = 68+164+140=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #44A48C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A48C is #BB5B73. Grayscale: #848484. Windows color (decimal): -12278644 or 9217092. OLE color: 9217092.

HSL color Cylindrical-coordinate representation of color #44A48C: hue angle of 165º 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 #44A48C is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 164 140 -
CMYK 0.59 0 0.15 0.36
HSL 165º 0.41% 0.45% -
HSV(B) 165º 0.59% 0.64% -
XYZ 20.39 29.67 29.46 -
YUV 132.56 132.2 81.95 -
System Red Green Blue C M Y K H S L
Decimal 68 164 140 0.59 0 0.15 0.36 165 0.41 0.45
Hex 44 A4 8C 3B 0 F 24 A5 29 2D
Octal 104 244 214 73 0 17 44 245 51 55
Binary 1000100 10100100 10001100 111011 0 1111 100100 10100101 101001 101101

Color Harmonies of #44A48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A48C

Black with #44A48C

Text Example


Text Example

White with #44A48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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