Shades of Gossamer #439F88
Tints of Gossamer #439F88
RGB
CMYK
RGB Variations
Color information
#439F88 (or 0x439F88) is known color: Gossamer. HEX triplet: 43, 9F and 88. RGB value is (67,159,136). Sum of RGB (Red+Green+Blue) = 67+159+136=362 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.51% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 159 - color contains mainly: green. Hex color #439F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439F88 is #BC6077. Grayscale: #808080. Windows color (decimal): -12345464 or 8953667. OLE color: 8953667.
HSL color Cylindrical-coordinate representation of color #439F88: hue angle of 165º degrees, saturation: 0.41, 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 #439F88 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 159 | 136 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.38 |
| HSL | 165º | 0.41% | 0.44% | - |
| HSV(B) | 165º | 0.58% | 0.62% | - |
| XYZ | 19.16 | 27.77 | 27.64 | - |
| YUV | 128.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 159 | 136 | 0.58 | 0 | 0.14 | 0.38 | 165 | 0.41 | 0.44 |
| Hex | 43 | 9F | 88 | 3A | 0 | E | 26 | A5 | 29 | 2C |
| Octal | 103 | 237 | 210 | 72 | 0 | 16 | 46 | 245 | 51 | 54 |
| Binary | 1000011 | 10011111 | 10001000 | 111010 | 0 | 1110 | 100110 | 10100101 | 101001 | 101100 |
Color Harmonies of #439F88
Complementary color
Monochromatic Colors of #439F88
Black with #439F88
Text Example
Text Example
White with #439F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439F88; }
p { color: rgb(67,159,136); }
H1.HeaderClassName
{
color: #439F88;
}
.AnyTagClassName
{
color: #439F88;
}
</style>
background-color css
<style>
a { background-color: #439F88; }
a { background-color: rgb(67,159,136); }
div.DivClassName
{
background-color: #439F88;
}
.BgClassName
{
background-color: #439F88;
}
</style>
border-color css
<style>
span { border-color: #439F88; }
span { border-color: rgb(67,159,136); }
td.TdClassName
{
border-color: #439F88;
}
.TagClassName
{
border-color: #439F88;
}
</style>