Shades of Gossamer #439D8D
Tints of Gossamer #439D8D
RGB
CMYK
RGB Variations
Color information
#439D8D (or 0x439D8D) is known color: Gossamer. HEX triplet: 43, 9D and 8D. RGB value is (67,157,141). Sum of RGB (Red+Green+Blue) = 67+157+141=365 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.36% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #439D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439D8D is #BC6272. Grayscale: #808080. Windows color (decimal): -12345971 or 9280835. OLE color: 9280835.
HSL color Cylindrical-coordinate representation of color #439D8D: hue angle of 169.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 #439D8D is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 157 | 141 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.38 |
| HSL | 169.33º | 0.4% | 0.44% | - |
| HSV(B) | 169.33º | 0.57% | 0.62% | - |
| XYZ | 19.18 | 27.23 | 29.44 | - |
| YUV | 128.27 | 135.18 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 157 | 141 | 0.57 | 0 | 0.10 | 0.38 | 169.33 | 0.4 | 0.44 |
| Hex | 43 | 9D | 8D | 39 | 0 | A | 26 | A9 | 28 | 2C |
| Octal | 103 | 235 | 215 | 71 | 0 | 12 | 46 | 251 | 50 | 54 |
| Binary | 1000011 | 10011101 | 10001101 | 111001 | 0 | 1010 | 100110 | 10101001 | 101000 | 101100 |
Color Harmonies of #439D8D
Complementary color
Monochromatic Colors of #439D8D
Black with #439D8D
Text Example
Text Example
White with #439D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439D8D; }
p { color: rgb(67,157,141); }
H1.HeaderClassName
{
color: #439D8D;
}
.AnyTagClassName
{
color: #439D8D;
}
</style>
background-color css
<style>
a { background-color: #439D8D; }
a { background-color: rgb(67,157,141); }
div.DivClassName
{
background-color: #439D8D;
}
.BgClassName
{
background-color: #439D8D;
}
</style>
border-color css
<style>
span { border-color: #439D8D; }
span { border-color: rgb(67,157,141); }
td.TdClassName
{
border-color: #439D8D;
}
.TagClassName
{
border-color: #439D8D;
}
</style>