Shades of Gossamer #439C8B
Tints of Gossamer #439C8B
RGB
CMYK
RGB Variations
Color information
#439C8B (or 0x439C8B) is known color: Gossamer. HEX triplet: 43, 9C and 8B. RGB value is (67,156,139). Sum of RGB (Red+Green+Blue) = 67+156+139=362 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.51% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #439C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439C8B is #BC6374. Grayscale: #7F7F7F. Windows color (decimal): -12346229 or 9149507. OLE color: 9149507.
HSL color Cylindrical-coordinate representation of color #439C8B: hue angle of 168.54º 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 #439C8B is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 156 | 139 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.39 |
| HSL | 168.54º | 0.4% | 0.44% | - |
| HSV(B) | 168.54º | 0.57% | 0.61% | - |
| XYZ | 18.86 | 26.83 | 28.61 | - |
| YUV | 127.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 156 | 139 | 0.57 | 0 | 0.11 | 0.39 | 168.54 | 0.4 | 0.44 |
| Hex | 43 | 9C | 8B | 39 | 0 | B | 27 | A9 | 28 | 2C |
| Octal | 103 | 234 | 213 | 71 | 0 | 13 | 47 | 251 | 50 | 54 |
| Binary | 1000011 | 10011100 | 10001011 | 111001 | 0 | 1011 | 100111 | 10101001 | 101000 | 101100 |
Color Harmonies of #439C8B
Complementary color
Monochromatic Colors of #439C8B
Black with #439C8B
Text Example
Text Example
White with #439C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439C8B; }
p { color: rgb(67,156,139); }
H1.HeaderClassName
{
color: #439C8B;
}
.AnyTagClassName
{
color: #439C8B;
}
</style>
background-color css
<style>
a { background-color: #439C8B; }
a { background-color: rgb(67,156,139); }
div.DivClassName
{
background-color: #439C8B;
}
.BgClassName
{
background-color: #439C8B;
}
</style>
border-color css
<style>
span { border-color: #439C8B; }
span { border-color: rgb(67,156,139); }
td.TdClassName
{
border-color: #439C8B;
}
.TagClassName
{
border-color: #439C8B;
}
</style>