#439E8B

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

Shades of Gossamer #439E8B

Tints of Gossamer #439E8B

Color information

#439E8B (or 0x439E8B) is unknown color: approx Gossamer. HEX triplet: 43, 9E and 8B. RGB value is (67,158,139). Sum of RGB (Red+Green+Blue) = 67+158+139=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #439E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439E8B is #BC6174. Grayscale: #808080. Windows color (decimal): -12345717 or 9150019. OLE color: 9150019.

HSL color Cylindrical-coordinate representation of color #439E8B: hue angle of 167.47º 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 #439E8B is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB67158139-
CMYK0.5800.120.38
HSL167.47º40.44%44.12%-
HSV(B)167.47º57.59%61.96%-
XYZ19.227.5128.72-
YUV128.62133.8584.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.41%
GREEN value IS 158 (62.11% from 255) = 43.41%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=18.41%
G=43.41%
B=38.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal671581390.5800.120.38167.4740.4444.12
Hex439E8B3A0C26a7282c
Octal10323621372014462475054
Binary100001110011110100010111110100110010011010100111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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