Shades of Gossamer #37998E
Tints of Gossamer #37998E
RGB
CMYK
RGB Variations
Color information
#37998E (or 0x37998E) is known color: Gossamer. HEX triplet: 37, 99 and 8E. RGB value is (55,153,142). Sum of RGB (Red+Green+Blue) = 55+153+142=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #37998E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37998E is #C86671. Grayscale: #7A7A7A. Windows color (decimal): -13133426 or 9345335. OLE color: 9345335.
HSL color Cylindrical-coordinate representation of color #37998E: hue angle of 173.27º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37998E is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 153 | 142 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.4 |
| HSL | 173.27º | 0.47% | 0.41% | - |
| HSV(B) | 173.27º | 0.64% | 0.6% | - |
| XYZ | 17.85 | 25.55 | 29.58 | - |
| YUV | 122.44 | 139.03 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 142 | 0.64 | 0 | 0.07 | 0.4 | 173.27 | 0.47 | 0.41 |
| Hex | 37 | 99 | 8E | 40 | 0 | 7 | 28 | AD | 2F | 29 |
| Octal | 67 | 231 | 216 | 100 | 0 | 7 | 50 | 255 | 57 | 51 |
| Binary | 110111 | 10011001 | 10001110 | 1000000 | 0 | 111 | 101000 | 10101101 | 101111 | 101001 |
Color Harmonies of #37998E
Complementary color
Monochromatic Colors of #37998E
Black with #37998E
Text Example
Text Example
White with #37998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37998E; }
p { color: rgb(55,153,142); }
H1.HeaderClassName
{
color: #37998E;
}
.AnyTagClassName
{
color: #37998E;
}
</style>
background-color css
<style>
a { background-color: #37998E; }
a { background-color: rgb(55,153,142); }
div.DivClassName
{
background-color: #37998E;
}
.BgClassName
{
background-color: #37998E;
}
</style>
border-color css
<style>
span { border-color: #37998E; }
span { border-color: rgb(55,153,142); }
td.TdClassName
{
border-color: #37998E;
}
.TagClassName
{
border-color: #37998E;
}
</style>