Html Css Color HEX #44AB94 Gossamer

📋 copy color: '#44AB94'

red 68 ◦ green 171 ◦ blue 148

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

Shades of Gossamer #44AB94

Tints of Gossamer #44AB94

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.19%

 BLUE value IS 148 (58.2% from 255) = 38.24%

R = 17.57%
G = 44.19%
B = 38.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#44AB94 (or 0x44AB94) is known color: Gossamer. HEX triplet: 44, AB and 94. RGB value is (68,171,148). Sum of RGB (Red+Green+Blue) = 68+171+148=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AB94 is #BB546B. Grayscale: #898989. Windows color (decimal): -12276844 or 9743172. OLE color: 9743172.

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

Color convert

RGB 68 171 148 -
CMYK 0.60 0 0.13 0.33
HSL 166.6º 0.43% 0.47% -
HSV(B) 166.6º 0.6% 0.67% -
XYZ 22.29 32.49 33.11 -
YUV 137.58 133.88 78.37 -
System Red Green Blue C M Y K H S L
Decimal 68 171 148 0.60 0 0.13 0.33 166.6 0.43 0.47
Hex 44 AB 94 3C 0 D 21 A7 2B 2F
Octal 104 253 224 74 0 15 41 247 53 57
Binary 1000100 10101011 10010100 111100 0 1101 100001 10100111 101011 101111

Color Harmonies of #44AB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AB94

Black with #44AB94

Text Example


Text Example

White with #44AB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,171,148); }

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

background-color css

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

 a { background-color: rgb(68,171,148); }

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

border-color css

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

 span { border-color: rgb(68,171,148); }

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