Shades of Gossamer #39A980
Tints of Gossamer #39A980
RGB
CMYK
RGB Variations
Color information
#39A980 (or 0x39A980) is known color: Gossamer. HEX triplet: 39, A9 and 80. RGB value is (57,169,128). Sum of RGB (Red+Green+Blue) = 57+169+128=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 169 - color contains mainly: green. Hex color #39A980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A980 is #C6567F. Grayscale: #828282. Windows color (decimal): -12998272 or 8431929. OLE color: 8431929.
HSL color Cylindrical-coordinate representation of color #39A980: hue angle of 158.04º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39A980 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 57 | 169 | 128 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.34 |
| HSL | 158.04º | 0.5% | 0.44% | - |
| HSV(B) | 158.04º | 0.66% | 0.66% | - |
| XYZ | 19.77 | 30.8 | 25.33 | - |
| YUV | 130.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 169 | 128 | 0.66 | 0 | 0.24 | 0.34 | 158.04 | 0.5 | 0.44 |
| Hex | 39 | A9 | 80 | 42 | 0 | 18 | 22 | 9E | 32 | 2C |
| Octal | 71 | 251 | 200 | 102 | 0 | 30 | 42 | 236 | 62 | 54 |
| Binary | 111001 | 10101001 | 10000000 | 1000010 | 0 | 11000 | 100010 | 10011110 | 110010 | 101100 |
Color Harmonies of #39A980
Complementary color
Monochromatic Colors of #39A980
Black with #39A980
Text Example
Text Example
White with #39A980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A980; }
p { color: rgb(57,169,128); }
H1.HeaderClassName
{
color: #39A980;
}
.AnyTagClassName
{
color: #39A980;
}
</style>
background-color css
<style>
a { background-color: #39A980; }
a { background-color: rgb(57,169,128); }
div.DivClassName
{
background-color: #39A980;
}
.BgClassName
{
background-color: #39A980;
}
</style>
border-color css
<style>
span { border-color: #39A980; }
span { border-color: rgb(57,169,128); }
td.TdClassName
{
border-color: #39A980;
}
.TagClassName
{
border-color: #39A980;
}
</style>