Html Css Color HEX #44B48A Gossamer

📋 copy color: '#44B48A'

red 68 ◦ green 180 ◦ blue 138

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

Shades of Gossamer #44B48A

Tints of Gossamer #44B48A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.63%

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 17.62%
G = 46.63%
B = 35.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#44B48A (or 0x44B48A) is known color: Gossamer. HEX triplet: 44, B4 and 8A. RGB value is (68,180,138). Sum of RGB (Red+Green+Blue) = 68+180+138=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #44B48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44B48A is #BB4B75. Grayscale: #8D8D8D. Windows color (decimal): -12274550 or 9090116. OLE color: 9090116.

HSL color Cylindrical-coordinate representation of color #44B48A: hue angle of 157.5º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B48A is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 68 180 138 -
CMYK 0.62 0 0.23 0.29
HSL 157.5º 0.45% 0.49% -
HSV(B) 157.5º 0.62% 0.71% -
XYZ 23.29 35.71 29.71 -
YUV 141.72 125.89 75.42 -
System Red Green Blue C M Y K H S L
Decimal 68 180 138 0.62 0 0.23 0.29 157.5 0.45 0.49
Hex 44 B4 8A 3E 0 17 1D 9E 2D 31
Octal 104 264 212 76 0 27 35 236 55 61
Binary 1000100 10110100 10001010 111110 0 10111 11101 10011110 101101 110001

Color Harmonies of #44B48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B48A

Black with #44B48A

Text Example


Text Example

White with #44B48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,180,138); }

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

background-color css

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

 a { background-color: rgb(68,180,138); }

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

border-color css

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

 span { border-color: rgb(68,180,138); }

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