#389B80

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

Shades of Gossamer #389B80

Tints of Gossamer #389B80

Color information

#389B80 (or 0x389B80) is unknown color: approx Gossamer. HEX triplet: 38, 9B and 80. RGB value is (56,155,128). Sum of RGB (Red+Green+Blue) = 56+155+128=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #389B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389B80 is #C7647F. Grayscale: #7A7A7A. Windows color (decimal): -13067392 or 8428344. OLE color: 8428344.

HSL color Cylindrical-coordinate representation of color #389B80: hue angle of 163.64º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389B80 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB56155128-
CMYK0.6400.170.39
HSL163.64º46.92%41.37%-
HSV(B)163.64º63.87%60.78%-
XYZ17.2525.8424.5-
YUV122.32131.280.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 155 (60.94% from 255) = 45.72%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=16.52%
G=45.72%
B=37.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561551280.6400.170.39163.6446.9241.37
Hex389B804001127a42f29
Octal70233200100021472445751
Binary1110001001101110000000100000001000110011110100100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389B80; }

 p { color: rgb(56,155,128); }

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

<style>
 a { background-color: #389B80; }

 a { background-color: rgb(56,155,128); }

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

<style>
 span { border-color: #389B80; }

 span { border-color: rgb(56,155,128); }

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