#439E8D

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

Shades of Gossamer #439E8D

Tints of Gossamer #439E8D

Color information

#439E8D (or 0x439E8D) is unknown color: approx Gossamer. HEX triplet: 43, 9E and 8D. RGB value is (67,158,141). Sum of RGB (Red+Green+Blue) = 67+158+141=366 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.31% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #439E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439E8D is #BC6172. Grayscale: #808080. Windows color (decimal): -12345715 or 9281091. OLE color: 9281091.

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

Color convert

RGB67158141-
CMYK0.5800.110.38
HSL168.79º40.44%44.12%-
HSV(B)168.79º57.59%61.96%-
XYZ19.3527.5729.5-
YUV128.85134.8583.88-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.31%
GREEN value IS 158 (62.11% from 255) = 43.17%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=18.31%
G=43.17%
B=38.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal671581410.5800.110.38168.7940.4444.12
Hex439E8D3A0B26a9282c
Octal10323621572013462515054
Binary100001110011110100011011110100101110011010101001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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