Shades of Gossamer #37A087
Tints of Gossamer #37A087
RGB
CMYK
RGB Variations
Color information
#37A087 (or 0x37A087) is known color: Gossamer. HEX triplet: 37, A0 and 87. RGB value is (55,160,135). Sum of RGB (Red+Green+Blue) = 55+160+135=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #37A087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A087 is #C85F78. Grayscale: #7D7D7D. Windows color (decimal): -13131641 or 8888375. OLE color: 8888375.
HSL color Cylindrical-coordinate representation of color #37A087: hue angle of 165.71º 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 #37A087 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 160 | 135 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.37 |
| HSL | 165.71º | 0.49% | 0.42% | - |
| HSV(B) | 165.71º | 0.66% | 0.63% | - |
| XYZ | 18.52 | 27.7 | 27.29 | - |
| YUV | 125.76 | 133.21 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 160 | 135 | 0.66 | 0 | 0.16 | 0.37 | 165.71 | 0.49 | 0.42 |
| Hex | 37 | A0 | 87 | 42 | 0 | 10 | 25 | A6 | 31 | 2A |
| Octal | 67 | 240 | 207 | 102 | 0 | 20 | 45 | 246 | 61 | 52 |
| Binary | 110111 | 10100000 | 10000111 | 1000010 | 0 | 10000 | 100101 | 10100110 | 110001 | 101010 |
Color Harmonies of #37A087
Complementary color
Monochromatic Colors of #37A087
Black with #37A087
Text Example
Text Example
White with #37A087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A087; }
p { color: rgb(55,160,135); }
H1.HeaderClassName
{
color: #37A087;
}
.AnyTagClassName
{
color: #37A087;
}
</style>
background-color css
<style>
a { background-color: #37A087; }
a { background-color: rgb(55,160,135); }
div.DivClassName
{
background-color: #37A087;
}
.BgClassName
{
background-color: #37A087;
}
</style>
border-color css
<style>
span { border-color: #37A087; }
span { border-color: rgb(55,160,135); }
td.TdClassName
{
border-color: #37A087;
}
.TagClassName
{
border-color: #37A087;
}
</style>