#37A38D

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

Shades of Gossamer #37A38D

Tints of Gossamer #37A38D

Color information

#37A38D (or 0x37A38D) is unknown color: approx Gossamer. HEX triplet: 37, A3 and 8D. RGB value is (55,163,141). Sum of RGB (Red+Green+Blue) = 55+163+141=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 163 - color contains mainly: green. Hex color #37A38D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A38D is #C85C72. Grayscale: #808080. Windows color (decimal): -13130867 or 9282359. OLE color: 9282359.

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

Color convert

RGB55163141-
CMYK0.6600.130.36
HSL167.78º49.54%42.75%-
HSV(B)167.78º66.26%63.92%-
XYZ19.4828.9329.76-
YUV128.2135.2275.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.32%
GREEN value IS 163 (64.06% from 255) = 45.40%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=15.32%
G=45.40%
B=39.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551631410.6600.130.36167.7849.5442.75
Hex37A38D420D24a8322b
Octal67243215102015442506253
Binary110111101000111000110110000100110110010010101000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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