Shades of Gossamer #439D91
Tints of Gossamer #439D91
RGB
CMYK
RGB Variations
Color information
#439D91 (or 0x439D91) is known color: Gossamer. HEX triplet: 43, 9D and 91. RGB value is (67,157,145). Sum of RGB (Red+Green+Blue) = 67+157+145=369 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.16% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #439D91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439D91 is #BC626E. Grayscale: #808080. Windows color (decimal): -12345967 or 9542979. OLE color: 9542979.
HSL color Cylindrical-coordinate representation of color #439D91: hue angle of 172º 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 #439D91 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 157 | 145 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.38 |
| HSL | 172º | 0.4% | 0.44% | - |
| HSV(B) | 172º | 0.57% | 0.62% | - |
| XYZ | 19.48 | 27.35 | 31.04 | - |
| YUV | 128.72 | 137.18 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 157 | 145 | 0.57 | 0 | 0.08 | 0.38 | 172 | 0.4 | 0.44 |
| Hex | 43 | 9D | 91 | 39 | 0 | 8 | 26 | AC | 28 | 2C |
| Octal | 103 | 235 | 221 | 71 | 0 | 10 | 46 | 254 | 50 | 54 |
| Binary | 1000011 | 10011101 | 10010001 | 111001 | 0 | 1000 | 100110 | 10101100 | 101000 | 101100 |
Color Harmonies of #439D91
Complementary color
Monochromatic Colors of #439D91
Black with #439D91
Text Example
Text Example
White with #439D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439D91; }
p { color: rgb(67,157,145); }
H1.HeaderClassName
{
color: #439D91;
}
.AnyTagClassName
{
color: #439D91;
}
</style>
background-color css
<style>
a { background-color: #439D91; }
a { background-color: rgb(67,157,145); }
div.DivClassName
{
background-color: #439D91;
}
.BgClassName
{
background-color: #439D91;
}
</style>
border-color css
<style>
span { border-color: #439D91; }
span { border-color: rgb(67,157,145); }
td.TdClassName
{
border-color: #439D91;
}
.TagClassName
{
border-color: #439D91;
}
</style>