Html Css Color HEX #379E84 Gossamer

📋 copy color: '#379E84'

red 55 ◦ green 158 ◦ blue 132

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

Shades of Gossamer #379E84

Tints of Gossamer #379E84

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.8%

 BLUE value IS 132 (51.95% from 255) = 38.26%

R = 15.94%
G = 45.8%
B = 38.26%

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

#379E84 (or 0x379E84) is known color: Gossamer. HEX triplet: 37, 9E and 84. RGB value is (55,158,132). Sum of RGB (Red+Green+Blue) = 55+158+132=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #379E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379E84 is #C8617B. Grayscale: #7C7C7C. Windows color (decimal): -13132156 or 8691255. OLE color: 8691255.

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

Color convert

RGB 55 158 132 -
CMYK 0.65 0 0.16 0.38
HSL 164.85º 0.48% 0.42% -
HSV(B) 164.85º 0.65% 0.62% -
XYZ 17.97 26.93 26.08 -
YUV 124.24 132.38 78.61 -
System Red Green Blue C M Y K H S L
Decimal 55 158 132 0.65 0 0.16 0.38 164.85 0.48 0.42
Hex 37 9E 84 41 0 10 26 A5 30 2A
Octal 67 236 204 101 0 20 46 245 60 52
Binary 110111 10011110 10000100 1000001 0 10000 100110 10100101 110000 101010

Color Harmonies of #379E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379E84

Black with #379E84

Text Example


Text Example

White with #379E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,158,132); }

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

background-color css

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

 a { background-color: rgb(55,158,132); }

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

border-color css

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

 span { border-color: rgb(55,158,132); }

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