Shades of Gossamer #37AB86
Tints of Gossamer #37AB86
RGB
CMYK
RGB Variations
Color information
#37AB86 (or 0x37AB86) is known color: Gossamer. HEX triplet: 37, AB and 86. RGB value is (55,171,134). Sum of RGB (Red+Green+Blue) = 55+171+134=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #37AB86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AB86 is #C85479. Grayscale: #848484. Windows color (decimal): -13128826 or 8825655. OLE color: 8825655.
HSL color Cylindrical-coordinate representation of color #37AB86: hue angle of 160.86º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37AB86 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 171 | 134 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.33 |
| HSL | 160.86º | 0.51% | 0.44% | - |
| HSV(B) | 160.86º | 0.68% | 0.67% | - |
| XYZ | 20.44 | 31.66 | 27.59 | - |
| YUV | 132.1 | 129.07 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 171 | 134 | 0.68 | 0 | 0.22 | 0.33 | 160.86 | 0.51 | 0.44 |
| Hex | 37 | AB | 86 | 44 | 0 | 16 | 21 | A1 | 33 | 2C |
| Octal | 67 | 253 | 206 | 104 | 0 | 26 | 41 | 241 | 63 | 54 |
| Binary | 110111 | 10101011 | 10000110 | 1000100 | 0 | 10110 | 100001 | 10100001 | 110011 | 101100 |
Color Harmonies of #37AB86
Complementary color
Monochromatic Colors of #37AB86
Black with #37AB86
Text Example
Text Example
White with #37AB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AB86; }
p { color: rgb(55,171,134); }
H1.HeaderClassName
{
color: #37AB86;
}
.AnyTagClassName
{
color: #37AB86;
}
</style>
background-color css
<style>
a { background-color: #37AB86; }
a { background-color: rgb(55,171,134); }
div.DivClassName
{
background-color: #37AB86;
}
.BgClassName
{
background-color: #37AB86;
}
</style>
border-color css
<style>
span { border-color: #37AB86; }
span { border-color: rgb(55,171,134); }
td.TdClassName
{
border-color: #37AB86;
}
.TagClassName
{
border-color: #37AB86;
}
</style>