Shades of Gossamer #39A089
Tints of Gossamer #39A089
RGB
CMYK
RGB Variations
Color information
#39A089 (or 0x39A089) is known color: Gossamer. HEX triplet: 39, A0 and 89. RGB value is (57,160,137). Sum of RGB (Red+Green+Blue) = 57+160+137=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #39A089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A089 is #C65F76. Grayscale: #7E7E7E. Windows color (decimal): -13000567 or 9019449. OLE color: 9019449.
HSL color Cylindrical-coordinate representation of color #39A089: hue angle of 166.6º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39A089 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 57 | 160 | 137 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.37 |
| HSL | 166.6º | 0.47% | 0.43% | - |
| HSV(B) | 166.6º | 0.64% | 0.63% | - |
| XYZ | 18.77 | 27.82 | 28.05 | - |
| YUV | 126.58 | 133.88 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 160 | 137 | 0.64 | 0 | 0.14 | 0.37 | 166.6 | 0.47 | 0.43 |
| Hex | 39 | A0 | 89 | 40 | 0 | E | 25 | A7 | 2F | 2B |
| Octal | 71 | 240 | 211 | 100 | 0 | 16 | 45 | 247 | 57 | 53 |
| Binary | 111001 | 10100000 | 10001001 | 1000000 | 0 | 1110 | 100101 | 10100111 | 101111 | 101011 |
Color Harmonies of #39A089
Complementary color
Monochromatic Colors of #39A089
Black with #39A089
Text Example
Text Example
White with #39A089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A089; }
p { color: rgb(57,160,137); }
H1.HeaderClassName
{
color: #39A089;
}
.AnyTagClassName
{
color: #39A089;
}
</style>
background-color css
<style>
a { background-color: #39A089; }
a { background-color: rgb(57,160,137); }
div.DivClassName
{
background-color: #39A089;
}
.BgClassName
{
background-color: #39A089;
}
</style>
border-color css
<style>
span { border-color: #39A089; }
span { border-color: rgb(57,160,137); }
td.TdClassName
{
border-color: #39A089;
}
.TagClassName
{
border-color: #39A089;
}
</style>