Shades of Gossamer #439C82
Tints of Gossamer #439C82
RGB
CMYK
RGB Variations
Color information
#439C82 (or 0x439C82) is known color: Gossamer. HEX triplet: 43, 9C and 82. RGB value is (67,156,130). Sum of RGB (Red+Green+Blue) = 67+156+130=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #439C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439C82 is #BC637D. Grayscale: #7E7E7E. Windows color (decimal): -12346238 or 8559683. OLE color: 8559683.
HSL color Cylindrical-coordinate representation of color #439C82: hue angle of 162.47º 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 #439C82 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 156 | 130 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.39 |
| HSL | 162.47º | 0.4% | 0.44% | - |
| HSV(B) | 162.47º | 0.57% | 0.61% | - |
| XYZ | 18.23 | 26.58 | 25.29 | - |
| YUV | 126.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 156 | 130 | 0.57 | 0 | 0.17 | 0.39 | 162.47 | 0.4 | 0.44 |
| Hex | 43 | 9C | 82 | 39 | 0 | 11 | 27 | A2 | 28 | 2C |
| Octal | 103 | 234 | 202 | 71 | 0 | 21 | 47 | 242 | 50 | 54 |
| Binary | 1000011 | 10011100 | 10000010 | 111001 | 0 | 10001 | 100111 | 10100010 | 101000 | 101100 |
Color Harmonies of #439C82
Complementary color
Monochromatic Colors of #439C82
Black with #439C82
Text Example
Text Example
White with #439C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439C82; }
p { color: rgb(67,156,130); }
H1.HeaderClassName
{
color: #439C82;
}
.AnyTagClassName
{
color: #439C82;
}
</style>
background-color css
<style>
a { background-color: #439C82; }
a { background-color: rgb(67,156,130); }
div.DivClassName
{
background-color: #439C82;
}
.BgClassName
{
background-color: #439C82;
}
</style>
border-color css
<style>
span { border-color: #439C82; }
span { border-color: rgb(67,156,130); }
td.TdClassName
{
border-color: #439C82;
}
.TagClassName
{
border-color: #439C82;
}
</style>