#449E7A

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

Shades of Gossamer #449E7A

Tints of Gossamer #449E7A

Color information

#449E7A (or 0x449E7A) is unknown color: approx Gossamer. HEX triplet: 44, 9E and 7A. RGB value is (68,158,122). Sum of RGB (Red+Green+Blue) = 68+158+122=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 158 - color contains mainly: green. Hex color #449E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E7A is #BB6185. Grayscale: #7F7F7F. Windows color (decimal): -12280198 or 8035908. OLE color: 8035908.

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

Color convert

RGB68158122-
CMYK0.5700.230.38
HSL156º39.82%44.31%-
HSV(B)156º56.96%61.96%-
XYZ18.1227.0922.69-
YUV126.99125.1885.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.54%
GREEN value IS 158 (62.11% from 255) = 45.40%
BLUE value IS 122 (48.05% from 255) = 35.06%
R=19.54%
G=45.40%
B=35.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681581220.5700.230.3815639.8244.31
Hex449E7A39017269c282c
Octal10423617271027462345054
Binary100010010011110111101011100101011110011010011100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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