Html Css Color HEX #37A085 Gossamer

📋 copy color: '#37A085'

red 55 ◦ green 160 ◦ blue 133

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

Shades of Gossamer #37A085

Tints of Gossamer #37A085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 15.8%
G = 45.98%
B = 38.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#37A085 (or 0x37A085) is known color: Gossamer. HEX triplet: 37, A0 and 85. RGB value is (55,160,133). Sum of RGB (Red+Green+Blue) = 55+160+133=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 160 - color contains mainly: green. Hex color #37A085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A085 is #C85F7A. Grayscale: #7D7D7D. Windows color (decimal): -13131643 or 8757303. OLE color: 8757303.

HSL color Cylindrical-coordinate representation of color #37A085: hue angle of 164.57º 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 #37A085 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 160 133 -
CMYK 0.66 0 0.17 0.37
HSL 164.57º 0.49% 0.42% -
HSV(B) 164.57º 0.66% 0.63% -
XYZ 18.38 27.65 26.56 -
YUV 125.53 132.21 77.7 -
System Red Green Blue C M Y K H S L
Decimal 55 160 133 0.66 0 0.17 0.37 164.57 0.49 0.42
Hex 37 A0 85 42 0 11 25 A5 31 2A
Octal 67 240 205 102 0 21 45 245 61 52
Binary 110111 10100000 10000101 1000010 0 10001 100101 10100101 110001 101010

Color Harmonies of #37A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37A085

Black with #37A085

Text Example


Text Example

White with #37A085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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