Shades of Gossamer #3F9A80
Tints of Gossamer #3F9A80
RGB
CMYK
RGB Variations
Color information
#3F9A80 (or 0x3F9A80) is known color: Gossamer. HEX triplet: 3F, 9A and 80. RGB value is (63,154,128). Sum of RGB (Red+Green+Blue) = 63+154+128=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #3F9A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9A80 is #C0657F. Grayscale: #7B7B7B. Windows color (decimal): -12608896 or 8428095. OLE color: 8428095.
HSL color Cylindrical-coordinate representation of color #3F9A80: hue angle of 162.86º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9A80 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 154 | 128 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.40 |
| HSL | 162.86º | 0.42% | 0.43% | - |
| HSV(B) | 162.86º | 0.59% | 0.6% | - |
| XYZ | 17.5 | 25.73 | 24.47 | - |
| YUV | 123.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 154 | 128 | 0.59 | 0 | 0.17 | 0.40 | 162.86 | 0.42 | 0.43 |
| Hex | 3F | 9A | 80 | 3B | 0 | 11 | 28 | A3 | 2A | 2B |
| Octal | 77 | 232 | 200 | 73 | 0 | 21 | 50 | 243 | 52 | 53 |
| Binary | 111111 | 10011010 | 10000000 | 111011 | 0 | 10001 | 101000 | 10100011 | 101010 | 101011 |
Color Harmonies of #3F9A80
Complementary color
Monochromatic Colors of #3F9A80
Black with #3F9A80
Text Example
Text Example
White with #3F9A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9A80; }
p { color: rgb(63,154,128); }
H1.HeaderClassName
{
color: #3F9A80;
}
.AnyTagClassName
{
color: #3F9A80;
}
</style>
background-color css
<style>
a { background-color: #3F9A80; }
a { background-color: rgb(63,154,128); }
div.DivClassName
{
background-color: #3F9A80;
}
.BgClassName
{
background-color: #3F9A80;
}
</style>
border-color css
<style>
span { border-color: #3F9A80; }
span { border-color: rgb(63,154,128); }
td.TdClassName
{
border-color: #3F9A80;
}
.TagClassName
{
border-color: #3F9A80;
}
</style>