Shades of Gossamer #37A680
Tints of Gossamer #37A680
RGB
CMYK
RGB Variations
Color information
#37A680 (or 0x37A680) is known color: Gossamer. HEX triplet: 37, A6 and 80. RGB value is (55,166,128). Sum of RGB (Red+Green+Blue) = 55+166+128=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 166 - color contains mainly: green. Hex color #37A680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A680 is #C8597F. Grayscale: #808080. Windows color (decimal): -13130112 or 8431159. OLE color: 8431159.
HSL color Cylindrical-coordinate representation of color #37A680: hue angle of 159.46º 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 #37A680 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 166 | 128 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.35 |
| HSL | 159.46º | 0.5% | 0.43% | - |
| HSV(B) | 159.46º | 0.67% | 0.65% | - |
| XYZ | 19.11 | 29.64 | 25.14 | - |
| YUV | 128.48 | 127.73 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 166 | 128 | 0.67 | 0 | 0.23 | 0.35 | 159.46 | 0.5 | 0.43 |
| Hex | 37 | A6 | 80 | 43 | 0 | 17 | 23 | 9F | 32 | 2B |
| Octal | 67 | 246 | 200 | 103 | 0 | 27 | 43 | 237 | 62 | 53 |
| Binary | 110111 | 10100110 | 10000000 | 1000011 | 0 | 10111 | 100011 | 10011111 | 110010 | 101011 |
Color Harmonies of #37A680
Complementary color
Monochromatic Colors of #37A680
Black with #37A680
Text Example
Text Example
White with #37A680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A680; }
p { color: rgb(55,166,128); }
H1.HeaderClassName
{
color: #37A680;
}
.AnyTagClassName
{
color: #37A680;
}
</style>
background-color css
<style>
a { background-color: #37A680; }
a { background-color: rgb(55,166,128); }
div.DivClassName
{
background-color: #37A680;
}
.BgClassName
{
background-color: #37A680;
}
</style>
border-color css
<style>
span { border-color: #37A680; }
span { border-color: rgb(55,166,128); }
td.TdClassName
{
border-color: #37A680;
}
.TagClassName
{
border-color: #37A680;
}
</style>