Shades of Gossamer #439C83
Tints of Gossamer #439C83
RGB
CMYK
RGB Variations
Color information
#439C83 (or 0x439C83) is known color: Gossamer. HEX triplet: 43, 9C and 83. RGB value is (67,156,131). Sum of RGB (Red+Green+Blue) = 67+156+131=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 156 - color contains mainly: green. Hex color #439C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439C83 is #BC637C. Grayscale: #7E7E7E. Windows color (decimal): -12346237 or 8625219. OLE color: 8625219.
HSL color Cylindrical-coordinate representation of color #439C83: hue angle of 163.15º 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 #439C83 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 156 | 131 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.39 |
| HSL | 163.15º | 0.4% | 0.44% | - |
| HSV(B) | 163.15º | 0.57% | 0.61% | - |
| XYZ | 18.3 | 26.61 | 25.64 | - |
| YUV | 126.54 | 130.51 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 156 | 131 | 0.57 | 0 | 0.16 | 0.39 | 163.15 | 0.4 | 0.44 |
| Hex | 43 | 9C | 83 | 39 | 0 | 10 | 27 | A3 | 28 | 2C |
| Octal | 103 | 234 | 203 | 71 | 0 | 20 | 47 | 243 | 50 | 54 |
| Binary | 1000011 | 10011100 | 10000011 | 111001 | 0 | 10000 | 100111 | 10100011 | 101000 | 101100 |
Color Harmonies of #439C83
Complementary color
Monochromatic Colors of #439C83
Black with #439C83
Text Example
Text Example
White with #439C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439C83; }
p { color: rgb(67,156,131); }
H1.HeaderClassName
{
color: #439C83;
}
.AnyTagClassName
{
color: #439C83;
}
</style>
background-color css
<style>
a { background-color: #439C83; }
a { background-color: rgb(67,156,131); }
div.DivClassName
{
background-color: #439C83;
}
.BgClassName
{
background-color: #439C83;
}
</style>
border-color css
<style>
span { border-color: #439C83; }
span { border-color: rgb(67,156,131); }
td.TdClassName
{
border-color: #439C83;
}
.TagClassName
{
border-color: #439C83;
}
</style>