Shades of Gossamer #37A07A
Tints of Gossamer #37A07A
RGB
CMYK
RGB Variations
Color information
#37A07A (or 0x37A07A) is known color: Gossamer. HEX triplet: 37, A0 and 7A. RGB value is (55,160,122). Sum of RGB (Red+Green+Blue) = 55+160+122=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #37A07A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37A07A is #C85F85. Grayscale: #7C7C7C. Windows color (decimal): -13131654 or 8036407. OLE color: 8036407.
HSL color Cylindrical-coordinate representation of color #37A07A: hue angle of 158.29º 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 #37A07A is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 160 | 122 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.37 |
| HSL | 158.29º | 0.49% | 0.42% | - |
| HSV(B) | 158.29º | 0.66% | 0.63% | - |
| XYZ | 17.66 | 27.36 | 22.76 | - |
| YUV | 124.27 | 126.71 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 160 | 122 | 0.66 | 0 | 0.24 | 0.37 | 158.29 | 0.49 | 0.42 |
| Hex | 37 | A0 | 7A | 42 | 0 | 18 | 25 | 9E | 31 | 2A |
| Octal | 67 | 240 | 172 | 102 | 0 | 30 | 45 | 236 | 61 | 52 |
| Binary | 110111 | 10100000 | 1111010 | 1000010 | 0 | 11000 | 100101 | 10011110 | 110001 | 101010 |
Color Harmonies of #37A07A
Complementary color
Monochromatic Colors of #37A07A
Black with #37A07A
Text Example
Text Example
White with #37A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A07A; }
p { color: rgb(55,160,122); }
H1.HeaderClassName
{
color: #37A07A;
}
.AnyTagClassName
{
color: #37A07A;
}
</style>
background-color css
<style>
a { background-color: #37A07A; }
a { background-color: rgb(55,160,122); }
div.DivClassName
{
background-color: #37A07A;
}
.BgClassName
{
background-color: #37A07A;
}
</style>
border-color css
<style>
span { border-color: #37A07A; }
span { border-color: rgb(55,160,122); }
td.TdClassName
{
border-color: #37A07A;
}
.TagClassName
{
border-color: #37A07A;
}
</style>