Shades of Gossamer #3F9889
Tints of Gossamer #3F9889
RGB
CMYK
RGB Variations
Color information
#3F9889 (or 0x3F9889) is known color: Gossamer. HEX triplet: 3F, 98 and 89. RGB value is (63,152,137). Sum of RGB (Red+Green+Blue) = 63+152+137=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #3F9889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9889 is #C06776. Grayscale: #7B7B7B. Windows color (decimal): -12609399 or 9017407. OLE color: 9017407.
HSL color Cylindrical-coordinate representation of color #3F9889: hue angle of 169.89º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9889 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 152 | 137 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.40 |
| HSL | 169.89º | 0.41% | 0.42% | - |
| HSV(B) | 169.89º | 0.59% | 0.6% | - |
| XYZ | 17.79 | 25.32 | 27.62 | - |
| YUV | 123.68 | 135.51 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 152 | 137 | 0.59 | 0 | 0.10 | 0.40 | 169.89 | 0.41 | 0.42 |
| Hex | 3F | 98 | 89 | 3B | 0 | A | 28 | AA | 29 | 2A |
| Octal | 77 | 230 | 211 | 73 | 0 | 12 | 50 | 252 | 51 | 52 |
| Binary | 111111 | 10011000 | 10001001 | 111011 | 0 | 1010 | 101000 | 10101010 | 101001 | 101010 |
Color Harmonies of #3F9889
Complementary color
Monochromatic Colors of #3F9889
Black with #3F9889
Text Example
Text Example
White with #3F9889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9889; }
p { color: rgb(63,152,137); }
H1.HeaderClassName
{
color: #3F9889;
}
.AnyTagClassName
{
color: #3F9889;
}
</style>
background-color css
<style>
a { background-color: #3F9889; }
a { background-color: rgb(63,152,137); }
div.DivClassName
{
background-color: #3F9889;
}
.BgClassName
{
background-color: #3F9889;
}
</style>
border-color css
<style>
span { border-color: #3F9889; }
span { border-color: rgb(63,152,137); }
td.TdClassName
{
border-color: #3F9889;
}
.TagClassName
{
border-color: #3F9889;
}
</style>