#439E85

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

Shades of Gossamer #439E85

Tints of Gossamer #439E85

Color information

#439E85 (or 0x439E85) is unknown color: approx Gossamer. HEX triplet: 43, 9E and 85. RGB value is (67,158,133). Sum of RGB (Red+Green+Blue) = 67+158+133=358 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.72% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #439E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439E85 is #BC617A. Grayscale: #7F7F7F. Windows color (decimal): -12345723 or 8756803. OLE color: 8756803.

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

Color convert

RGB67158133-
CMYK0.5800.160.38
HSL163.52º40.44%44.12%-
HSV(B)163.52º57.59%61.96%-
XYZ18.7827.3426.48-
YUV127.94130.8584.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.72%
GREEN value IS 158 (62.11% from 255) = 44.13%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=18.72%
G=44.13%
B=37.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal671581330.5800.160.38163.5240.4444.12
Hex439E853A01026a4282c
Octal10323620572020462445054
Binary1000011100111101000010111101001000010011010100100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439E85; }

 p { color: rgb(67,158,133); }

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

<style>
 a { background-color: #439E85; }

 a { background-color: rgb(67,158,133); }

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

<style>
 span { border-color: #439E85; }

 span { border-color: rgb(67,158,133); }

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