Html Css Color HEX #379688 Gossamer

📋 copy color: '#379688'

red 55 ◦ green 150 ◦ blue 136

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

Shades of Gossamer #379688

Tints of Gossamer #379688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.99%

 BLUE value IS 136 (53.52% from 255) = 39.88%

R = 16.13%
G = 43.99%
B = 39.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#379688 (or 0x379688) is known color: Gossamer. HEX triplet: 37, 96 and 88. RGB value is (55,150,136). Sum of RGB (Red+Green+Blue) = 55+150+136=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #379688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379688 is #C86977. Grayscale: #777777. Windows color (decimal): -13134200 or 8951351. OLE color: 8951351.

HSL color Cylindrical-coordinate representation of color #379688: hue angle of 171.16º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379688 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 150 136 -
CMYK 0.63 0 0.09 0.41
HSL 171.16º 0.46% 0.4% -
HSV(B) 171.16º 0.63% 0.59% -
XYZ 16.93 24.4 27.11 -
YUV 120 137.03 81.64 -
System Red Green Blue C M Y K H S L
Decimal 55 150 136 0.63 0 0.09 0.41 171.16 0.46 0.4
Hex 37 96 88 3F 0 9 29 AB 2E 28
Octal 67 226 210 77 0 11 51 253 56 50
Binary 110111 10010110 10001000 111111 0 1001 101001 10101011 101110 101000

Color Harmonies of #379688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379688

Black with #379688

Text Example


Text Example

White with #379688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379688; }

 p { color: rgb(55,150,136); }

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

background-color css

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

 a { background-color: rgb(55,150,136); }

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

border-color css

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

 span { border-color: rgb(55,150,136); }

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