Html Css Color HEX #37A095 Gossamer

📋 copy color: '#37A095'

red 55 ◦ green 160 ◦ blue 149

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

Shades of Gossamer #37A095

Tints of Gossamer #37A095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.96%

 BLUE value IS 149 (58.59% from 255) = 40.93%

R = 15.11%
G = 43.96%
B = 40.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#37A095 (or 0x37A095) is known color: Gossamer. HEX triplet: 37, A0 and 95. RGB value is (55,160,149). Sum of RGB (Red+Green+Blue) = 55+160+149=364 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.11% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #37A095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A095 is #C85F6A. Grayscale: #7F7F7F. Windows color (decimal): -13131627 or 9805879. OLE color: 9805879.

HSL color Cylindrical-coordinate representation of color #37A095: hue angle of 173.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A095 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 160 149 -
CMYK 0.66 0 0.07 0.37
HSL 173.71º 0.49% 0.42% -
HSV(B) 173.71º 0.66% 0.63% -
XYZ 19.57 28.12 32.83 -
YUV 127.35 140.21 76.39 -
System Red Green Blue C M Y K H S L
Decimal 55 160 149 0.66 0 0.07 0.37 173.71 0.49 0.42
Hex 37 A0 95 42 0 7 25 AE 31 2A
Octal 67 240 225 102 0 7 45 256 61 52
Binary 110111 10100000 10010101 1000010 0 111 100101 10101110 110001 101010

Color Harmonies of #37A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37A095

Black with #37A095

Text Example


Text Example

White with #37A095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37A095; }

 p { color: rgb(55,160,149); }

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

background-color css

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

 a { background-color: rgb(55,160,149); }

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

border-color css

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

 span { border-color: rgb(55,160,149); }

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