Html Css Color HEX #379F86 Gossamer

📋 copy color: '#379F86'

red 55 ◦ green 159 ◦ blue 134

#379F86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #379F86

Tints of Gossamer #379F86

RGB

 RED value IS 55 (21.88% from 255) = 15.8%

 GREEN value IS 159 (62.5% from 255) = 45.69%

 BLUE value IS 134 (52.73% from 255) = 38.51%

R = 15.8%
G = 45.69%
B = 38.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#379F86 (or 0x379F86) is known color: Gossamer. HEX triplet: 37, 9F and 86. RGB value is (55,159,134). Sum of RGB (Red+Green+Blue) = 55+159+134=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #379F86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379F86 is #C86079. Grayscale: #7D7D7D. Windows color (decimal): -13131898 or 8822583. OLE color: 8822583.

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

Color convert

RGB 55 159 134 -
CMYK 0.65 0 0.16 0.38
HSL 165.58º 0.49% 0.42% -
HSV(B) 165.58º 0.65% 0.62% -
XYZ 18.28 27.33 26.87 -
YUV 125.05 133.04 78.03 -
System Red Green Blue C M Y K H S L
Decimal 55 159 134 0.65 0 0.16 0.38 165.58 0.49 0.42
Hex 37 9F 86 41 0 10 26 A6 31 2A
Octal 67 237 206 101 0 20 46 246 61 52
Binary 110111 10011111 10000110 1000001 0 10000 100110 10100110 110001 101010

Color Harmonies of #379F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379F86

Black with #379F86

Text Example


Text Example

White with #379F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #379F86;
 }
 .AnyTagClassName
 {
   color: #379F86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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