Html Css Color HEX #379686 Gossamer

📋 copy color: '#379686'

red 55 ◦ green 150 ◦ blue 134

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

Shades of Gossamer #379686

Tints of Gossamer #379686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.25%

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

R = 16.22%
G = 44.25%
B = 39.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#379686 (or 0x379686) is known color: Gossamer. HEX triplet: 37, 96 and 86. RGB value is (55,150,134). Sum of RGB (Red+Green+Blue) = 55+150+134=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #379686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379686 is #C86979. Grayscale: #777777. Windows color (decimal): -13134202 or 8820279. OLE color: 8820279.

HSL color Cylindrical-coordinate representation of color #379686: hue angle of 169.89º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379686 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 150 134 -
CMYK 0.63 0 0.11 0.41
HSL 169.89º 0.46% 0.4% -
HSV(B) 169.89º 0.63% 0.59% -
XYZ 16.78 24.35 26.37 -
YUV 119.77 136.03 81.8 -
System Red Green Blue C M Y K H S L
Decimal 55 150 134 0.63 0 0.11 0.41 169.89 0.46 0.4
Hex 37 96 86 3F 0 B 29 AA 2E 28
Octal 67 226 206 77 0 13 51 252 56 50
Binary 110111 10010110 10000110 111111 0 1011 101001 10101010 101110 101000

Color Harmonies of #379686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379686

Black with #379686

Text Example


Text Example

White with #379686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379686; }

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

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

background-color css

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

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

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

border-color css

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

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

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