Shades of Gossamer #37A192
Tints of Gossamer #37A192
RGB
CMYK
RGB Variations
Color information
#37A192 (or 0x37A192) is known color: Gossamer. HEX triplet: 37, A1 and 92. RGB value is (55,161,146). Sum of RGB (Red+Green+Blue) = 55+161+146=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #37A192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A192 is #C85E6D. Grayscale: #7F7F7F. Windows color (decimal): -13131374 or 9609527. OLE color: 9609527.
HSL color Cylindrical-coordinate representation of color #37A192: hue angle of 171.51º 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 #37A192 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 161 | 146 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.37 |
| HSL | 171.51º | 0.49% | 0.42% | - |
| HSV(B) | 171.51º | 0.66% | 0.63% | - |
| XYZ | 19.51 | 28.38 | 31.64 | - |
| YUV | 127.6 | 138.38 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 161 | 146 | 0.66 | 0 | 0.09 | 0.37 | 171.51 | 0.49 | 0.42 |
| Hex | 37 | A1 | 92 | 42 | 0 | 9 | 25 | AC | 31 | 2A |
| Octal | 67 | 241 | 222 | 102 | 0 | 11 | 45 | 254 | 61 | 52 |
| Binary | 110111 | 10100001 | 10010010 | 1000010 | 0 | 1001 | 100101 | 10101100 | 110001 | 101010 |
Color Harmonies of #37A192
Complementary color
Monochromatic Colors of #37A192
Black with #37A192
Text Example
Text Example
White with #37A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A192; }
p { color: rgb(55,161,146); }
H1.HeaderClassName
{
color: #37A192;
}
.AnyTagClassName
{
color: #37A192;
}
</style>
background-color css
<style>
a { background-color: #37A192; }
a { background-color: rgb(55,161,146); }
div.DivClassName
{
background-color: #37A192;
}
.BgClassName
{
background-color: #37A192;
}
</style>
border-color css
<style>
span { border-color: #37A192; }
span { border-color: rgb(55,161,146); }
td.TdClassName
{
border-color: #37A192;
}
.TagClassName
{
border-color: #37A192;
}
</style>