Shades of Gossamer #439E81
Tints of Gossamer #439E81
RGB
CMYK
RGB Variations
Color information
#439E81 (or 0x439E81) is known color: Gossamer. HEX triplet: 43, 9E and 81. RGB value is (67,158,129). Sum of RGB (Red+Green+Blue) = 67+158+129=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 158 - color contains mainly: green. Hex color #439E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439E81 is #BC617E. Grayscale: #7F7F7F. Windows color (decimal): -12345727 or 8494659. OLE color: 8494659.
HSL color Cylindrical-coordinate representation of color #439E81: hue angle of 160.88º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #439E81 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 158 | 129 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.38 |
| HSL | 160.88º | 0.4% | 0.44% | - |
| HSV(B) | 160.88º | 0.58% | 0.62% | - |
| XYZ | 18.5 | 27.23 | 25.05 | - |
| YUV | 127.49 | 128.85 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 158 | 129 | 0.58 | 0 | 0.18 | 0.38 | 160.88 | 0.4 | 0.44 |
| Hex | 43 | 9E | 81 | 3A | 0 | 12 | 26 | A1 | 28 | 2C |
| Octal | 103 | 236 | 201 | 72 | 0 | 22 | 46 | 241 | 50 | 54 |
| Binary | 1000011 | 10011110 | 10000001 | 111010 | 0 | 10010 | 100110 | 10100001 | 101000 | 101100 |
Color Harmonies of #439E81
Complementary color
Monochromatic Colors of #439E81
Black with #439E81
Text Example
Text Example
White with #439E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439E81; }
p { color: rgb(67,158,129); }
H1.HeaderClassName
{
color: #439E81;
}
.AnyTagClassName
{
color: #439E81;
}
</style>
background-color css
<style>
a { background-color: #439E81; }
a { background-color: rgb(67,158,129); }
div.DivClassName
{
background-color: #439E81;
}
.BgClassName
{
background-color: #439E81;
}
</style>
border-color css
<style>
span { border-color: #439E81; }
span { border-color: rgb(67,158,129); }
td.TdClassName
{
border-color: #439E81;
}
.TagClassName
{
border-color: #439E81;
}
</style>