Html Css Color HEX #379D8C Gossamer

📋 copy color: '#379D8C'

red 55 ◦ green 157 ◦ blue 140

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

Shades of Gossamer #379D8C

Tints of Gossamer #379D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.77%

R = 15.63%
G = 44.6%
B = 39.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#379D8C (or 0x379D8C) is known color: Gossamer. HEX triplet: 37, 9D and 8C. RGB value is (55,157,140). Sum of RGB (Red+Green+Blue) = 55+157+140=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #379D8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379D8C is #C86273. Grayscale: #7C7C7C. Windows color (decimal): -13132404 or 9215287. OLE color: 9215287.

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

Color convert

RGB 55 157 140 -
CMYK 0.65 0 0.11 0.38
HSL 170º 0.48% 0.42% -
HSV(B) 170º 0.65% 0.62% -
XYZ 18.37 26.82 29.02 -
YUV 124.56 136.71 78.38 -
System Red Green Blue C M Y K H S L
Decimal 55 157 140 0.65 0 0.11 0.38 170 0.48 0.42
Hex 37 9D 8C 41 0 B 26 AA 30 2A
Octal 67 235 214 101 0 13 46 252 60 52
Binary 110111 10011101 10001100 1000001 0 1011 100110 10101010 110000 101010

Color Harmonies of #379D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D8C

Black with #379D8C

Text Example


Text Example

White with #379D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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