#37A08B

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

Shades of Gossamer #37A08B

Tints of Gossamer #37A08B

Color information

#37A08B (or 0x37A08B) is unknown color: approx Gossamer. HEX triplet: 37, A0 and 8B. RGB value is (55,160,139). Sum of RGB (Red+Green+Blue) = 55+160+139=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #37A08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A08B is #C85F74. Grayscale: #7E7E7E. Windows color (decimal): -13131637 or 9150519. OLE color: 9150519.

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

Color convert

RGB55160139-
CMYK0.6600.130.37
HSL168º48.84%42.16%-
HSV(B)168º65.62%62.75%-
XYZ18.8127.8228.8-
YUV126.21135.2177.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.54%
GREEN value IS 160 (62.89% from 255) = 45.20%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=15.54%
G=45.20%
B=39.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal551601390.6600.130.3716848.8442.16
Hex37A08B420D25a8312a
Octal67240213102015452506152
Binary110111101000001000101110000100110110010110101000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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