Html Css Color HEX #379E8C Gossamer

📋 copy color: '#379E8C'

red 55 ◦ green 158 ◦ blue 140

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

Shades of Gossamer #379E8C

Tints of Gossamer #379E8C

RGB

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

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

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

R = 15.58%
G = 44.76%
B = 39.66%

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

#379E8C (or 0x379E8C) is known color: Gossamer. HEX triplet: 37, 9E and 8C. RGB value is (55,158,140). Sum of RGB (Red+Green+Blue) = 55+158+140=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 158 - color contains mainly: green. Hex color #379E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379E8C is #C86173. Grayscale: #7D7D7D. Windows color (decimal): -13132148 or 9215543. OLE color: 9215543.

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

Color convert

RGB 55 158 140 -
CMYK 0.65 0 0.11 0.38
HSL 169.51º 0.48% 0.42% -
HSV(B) 169.51º 0.65% 0.62% -
XYZ 18.54 27.16 29.08 -
YUV 125.15 136.38 77.96 -
System Red Green Blue C M Y K H S L
Decimal 55 158 140 0.65 0 0.11 0.38 169.51 0.48 0.42
Hex 37 9E 8C 41 0 B 26 AA 30 2A
Octal 67 236 214 101 0 13 46 252 60 52
Binary 110111 10011110 10001100 1000001 0 1011 100110 10101010 110000 101010

Color Harmonies of #379E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379E8C

Black with #379E8C

Text Example


Text Example

White with #379E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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