Html Css Color HEX #44A17D Gossamer

📋 copy color: '#44A17D'

red 68 ◦ green 161 ◦ blue 125

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

Shades of Gossamer #44A17D

Tints of Gossamer #44A17D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.48%

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 19.21%
G = 45.48%
B = 35.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#44A17D (or 0x44A17D) is known color: Gossamer. HEX triplet: 44, A1 and 7D. RGB value is (68,161,125). Sum of RGB (Red+Green+Blue) = 68+161+125=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #44A17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A17D is #BB5E82. Grayscale: #818181. Windows color (decimal): -12279427 or 8233284. OLE color: 8233284.

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

Color convert

RGB 68 161 125 -
CMYK 0.58 0 0.22 0.37
HSL 156.77º 0.41% 0.45% -
HSV(B) 156.77º 0.58% 0.63% -
XYZ 18.83 28.2 23.85 -
YUV 129.09 125.69 84.43 -
System Red Green Blue C M Y K H S L
Decimal 68 161 125 0.58 0 0.22 0.37 156.77 0.41 0.45
Hex 44 A1 7D 3A 0 16 25 9D 29 2D
Octal 104 241 175 72 0 26 45 235 51 55
Binary 1000100 10100001 1111101 111010 0 10110 100101 10011101 101001 101101

Color Harmonies of #44A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A17D

Black with #44A17D

Text Example


Text Example

White with #44A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,161,125); }

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

background-color css

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

 a { background-color: rgb(68,161,125); }

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

border-color css

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

 span { border-color: rgb(68,161,125); }

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