Html Css Color HEX #379E8A Gossamer

📋 copy color: '#379E8A'

red 55 ◦ green 158 ◦ blue 138

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

Shades of Gossamer #379E8A

Tints of Gossamer #379E8A

RGB

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

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

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

R = 15.67%
G = 45.01%
B = 39.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#379E8A (or 0x379E8A) is known color: Gossamer. HEX triplet: 37, 9E and 8A. RGB value is (55,158,138). Sum of RGB (Red+Green+Blue) = 55+158+138=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 158 - color contains mainly: green. Hex color #379E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379E8A is #C86175. Grayscale: #7C7C7C. Windows color (decimal): -13132150 or 9084471. OLE color: 9084471.

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

Color convert

RGB 55 158 138 -
CMYK 0.65 0 0.13 0.38
HSL 168.35º 0.48% 0.42% -
HSV(B) 168.35º 0.65% 0.62% -
XYZ 18.39 27.1 28.31 -
YUV 124.92 135.38 78.13 -
System Red Green Blue C M Y K H S L
Decimal 55 158 138 0.65 0 0.13 0.38 168.35 0.48 0.42
Hex 37 9E 8A 41 0 D 26 A8 30 2A
Octal 67 236 212 101 0 15 46 250 60 52
Binary 110111 10011110 10001010 1000001 0 1101 100110 10101000 110000 101010

Color Harmonies of #379E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379E8A

Black with #379E8A

Text Example


Text Example

White with #379E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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