Shades of Gossamer #37A08A
Tints of Gossamer #37A08A
RGB
CMYK
RGB Variations
Color information
#37A08A (or 0x37A08A) is known color: Gossamer. HEX triplet: 37, A0 and 8A. RGB value is (55,160,138). Sum of RGB (Red+Green+Blue) = 55+160+138=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 160 - color contains mainly: green. Hex color #37A08A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A08A is #C85F75. Grayscale: #7E7E7E. Windows color (decimal): -13131638 or 9084983. OLE color: 9084983.
HSL color Cylindrical-coordinate representation of color #37A08A: hue angle of 167.43º 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 #37A08A is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 160 | 138 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.37 |
| HSL | 167.43º | 0.49% | 0.42% | - |
| HSV(B) | 167.43º | 0.66% | 0.63% | - |
| XYZ | 18.73 | 27.79 | 28.42 | - |
| YUV | 126.1 | 134.71 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 160 | 138 | 0.66 | 0 | 0.14 | 0.37 | 167.43 | 0.49 | 0.42 |
| Hex | 37 | A0 | 8A | 42 | 0 | E | 25 | A7 | 31 | 2A |
| Octal | 67 | 240 | 212 | 102 | 0 | 16 | 45 | 247 | 61 | 52 |
| Binary | 110111 | 10100000 | 10001010 | 1000010 | 0 | 1110 | 100101 | 10100111 | 110001 | 101010 |
Color Harmonies of #37A08A
Complementary color
Monochromatic Colors of #37A08A
Black with #37A08A
Text Example
Text Example
White with #37A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A08A; }
p { color: rgb(55,160,138); }
H1.HeaderClassName
{
color: #37A08A;
}
.AnyTagClassName
{
color: #37A08A;
}
</style>
background-color css
<style>
a { background-color: #37A08A; }
a { background-color: rgb(55,160,138); }
div.DivClassName
{
background-color: #37A08A;
}
.BgClassName
{
background-color: #37A08A;
}
</style>
border-color css
<style>
span { border-color: #37A08A; }
span { border-color: rgb(55,160,138); }
td.TdClassName
{
border-color: #37A08A;
}
.TagClassName
{
border-color: #37A08A;
}
</style>