Shades of Gossamer #439983
Tints of Gossamer #439983
RGB
CMYK
RGB Variations
Color information
#439983 (or 0x439983) is known color: Gossamer. HEX triplet: 43, 99 and 83. RGB value is (67,153,131). Sum of RGB (Red+Green+Blue) = 67+153+131=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #439983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439983 is #BC667C. Grayscale: #7C7C7C. Windows color (decimal): -12347005 or 8624451. OLE color: 8624451.
HSL color Cylindrical-coordinate representation of color #439983: hue angle of 164.65º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #439983 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 153 | 131 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.4 |
| HSL | 164.65º | 0.39% | 0.43% | - |
| HSV(B) | 164.65º | 0.56% | 0.6% | - |
| XYZ | 17.8 | 25.61 | 25.48 | - |
| YUV | 124.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 153 | 131 | 0.56 | 0 | 0.14 | 0.4 | 164.65 | 0.39 | 0.43 |
| Hex | 43 | 99 | 83 | 38 | 0 | E | 28 | A5 | 27 | 2B |
| Octal | 103 | 231 | 203 | 70 | 0 | 16 | 50 | 245 | 47 | 53 |
| Binary | 1000011 | 10011001 | 10000011 | 111000 | 0 | 1110 | 101000 | 10100101 | 100111 | 101011 |
Color Harmonies of #439983
Complementary color
Monochromatic Colors of #439983
Black with #439983
Text Example
Text Example
White with #439983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439983; }
p { color: rgb(67,153,131); }
H1.HeaderClassName
{
color: #439983;
}
.AnyTagClassName
{
color: #439983;
}
</style>
background-color css
<style>
a { background-color: #439983; }
a { background-color: rgb(67,153,131); }
div.DivClassName
{
background-color: #439983;
}
.BgClassName
{
background-color: #439983;
}
</style>
border-color css
<style>
span { border-color: #439983; }
span { border-color: rgb(67,153,131); }
td.TdClassName
{
border-color: #439983;
}
.TagClassName
{
border-color: #439983;
}
</style>