Html Css Color HEX #379D93 Gossamer

📋 copy color: '#379D93'

red 55 ◦ green 157 ◦ blue 147

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

Shades of Gossamer #379D93

Tints of Gossamer #379D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.95%

R = 15.32%
G = 43.73%
B = 40.95%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#379D93 (or 0x379D93) is known color: Gossamer. HEX triplet: 37, 9D and 93. RGB value is (55,157,147). Sum of RGB (Red+Green+Blue) = 55+157+147=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #379D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379D93 is #C8626C. Grayscale: #7D7D7D. Windows color (decimal): -13132397 or 9674039. OLE color: 9674039.

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

Color convert

RGB 55 157 147 -
CMYK 0.65 0 0.06 0.38
HSL 174.12º 0.48% 0.42% -
HSV(B) 174.12º 0.65% 0.62% -
XYZ 18.9 27.03 31.83 -
YUV 125.36 140.21 77.81 -
System Red Green Blue C M Y K H S L
Decimal 55 157 147 0.65 0 0.06 0.38 174.12 0.48 0.42
Hex 37 9D 93 41 0 6 26 AE 30 2A
Octal 67 235 223 101 0 6 46 256 60 52
Binary 110111 10011101 10010011 1000001 0 110 100110 10101110 110000 101010

Color Harmonies of #379D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D93

Black with #379D93

Text Example


Text Example

White with #379D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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