Shades of Gossamer #37A38D
Tints of Gossamer #37A38D
RGB
CMYK
RGB Variations
Color information
#37A38D (or 0x37A38D) is known color: Gossamer. HEX triplet: 37, A3 and 8D. RGB value is (55,163,141). Sum of RGB (Red+Green+Blue) = 55+163+141=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 163 - color contains mainly: green. Hex color #37A38D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A38D is #C85C72. Grayscale: #808080. Windows color (decimal): -13130867 or 9282359. OLE color: 9282359.
HSL color Cylindrical-coordinate representation of color #37A38D: hue angle of 167.78º 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 #37A38D is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 163 | 141 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.36 |
| HSL | 167.78º | 0.5% | 0.43% | - |
| HSV(B) | 167.78º | 0.66% | 0.64% | - |
| XYZ | 19.48 | 28.93 | 29.76 | - |
| YUV | 128.2 | 135.22 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 163 | 141 | 0.66 | 0 | 0.13 | 0.36 | 167.78 | 0.5 | 0.43 |
| Hex | 37 | A3 | 8D | 42 | 0 | D | 24 | A8 | 32 | 2B |
| Octal | 67 | 243 | 215 | 102 | 0 | 15 | 44 | 250 | 62 | 53 |
| Binary | 110111 | 10100011 | 10001101 | 1000010 | 0 | 1101 | 100100 | 10101000 | 110010 | 101011 |
Color Harmonies of #37A38D
Complementary color
Monochromatic Colors of #37A38D
Black with #37A38D
Text Example
Text Example
White with #37A38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A38D; }
p { color: rgb(55,163,141); }
H1.HeaderClassName
{
color: #37A38D;
}
.AnyTagClassName
{
color: #37A38D;
}
</style>
background-color css
<style>
a { background-color: #37A38D; }
a { background-color: rgb(55,163,141); }
div.DivClassName
{
background-color: #37A38D;
}
.BgClassName
{
background-color: #37A38D;
}
</style>
border-color css
<style>
span { border-color: #37A38D; }
span { border-color: rgb(55,163,141); }
td.TdClassName
{
border-color: #37A38D;
}
.TagClassName
{
border-color: #37A38D;
}
</style>