Shades of Gossamer #39A084
Tints of Gossamer #39A084
RGB
CMYK
RGB Variations
Color information
#39A084 (or 0x39A084) is known color: Gossamer. HEX triplet: 39, A0 and 84. RGB value is (57,160,132). Sum of RGB (Red+Green+Blue) = 57+160+132=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 160 - color contains mainly: green. Hex color #39A084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A084 is #C65F7B. Grayscale: #7E7E7E. Windows color (decimal): -13000572 or 8691769. OLE color: 8691769.
HSL color Cylindrical-coordinate representation of color #39A084: hue angle of 163.69º 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 #39A084 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 57 | 160 | 132 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.37 |
| HSL | 163.69º | 0.47% | 0.43% | - |
| HSV(B) | 163.69º | 0.64% | 0.63% | - |
| XYZ | 18.42 | 27.68 | 26.2 | - |
| YUV | 126.01 | 131.38 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 160 | 132 | 0.64 | 0 | 0.17 | 0.37 | 163.69 | 0.47 | 0.43 |
| Hex | 39 | A0 | 84 | 40 | 0 | 11 | 25 | A4 | 2F | 2B |
| Octal | 71 | 240 | 204 | 100 | 0 | 21 | 45 | 244 | 57 | 53 |
| Binary | 111001 | 10100000 | 10000100 | 1000000 | 0 | 10001 | 100101 | 10100100 | 101111 | 101011 |
Color Harmonies of #39A084
Complementary color
Monochromatic Colors of #39A084
Black with #39A084
Text Example
Text Example
White with #39A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A084; }
p { color: rgb(57,160,132); }
H1.HeaderClassName
{
color: #39A084;
}
.AnyTagClassName
{
color: #39A084;
}
</style>
background-color css
<style>
a { background-color: #39A084; }
a { background-color: rgb(57,160,132); }
div.DivClassName
{
background-color: #39A084;
}
.BgClassName
{
background-color: #39A084;
}
</style>
border-color css
<style>
span { border-color: #39A084; }
span { border-color: rgb(57,160,132); }
td.TdClassName
{
border-color: #39A084;
}
.TagClassName
{
border-color: #39A084;
}
</style>