#379F8C

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

Shades of Gossamer #379F8C

Tints of Gossamer #379F8C

Color information

#379F8C (or 0x379F8C) is unknown color: approx Gossamer. HEX triplet: 37, 9F and 8C. RGB value is (55,159,140). Sum of RGB (Red+Green+Blue) = 55+159+140=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 159 - color contains mainly: green. Hex color #379F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379F8C is #C86073. Grayscale: #7D7D7D. Windows color (decimal): -13131892 or 9215799. OLE color: 9215799.

HSL color Cylindrical-coordinate representation of color #379F8C: hue angle of 169.04º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379F8C is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB55159140-
CMYK0.6500.120.38
HSL169.04º48.6%41.96%-
HSV(B)169.04º65.41%62.35%-
XYZ18.7127.529.13-
YUV125.74136.0477.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.54%
GREEN value IS 159 (62.5% from 255) = 44.92%
BLUE value IS 140 (55.08% from 255) = 39.55%
R=15.54%
G=44.92%
B=39.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551591400.6500.120.38169.0448.641.96
Hex379F8C410C26a9312a
Octal67237214101014462516152
Binary110111100111111000110010000010110010011010101001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379F8C; }

 p { color: rgb(55,159,140); }

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

<style>
 a { background-color: #379F8C; }

 a { background-color: rgb(55,159,140); }

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

<style>
 span { border-color: #379F8C; }

 span { border-color: rgb(55,159,140); }

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