Html Css Color HEX #44B191 Gossamer

📋 copy color: '#44B191'

red 68 ◦ green 177 ◦ blue 145

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

Shades of Gossamer #44B191

Tints of Gossamer #44B191

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.38%

 BLUE value IS 145 (57.03% from 255) = 37.18%

R = 17.44%
G = 45.38%
B = 37.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#44B191 (or 0x44B191) is known color: Gossamer. HEX triplet: 44, B1 and 91. RGB value is (68,177,145). Sum of RGB (Red+Green+Blue) = 68+177+145=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #44B191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44B191 is #BB4E6E. Grayscale: #8C8C8C. Windows color (decimal): -12275311 or 9548100. OLE color: 9548100.

HSL color Cylindrical-coordinate representation of color #44B191: hue angle of 162.39º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B191 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 177 145 -
CMYK 0.62 0 0.18 0.31
HSL 162.39º 0.44% 0.48% -
HSV(B) 162.39º 0.62% 0.69% -
XYZ 23.22 34.72 32.27 -
YUV 140.76 130.39 76.1 -
System Red Green Blue C M Y K H S L
Decimal 68 177 145 0.62 0 0.18 0.31 162.39 0.44 0.48
Hex 44 B1 91 3E 0 12 1F A2 2C 30
Octal 104 261 221 76 0 22 37 242 54 60
Binary 1000100 10110001 10010001 111110 0 10010 11111 10100010 101100 110000

Color Harmonies of #44B191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B191

Black with #44B191

Text Example


Text Example

White with #44B191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,177,145); }

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

background-color css

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

 a { background-color: rgb(68,177,145); }

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

border-color css

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

 span { border-color: rgb(68,177,145); }

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