#379F8B

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

Shades of Gossamer #379F8B

Tints of Gossamer #379F8B

Color information

#379F8B (or 0x379F8B) is unknown color: approx Gossamer. HEX triplet: 37, 9F and 8B. RGB value is (55,159,139). Sum of RGB (Red+Green+Blue) = 55+159+139=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 159 - color contains mainly: green. Hex color #379F8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379F8B is #C86074. Grayscale: #7D7D7D. Windows color (decimal): -13131893 or 9150263. OLE color: 9150263.

HSL color Cylindrical-coordinate representation of color #379F8B: hue angle of 168.46º 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 #379F8B is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB55159139-
CMYK0.6500.130.38
HSL168.46º48.6%41.96%-
HSV(B)168.46º65.41%62.35%-
XYZ18.6327.4728.75-
YUV125.62135.5477.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.58%
GREEN value IS 159 (62.5% from 255) = 45.04%
BLUE value IS 139 (54.69% from 255) = 39.38%
R=15.58%
G=45.04%
B=39.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551591390.6500.130.38168.4648.641.96
Hex379F8B410D26a8312a
Octal67237213101015462506152
Binary110111100111111000101110000010110110011010101000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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