Shades of Gossamer #37A496
Tints of Gossamer #37A496
RGB
CMYK
RGB Variations
Color information
#37A496 (or 0x37A496) is known color: Gossamer. HEX triplet: 37, A4 and 96. RGB value is (55,164,150). Sum of RGB (Red+Green+Blue) = 55+164+150=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #37A496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A496 is #C85B69. Grayscale: #818181. Windows color (decimal): -13130602 or 9872439. OLE color: 9872439.
HSL color Cylindrical-coordinate representation of color #37A496: hue angle of 172.29º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A496 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 164 | 150 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.36 |
| HSL | 172.29º | 0.5% | 0.43% | - |
| HSV(B) | 172.29º | 0.66% | 0.64% | - |
| XYZ | 20.36 | 29.57 | 33.49 | - |
| YUV | 129.81 | 139.39 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 164 | 150 | 0.66 | 0 | 0.09 | 0.36 | 172.29 | 0.5 | 0.43 |
| Hex | 37 | A4 | 96 | 42 | 0 | 9 | 24 | AC | 32 | 2B |
| Octal | 67 | 244 | 226 | 102 | 0 | 11 | 44 | 254 | 62 | 53 |
| Binary | 110111 | 10100100 | 10010110 | 1000010 | 0 | 1001 | 100100 | 10101100 | 110010 | 101011 |
Color Harmonies of #37A496
Complementary color
Monochromatic Colors of #37A496
Black with #37A496
Text Example
Text Example
White with #37A496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A496; }
p { color: rgb(55,164,150); }
H1.HeaderClassName
{
color: #37A496;
}
.AnyTagClassName
{
color: #37A496;
}
</style>
background-color css
<style>
a { background-color: #37A496; }
a { background-color: rgb(55,164,150); }
div.DivClassName
{
background-color: #37A496;
}
.BgClassName
{
background-color: #37A496;
}
</style>
border-color css
<style>
span { border-color: #37A496; }
span { border-color: rgb(55,164,150); }
td.TdClassName
{
border-color: #37A496;
}
.TagClassName
{
border-color: #37A496;
}
</style>