Shades of Gossamer #37A38E
Tints of Gossamer #37A38E
RGB
CMYK
RGB Variations
Color information
#37A38E (or 0x37A38E) is known color: Gossamer. HEX triplet: 37, A3 and 8E. RGB value is (55,163,142). Sum of RGB (Red+Green+Blue) = 55+163+142=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #37A38E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A38E is #C85C71. Grayscale: #808080. Windows color (decimal): -13130866 or 9347895. OLE color: 9347895.
HSL color Cylindrical-coordinate representation of color #37A38E: hue angle of 168.33º 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 #37A38E is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 163 | 142 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.36 |
| HSL | 168.33º | 0.5% | 0.43% | - |
| HSV(B) | 168.33º | 0.66% | 0.64% | - |
| XYZ | 19.56 | 28.96 | 30.15 | - |
| YUV | 128.31 | 135.72 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 163 | 142 | 0.66 | 0 | 0.13 | 0.36 | 168.33 | 0.5 | 0.43 |
| Hex | 37 | A3 | 8E | 42 | 0 | D | 24 | A8 | 32 | 2B |
| Octal | 67 | 243 | 216 | 102 | 0 | 15 | 44 | 250 | 62 | 53 |
| Binary | 110111 | 10100011 | 10001110 | 1000010 | 0 | 1101 | 100100 | 10101000 | 110010 | 101011 |
Color Harmonies of #37A38E
Complementary color
Monochromatic Colors of #37A38E
Black with #37A38E
Text Example
Text Example
White with #37A38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A38E; }
p { color: rgb(55,163,142); }
H1.HeaderClassName
{
color: #37A38E;
}
.AnyTagClassName
{
color: #37A38E;
}
</style>
background-color css
<style>
a { background-color: #37A38E; }
a { background-color: rgb(55,163,142); }
div.DivClassName
{
background-color: #37A38E;
}
.BgClassName
{
background-color: #37A38E;
}
</style>
border-color css
<style>
span { border-color: #37A38E; }
span { border-color: rgb(55,163,142); }
td.TdClassName
{
border-color: #37A38E;
}
.TagClassName
{
border-color: #37A38E;
}
</style>