#37A38F

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

Shades of Gossamer #37A38F

Tints of Gossamer #37A38F

Color information

#37A38F (or 0x37A38F) is unknown color: approx Gossamer. HEX triplet: 37, A3 and 8F. RGB value is (55,163,143). Sum of RGB (Red+Green+Blue) = 55+163+143=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 163 - color contains mainly: green. Hex color #37A38F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A38F is #C85C70. Grayscale: #808080. Windows color (decimal): -13130865 or 9413431. OLE color: 9413431.

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

Color convert

RGB55163143-
CMYK0.6600.120.36
HSL168.89º49.54%42.75%-
HSV(B)168.89º66.26%63.92%-
XYZ19.6328.9930.55-
YUV128.43136.2275.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.24%
GREEN value IS 163 (64.06% from 255) = 45.15%
BLUE value IS 143 (56.25% from 255) = 39.61%
R=15.24%
G=45.15%
B=39.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551631430.6600.120.36168.8949.5442.75
Hex37A38F420C24a9322b
Octal67243217102014442516253
Binary110111101000111000111110000100110010010010101001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,163,143); }

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

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

 a { background-color: rgb(55,163,143); }

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

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

 span { border-color: rgb(55,163,143); }

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