Html Css Color HEX #379D8A Gossamer

📋 copy color: '#379D8A'

red 55 ◦ green 157 ◦ blue 138

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

Shades of Gossamer #379D8A

Tints of Gossamer #379D8A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.86%

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 15.71%
G = 44.86%
B = 39.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#379D8A (or 0x379D8A) is known color: Gossamer. HEX triplet: 37, 9D and 8A. RGB value is (55,157,138). Sum of RGB (Red+Green+Blue) = 55+157+138=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #379D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379D8A is #C86275. Grayscale: #7C7C7C. Windows color (decimal): -13132406 or 9084215. OLE color: 9084215.

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

Color convert

RGB 55 157 138 -
CMYK 0.65 0 0.12 0.38
HSL 168.82º 0.48% 0.42% -
HSV(B) 168.82º 0.65% 0.62% -
XYZ 18.22 26.76 28.25 -
YUV 124.34 135.71 78.54 -
System Red Green Blue C M Y K H S L
Decimal 55 157 138 0.65 0 0.12 0.38 168.82 0.48 0.42
Hex 37 9D 8A 41 0 C 26 A9 30 2A
Octal 67 235 212 101 0 14 46 251 60 52
Binary 110111 10011101 10001010 1000001 0 1100 100110 10101001 110000 101010

Color Harmonies of #379D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D8A

Black with #379D8A

Text Example


Text Example

White with #379D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,157,138); }

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

background-color css

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

 a { background-color: rgb(55,157,138); }

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

border-color css

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

 span { border-color: rgb(55,157,138); }

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