Shades of Gossamer #37AA84
Tints of Gossamer #37AA84
RGB
CMYK
RGB Variations
Color information
#37AA84 (or 0x37AA84) is known color: Gossamer. HEX triplet: 37, AA and 84. RGB value is (55,170,132). Sum of RGB (Red+Green+Blue) = 55+170+132=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #37AA84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AA84 is #C8557B. Grayscale: #838383. Windows color (decimal): -13129084 or 8694327. OLE color: 8694327.
HSL color Cylindrical-coordinate representation of color #37AA84: hue angle of 160.17º 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 #37AA84 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 170 | 132 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.33 |
| HSL | 160.17º | 0.51% | 0.44% | - |
| HSV(B) | 160.17º | 0.68% | 0.67% | - |
| XYZ | 20.12 | 31.23 | 26.8 | - |
| YUV | 131.28 | 128.4 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 170 | 132 | 0.68 | 0 | 0.22 | 0.33 | 160.17 | 0.51 | 0.44 |
| Hex | 37 | AA | 84 | 44 | 0 | 16 | 21 | A0 | 33 | 2C |
| Octal | 67 | 252 | 204 | 104 | 0 | 26 | 41 | 240 | 63 | 54 |
| Binary | 110111 | 10101010 | 10000100 | 1000100 | 0 | 10110 | 100001 | 10100000 | 110011 | 101100 |
Color Harmonies of #37AA84
Complementary color
Monochromatic Colors of #37AA84
Black with #37AA84
Text Example
Text Example
White with #37AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AA84; }
p { color: rgb(55,170,132); }
H1.HeaderClassName
{
color: #37AA84;
}
.AnyTagClassName
{
color: #37AA84;
}
</style>
background-color css
<style>
a { background-color: #37AA84; }
a { background-color: rgb(55,170,132); }
div.DivClassName
{
background-color: #37AA84;
}
.BgClassName
{
background-color: #37AA84;
}
</style>
border-color css
<style>
span { border-color: #37AA84; }
span { border-color: rgb(55,170,132); }
td.TdClassName
{
border-color: #37AA84;
}
.TagClassName
{
border-color: #37AA84;
}
</style>