Shades of Gossamer #37A07B
Tints of Gossamer #37A07B
RGB
CMYK
RGB Variations
Color information
#37A07B (or 0x37A07B) is known color: Gossamer. HEX triplet: 37, A0 and 7B. RGB value is (55,160,123). Sum of RGB (Red+Green+Blue) = 55+160+123=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #37A07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37A07B is #C85F84. Grayscale: #7C7C7C. Windows color (decimal): -13131653 or 8101943. OLE color: 8101943.
HSL color Cylindrical-coordinate representation of color #37A07B: hue angle of 158.86º 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 #37A07B is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 160 | 123 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.37 |
| HSL | 158.86º | 0.49% | 0.42% | - |
| HSV(B) | 158.86º | 0.66% | 0.63% | - |
| XYZ | 17.72 | 27.38 | 23.09 | - |
| YUV | 124.39 | 127.21 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 160 | 123 | 0.66 | 0 | 0.23 | 0.37 | 158.86 | 0.49 | 0.42 |
| Hex | 37 | A0 | 7B | 42 | 0 | 17 | 25 | 9F | 31 | 2A |
| Octal | 67 | 240 | 173 | 102 | 0 | 27 | 45 | 237 | 61 | 52 |
| Binary | 110111 | 10100000 | 1111011 | 1000010 | 0 | 10111 | 100101 | 10011111 | 110001 | 101010 |
Color Harmonies of #37A07B
Complementary color
Monochromatic Colors of #37A07B
Black with #37A07B
Text Example
Text Example
White with #37A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A07B; }
p { color: rgb(55,160,123); }
H1.HeaderClassName
{
color: #37A07B;
}
.AnyTagClassName
{
color: #37A07B;
}
</style>
background-color css
<style>
a { background-color: #37A07B; }
a { background-color: rgb(55,160,123); }
div.DivClassName
{
background-color: #37A07B;
}
.BgClassName
{
background-color: #37A07B;
}
</style>
border-color css
<style>
span { border-color: #37A07B; }
span { border-color: rgb(55,160,123); }
td.TdClassName
{
border-color: #37A07B;
}
.TagClassName
{
border-color: #37A07B;
}
</style>