Shades of Gossamer #439D87
Tints of Gossamer #439D87
RGB
CMYK
RGB Variations
Color information
#439D87 (or 0x439D87) is known color: Gossamer. HEX triplet: 43, 9D and 87. RGB value is (67,157,135). Sum of RGB (Red+Green+Blue) = 67+157+135=359 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.66% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #439D87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439D87 is #BC6278. Grayscale: #7F7F7F. Windows color (decimal): -12345977 or 8887619. OLE color: 8887619.
HSL color Cylindrical-coordinate representation of color #439D87: hue angle of 165.33º 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 #439D87 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 157 | 135 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.38 |
| HSL | 165.33º | 0.4% | 0.44% | - |
| HSV(B) | 165.33º | 0.57% | 0.62% | - |
| XYZ | 18.74 | 27.06 | 27.16 | - |
| YUV | 127.58 | 132.18 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 157 | 135 | 0.57 | 0 | 0.14 | 0.38 | 165.33 | 0.4 | 0.44 |
| Hex | 43 | 9D | 87 | 39 | 0 | E | 26 | A5 | 28 | 2C |
| Octal | 103 | 235 | 207 | 71 | 0 | 16 | 46 | 245 | 50 | 54 |
| Binary | 1000011 | 10011101 | 10000111 | 111001 | 0 | 1110 | 100110 | 10100101 | 101000 | 101100 |
Color Harmonies of #439D87
Complementary color
Monochromatic Colors of #439D87
Black with #439D87
Text Example
Text Example
White with #439D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439D87; }
p { color: rgb(67,157,135); }
H1.HeaderClassName
{
color: #439D87;
}
.AnyTagClassName
{
color: #439D87;
}
</style>
background-color css
<style>
a { background-color: #439D87; }
a { background-color: rgb(67,157,135); }
div.DivClassName
{
background-color: #439D87;
}
.BgClassName
{
background-color: #439D87;
}
</style>
border-color css
<style>
span { border-color: #439D87; }
span { border-color: rgb(67,157,135); }
td.TdClassName
{
border-color: #439D87;
}
.TagClassName
{
border-color: #439D87;
}
</style>