Shades of Gossamer #439D85
Tints of Gossamer #439D85
RGB
CMYK
RGB Variations
Color information
#439D85 (or 0x439D85) is known color: Gossamer. HEX triplet: 43, 9D and 85. RGB value is (67,157,133). Sum of RGB (Red+Green+Blue) = 67+157+133=357 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.77% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #439D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439D85 is #BC627A. Grayscale: #7F7F7F. Windows color (decimal): -12345979 or 8756547. OLE color: 8756547.
HSL color Cylindrical-coordinate representation of color #439D85: hue angle of 164º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #439D85 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 157 | 133 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.38 |
| HSL | 164º | 0.4% | 0.44% | - |
| HSV(B) | 164º | 0.57% | 0.62% | - |
| XYZ | 18.61 | 27 | 26.42 | - |
| YUV | 127.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 157 | 133 | 0.57 | 0 | 0.15 | 0.38 | 164 | 0.4 | 0.44 |
| Hex | 43 | 9D | 85 | 39 | 0 | F | 26 | A4 | 28 | 2C |
| Octal | 103 | 235 | 205 | 71 | 0 | 17 | 46 | 244 | 50 | 54 |
| Binary | 1000011 | 10011101 | 10000101 | 111001 | 0 | 1111 | 100110 | 10100100 | 101000 | 101100 |
Color Harmonies of #439D85
Complementary color
Monochromatic Colors of #439D85
Black with #439D85
Text Example
Text Example
White with #439D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439D85; }
p { color: rgb(67,157,133); }
H1.HeaderClassName
{
color: #439D85;
}
.AnyTagClassName
{
color: #439D85;
}
</style>
background-color css
<style>
a { background-color: #439D85; }
a { background-color: rgb(67,157,133); }
div.DivClassName
{
background-color: #439D85;
}
.BgClassName
{
background-color: #439D85;
}
</style>
border-color css
<style>
span { border-color: #439D85; }
span { border-color: rgb(67,157,133); }
td.TdClassName
{
border-color: #439D85;
}
.TagClassName
{
border-color: #439D85;
}
</style>