#379A7E

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

Shades of Gossamer #379A7E

Tints of Gossamer #379A7E

Color information

#379A7E (or 0x379A7E) is unknown color: approx Gossamer. HEX triplet: 37, 9A and 7E. RGB value is (55,154,126). Sum of RGB (Red+Green+Blue) = 55+154+126=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #379A7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379A7E is #C86581. Grayscale: #797979. Windows color (decimal): -13133186 or 8297015. OLE color: 8297015.

HSL color Cylindrical-coordinate representation of color #379A7E: hue angle of 163.03º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379A7E is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB55154126-
CMYK0.6400.180.40
HSL163.03º47.37%40.98%-
HSV(B)163.03º64.29%60.39%-
XYZ16.925.4323.76-
YUV121.21130.780.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.42%
GREEN value IS 154 (60.55% from 255) = 45.97%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=16.42%
G=45.97%
B=37.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551541260.6400.180.40163.0347.3740.98
Hex379A7E4001228a32f29
Octal67232176100022502435751
Binary110111100110101111110100000001001010100010100011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,154,126); }

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

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

 a { background-color: rgb(55,154,126); }

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

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

 span { border-color: rgb(55,154,126); }

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