Shades of Gossamer #439C8F
Tints of Gossamer #439C8F
RGB
CMYK
RGB Variations
Color information
#439C8F (or 0x439C8F) is known color: Gossamer. HEX triplet: 43, 9C and 8F. RGB value is (67,156,143). Sum of RGB (Red+Green+Blue) = 67+156+143=366 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.31% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 156 - color contains mainly: green. Hex color #439C8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439C8F is #BC6370. Grayscale: #7F7F7F. Windows color (decimal): -12346225 or 9411651. OLE color: 9411651.
HSL color Cylindrical-coordinate representation of color #439C8F: hue angle of 171.24º 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 #439C8F is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 156 | 143 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.39 |
| HSL | 171.24º | 0.4% | 0.44% | - |
| HSV(B) | 171.24º | 0.57% | 0.61% | - |
| XYZ | 19.16 | 26.95 | 30.18 | - |
| YUV | 127.91 | 136.51 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 156 | 143 | 0.57 | 0 | 0.08 | 0.39 | 171.24 | 0.4 | 0.44 |
| Hex | 43 | 9C | 8F | 39 | 0 | 8 | 27 | AB | 28 | 2C |
| Octal | 103 | 234 | 217 | 71 | 0 | 10 | 47 | 253 | 50 | 54 |
| Binary | 1000011 | 10011100 | 10001111 | 111001 | 0 | 1000 | 100111 | 10101011 | 101000 | 101100 |
Color Harmonies of #439C8F
Complementary color
Monochromatic Colors of #439C8F
Black with #439C8F
Text Example
Text Example
White with #439C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439C8F; }
p { color: rgb(67,156,143); }
H1.HeaderClassName
{
color: #439C8F;
}
.AnyTagClassName
{
color: #439C8F;
}
</style>
background-color css
<style>
a { background-color: #439C8F; }
a { background-color: rgb(67,156,143); }
div.DivClassName
{
background-color: #439C8F;
}
.BgClassName
{
background-color: #439C8F;
}
</style>
border-color css
<style>
span { border-color: #439C8F; }
span { border-color: rgb(67,156,143); }
td.TdClassName
{
border-color: #439C8F;
}
.TagClassName
{
border-color: #439C8F;
}
</style>