Html Css Color HEX #449E80 Gossamer

📋 copy color: '#449E80'

red 68 ◦ green 158 ◦ blue 128

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

Shades of Gossamer #449E80

Tints of Gossamer #449E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.63%

 BLUE value IS 128 (50.39% from 255) = 36.16%

R = 19.21%
G = 44.63%
B = 36.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#449E80 (or 0x449E80) is known color: Gossamer. HEX triplet: 44, 9E and 80. RGB value is (68,158,128). Sum of RGB (Red+Green+Blue) = 68+158+128=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 158 - color contains mainly: green. Hex color #449E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449E80 is #BB617F. Grayscale: #7F7F7F. Windows color (decimal): -12280192 or 8429124. OLE color: 8429124.

HSL color Cylindrical-coordinate representation of color #449E80: hue angle of 160º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449E80 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 158 128 -
CMYK 0.57 0 0.19 0.38
HSL 160º 0.4% 0.44% -
HSV(B) 160º 0.57% 0.62% -
XYZ 18.51 27.24 24.7 -
YUV 127.67 128.18 85.44 -
System Red Green Blue C M Y K H S L
Decimal 68 158 128 0.57 0 0.19 0.38 160 0.4 0.44
Hex 44 9E 80 39 0 13 26 A0 28 2C
Octal 104 236 200 71 0 23 46 240 50 54
Binary 1000100 10011110 10000000 111001 0 10011 100110 10100000 101000 101100

Color Harmonies of #449E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449E80

Black with #449E80

Text Example


Text Example

White with #449E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449E80; }

 p { color: rgb(68,158,128); }

 H1.HeaderClassName
 {
   color: #449E80;
 }
 .AnyTagClassName
 {
   color: #449E80;
 }
</style>

background-color css

<style>
 a { background-color: #449E80; }

 a { background-color: rgb(68,158,128); }

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

border-color css

<style>
 span { border-color: #449E80; }

 span { border-color: rgb(68,158,128); }

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