#439B8E

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

Shades of Gossamer #439B8E

Tints of Gossamer #439B8E

Color information

#439B8E (or 0x439B8E) is unknown color: approx Gossamer. HEX triplet: 43, 9B and 8E. RGB value is (67,155,142). Sum of RGB (Red+Green+Blue) = 67+155+142=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #439B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439B8E is #BC6471. Grayscale: #7F7F7F. Windows color (decimal): -12346482 or 9345859. OLE color: 9345859.

HSL color Cylindrical-coordinate representation of color #439B8E: hue angle of 171.14º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #439B8E is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB67155142-
CMYK0.5700.080.39
HSL171.14º39.64%43.53%-
HSV(B)171.14º56.77%60.78%-
XYZ18.9226.5929.73-
YUV127.21136.3585.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.41%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=18.41%
G=42.58%
B=39.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal671551420.5700.080.39171.1439.6443.53
Hex439B8E390827ab282c
Octal10323321671010472535054
Binary100001110011011100011101110010100010011110101011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,155,142); }

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

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

 a { background-color: rgb(67,155,142); }

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

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

 span { border-color: rgb(67,155,142); }

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