Shades of Gossamer #39A085
Tints of Gossamer #39A085
RGB
CMYK
RGB Variations
Color information
#39A085 (or 0x39A085) is known color: Gossamer. HEX triplet: 39, A0 and 85. RGB value is (57,160,133). Sum of RGB (Red+Green+Blue) = 57+160+133=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #39A085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A085 is #C65F7A. Grayscale: #7E7E7E. Windows color (decimal): -13000571 or 8757305. OLE color: 8757305.
HSL color Cylindrical-coordinate representation of color #39A085: hue angle of 164.27º 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 #39A085 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 57 | 160 | 133 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.37 |
| HSL | 164.27º | 0.47% | 0.43% | - |
| HSV(B) | 164.27º | 0.64% | 0.63% | - |
| XYZ | 18.49 | 27.7 | 26.56 | - |
| YUV | 126.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 160 | 133 | 0.64 | 0 | 0.17 | 0.37 | 164.27 | 0.47 | 0.43 |
| Hex | 39 | A0 | 85 | 40 | 0 | 11 | 25 | A4 | 2F | 2B |
| Octal | 71 | 240 | 205 | 100 | 0 | 21 | 45 | 244 | 57 | 53 |
| Binary | 111001 | 10100000 | 10000101 | 1000000 | 0 | 10001 | 100101 | 10100100 | 101111 | 101011 |
Color Harmonies of #39A085
Complementary color
Monochromatic Colors of #39A085
Black with #39A085
Text Example
Text Example
White with #39A085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A085; }
p { color: rgb(57,160,133); }
H1.HeaderClassName
{
color: #39A085;
}
.AnyTagClassName
{
color: #39A085;
}
</style>
background-color css
<style>
a { background-color: #39A085; }
a { background-color: rgb(57,160,133); }
div.DivClassName
{
background-color: #39A085;
}
.BgClassName
{
background-color: #39A085;
}
</style>
border-color css
<style>
span { border-color: #39A085; }
span { border-color: rgb(57,160,133); }
td.TdClassName
{
border-color: #39A085;
}
.TagClassName
{
border-color: #39A085;
}
</style>