Html Css Color HEX #37A494 Gossamer

📋 copy color: '#37A494'

red 55 ◦ green 164 ◦ blue 148

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

Shades of Gossamer #37A494

Tints of Gossamer #37A494

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.69%

 BLUE value IS 148 (58.2% from 255) = 40.33%

R = 14.99%
G = 44.69%
B = 40.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#37A494 (or 0x37A494) is known color: Gossamer. HEX triplet: 37, A4 and 94. RGB value is (55,164,148). Sum of RGB (Red+Green+Blue) = 55+164+148=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #37A494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A494 is #C85B6B. Grayscale: #818181. Windows color (decimal): -13130604 or 9741367. OLE color: 9741367.

HSL color Cylindrical-coordinate representation of color #37A494: hue angle of 171.19º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A494 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 55 164 148 -
CMYK 0.66 0 0.10 0.36
HSL 171.19º 0.5% 0.43% -
HSV(B) 171.19º 0.66% 0.64% -
XYZ 20.2 29.5 32.65 -
YUV 129.59 138.39 74.8 -
System Red Green Blue C M Y K H S L
Decimal 55 164 148 0.66 0 0.10 0.36 171.19 0.5 0.43
Hex 37 A4 94 42 0 A 24 AB 32 2B
Octal 67 244 224 102 0 12 44 253 62 53
Binary 110111 10100100 10010100 1000010 0 1010 100100 10101011 110010 101011

Color Harmonies of #37A494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37A494

Black with #37A494

Text Example


Text Example

White with #37A494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,164,148); }

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

background-color css

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

 a { background-color: rgb(55,164,148); }

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

border-color css

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

 span { border-color: rgb(55,164,148); }

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