Html Css Color HEX #379E8B Gossamer

📋 copy color: '#379E8B'

red 55 ◦ green 158 ◦ blue 139

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

Shades of Gossamer #379E8B

Tints of Gossamer #379E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.49%

R = 15.63%
G = 44.89%
B = 39.49%

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

#379E8B (or 0x379E8B) is known color: Gossamer. HEX triplet: 37, 9E and 8B. RGB value is (55,158,139). Sum of RGB (Red+Green+Blue) = 55+158+139=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #379E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379E8B is #C86174. Grayscale: #7D7D7D. Windows color (decimal): -13132149 or 9150007. OLE color: 9150007.

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

Color convert

RGB 55 158 139 -
CMYK 0.65 0 0.12 0.38
HSL 168.93º 0.48% 0.42% -
HSV(B) 168.93º 0.65% 0.62% -
XYZ 18.46 27.13 28.69 -
YUV 125.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 55 158 139 0.65 0 0.12 0.38 168.93 0.48 0.42
Hex 37 9E 8B 41 0 C 26 A9 30 2A
Octal 67 236 213 101 0 14 46 251 60 52
Binary 110111 10011110 10001011 1000001 0 1100 100110 10101001 110000 101010

Color Harmonies of #379E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379E8B

Black with #379E8B

Text Example


Text Example

White with #379E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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