Html Css Color HEX #379980 Gossamer

📋 copy color: '#379980'

red 55 ◦ green 153 ◦ blue 128

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

Shades of Gossamer #379980

Tints of Gossamer #379980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.54%

 BLUE value IS 128 (50.39% from 255) = 38.1%

R = 16.37%
G = 45.54%
B = 38.1%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#379980 (or 0x379980) is known color: Gossamer. HEX triplet: 37, 99 and 80. RGB value is (55,153,128). Sum of RGB (Red+Green+Blue) = 55+153+128=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #379980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379980 is #C8667F. Grayscale: #787878. Windows color (decimal): -13133440 or 8427831. OLE color: 8427831.

HSL color Cylindrical-coordinate representation of color #379980: hue angle of 164.69º 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 #379980 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 153 128 -
CMYK 0.64 0 0.16 0.4
HSL 164.69º 0.47% 0.41% -
HSV(B) 164.69º 0.64% 0.6% -
XYZ 16.86 25.15 24.39 -
YUV 120.85 132.03 81.03 -
System Red Green Blue C M Y K H S L
Decimal 55 153 128 0.64 0 0.16 0.4 164.69 0.47 0.41
Hex 37 99 80 40 0 10 28 A5 2F 29
Octal 67 231 200 100 0 20 50 245 57 51
Binary 110111 10011001 10000000 1000000 0 10000 101000 10100101 101111 101001

Color Harmonies of #379980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379980

Black with #379980

Text Example


Text Example

White with #379980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379980; }

 p { color: rgb(55,153,128); }

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

background-color css

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

 a { background-color: rgb(55,153,128); }

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

border-color css

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

 span { border-color: rgb(55,153,128); }

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