#449D7E

Color #449D7E Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #449D7E

Tints of Gossamer #449D7E

Color information

#449D7E (or 0x449D7E) is unknown color: approx Gossamer. HEX triplet: 44, 9D and 7E. RGB value is (68,157,126). Sum of RGB (Red+Green+Blue) = 68+157+126=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #449D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449D7E is #BB6281. Grayscale: #7E7E7E. Windows color (decimal): -12280450 or 8297796. OLE color: 8297796.

HSL color Cylindrical-coordinate representation of color #449D7E: hue angle of 159.1º 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 #449D7E is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB68157126-
CMYK0.5700.200.38
HSL159.1º39.56%44.12%-
HSV(B)159.1º56.69%61.57%-
XYZ18.2126.8523.96-
YUV126.85127.5186.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.37%
GREEN value IS 157 (61.72% from 255) = 44.73%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=19.37%
G=44.73%
B=35.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681571260.5700.200.38159.139.5644.12
Hex449D7E39014269f282c
Octal10423517671024462375054
Binary100010010011101111111011100101010010011010011111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,157,126); }

 H1.HeaderClassName
 {
   color: #449D7E;
 }
 .AnyTagClassName
 {
   color: #449D7E;
 }
</style>
background-color css

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

 a { background-color: rgb(68,157,126); }

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

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

 span { border-color: rgb(68,157,126); }

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