#37A696

Color #37A696 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #37A696

Tints of Gossamer #37A696

Color information

#37A696 (or 0x37A696) is unknown color: approx Gossamer. HEX triplet: 37, A6 and 96. RGB value is (55,166,150). Sum of RGB (Red+Green+Blue) = 55+166+150=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #37A696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A696 is #C85969. Grayscale: #828282. Windows color (decimal): -13130090 or 9872951. OLE color: 9872951.

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

Color convert

RGB55166150-
CMYK0.6700.100.35
HSL171.35º50.23%43.33%-
HSV(B)171.35º66.87%65.1%-
XYZ20.7230.2933.61-
YUV130.99138.7373.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.82%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=14.82%
G=44.74%
B=40.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal551661500.6700.100.35171.3550.2343.33
Hex37A696430A23ab322b
Octal67246226103012432536253
Binary110111101001101001011010000110101010001110101011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37A696;
 }
 .AnyTagClassName
 {
   color: #37A696;
 }
</style>
background-color css

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

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

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

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

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

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