Shades of Gossamer #37A193
Tints of Gossamer #37A193
RGB
CMYK
RGB Variations
Color information
#37A193 (or 0x37A193) is known color: Gossamer. HEX triplet: 37, A1 and 93. RGB value is (55,161,147). Sum of RGB (Red+Green+Blue) = 55+161+147=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #37A193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A193 is #C85E6C. Grayscale: #7F7F7F. Windows color (decimal): -13131373 or 9675063. OLE color: 9675063.
HSL color Cylindrical-coordinate representation of color #37A193: hue angle of 172.08º 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 #37A193 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 161 | 147 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.37 |
| HSL | 172.08º | 0.49% | 0.42% | - |
| HSV(B) | 172.08º | 0.66% | 0.63% | - |
| XYZ | 19.59 | 28.41 | 32.05 | - |
| YUV | 127.71 | 138.88 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 161 | 147 | 0.66 | 0 | 0.09 | 0.37 | 172.08 | 0.49 | 0.42 |
| Hex | 37 | A1 | 93 | 42 | 0 | 9 | 25 | AC | 31 | 2A |
| Octal | 67 | 241 | 223 | 102 | 0 | 11 | 45 | 254 | 61 | 52 |
| Binary | 110111 | 10100001 | 10010011 | 1000010 | 0 | 1001 | 100101 | 10101100 | 110001 | 101010 |
Color Harmonies of #37A193
Complementary color
Monochromatic Colors of #37A193
Black with #37A193
Text Example
Text Example
White with #37A193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A193; }
p { color: rgb(55,161,147); }
H1.HeaderClassName
{
color: #37A193;
}
.AnyTagClassName
{
color: #37A193;
}
</style>
background-color css
<style>
a { background-color: #37A193; }
a { background-color: rgb(55,161,147); }
div.DivClassName
{
background-color: #37A193;
}
.BgClassName
{
background-color: #37A193;
}
</style>
border-color css
<style>
span { border-color: #37A193; }
span { border-color: rgb(55,161,147); }
td.TdClassName
{
border-color: #37A193;
}
.TagClassName
{
border-color: #37A193;
}
</style>