Shades of Gossamer #439E83
Tints of Gossamer #439E83
RGB
CMYK
RGB Variations
Color information
#439E83 (or 0x439E83) is known color: Gossamer. HEX triplet: 43, 9E and 83. RGB value is (67,158,131). Sum of RGB (Red+Green+Blue) = 67+158+131=356 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.82% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #439E83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439E83 is #BC617C. Grayscale: #7F7F7F. Windows color (decimal): -12345725 or 8625731. OLE color: 8625731.
HSL color Cylindrical-coordinate representation of color #439E83: hue angle of 162.2º 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 #439E83 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 158 | 131 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.38 |
| HSL | 162.2º | 0.4% | 0.44% | - |
| HSV(B) | 162.2º | 0.58% | 0.62% | - |
| XYZ | 18.64 | 27.29 | 25.76 | - |
| YUV | 127.71 | 129.85 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 158 | 131 | 0.58 | 0 | 0.17 | 0.38 | 162.2 | 0.4 | 0.44 |
| Hex | 43 | 9E | 83 | 3A | 0 | 11 | 26 | A2 | 28 | 2C |
| Octal | 103 | 236 | 203 | 72 | 0 | 21 | 46 | 242 | 50 | 54 |
| Binary | 1000011 | 10011110 | 10000011 | 111010 | 0 | 10001 | 100110 | 10100010 | 101000 | 101100 |
Color Harmonies of #439E83
Complementary color
Monochromatic Colors of #439E83
Black with #439E83
Text Example
Text Example
White with #439E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439E83; }
p { color: rgb(67,158,131); }
H1.HeaderClassName
{
color: #439E83;
}
.AnyTagClassName
{
color: #439E83;
}
</style>
background-color css
<style>
a { background-color: #439E83; }
a { background-color: rgb(67,158,131); }
div.DivClassName
{
background-color: #439E83;
}
.BgClassName
{
background-color: #439E83;
}
</style>
border-color css
<style>
span { border-color: #439E83; }
span { border-color: rgb(67,158,131); }
td.TdClassName
{
border-color: #439E83;
}
.TagClassName
{
border-color: #439E83;
}
</style>