Shades of Gossamer #439B80
Tints of Gossamer #439B80
RGB
CMYK
RGB Variations
Color information
#439B80 (or 0x439B80) is known color: Gossamer. HEX triplet: 43, 9B and 80. RGB value is (67,155,128). Sum of RGB (Red+Green+Blue) = 67+155+128=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #439B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439B80 is #BC647F. Grayscale: #7D7D7D. Windows color (decimal): -12346496 or 8428355. OLE color: 8428355.
HSL color Cylindrical-coordinate representation of color #439B80: hue angle of 161.59º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #439B80 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 155 | 128 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.39 |
| HSL | 161.59º | 0.4% | 0.44% | - |
| HSV(B) | 161.59º | 0.57% | 0.61% | - |
| XYZ | 17.93 | 26.19 | 24.53 | - |
| YUV | 125.61 | 129.35 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 155 | 128 | 0.57 | 0 | 0.17 | 0.39 | 161.59 | 0.4 | 0.44 |
| Hex | 43 | 9B | 80 | 39 | 0 | 11 | 27 | A2 | 28 | 2C |
| Octal | 103 | 233 | 200 | 71 | 0 | 21 | 47 | 242 | 50 | 54 |
| Binary | 1000011 | 10011011 | 10000000 | 111001 | 0 | 10001 | 100111 | 10100010 | 101000 | 101100 |
Color Harmonies of #439B80
Complementary color
Monochromatic Colors of #439B80
Black with #439B80
Text Example
Text Example
White with #439B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439B80; }
p { color: rgb(67,155,128); }
H1.HeaderClassName
{
color: #439B80;
}
.AnyTagClassName
{
color: #439B80;
}
</style>
background-color css
<style>
a { background-color: #439B80; }
a { background-color: rgb(67,155,128); }
div.DivClassName
{
background-color: #439B80;
}
.BgClassName
{
background-color: #439B80;
}
</style>
border-color css
<style>
span { border-color: #439B80; }
span { border-color: rgb(67,155,128); }
td.TdClassName
{
border-color: #439B80;
}
.TagClassName
{
border-color: #439B80;
}
</style>