Shades of Gossamer #3F9F92
Tints of Gossamer #3F9F92
RGB
CMYK
RGB Variations
Color information
#3F9F92 (or 0x3F9F92) is known color: Gossamer. HEX triplet: 3F, 9F and 92. RGB value is (63,159,146). Sum of RGB (Red+Green+Blue) = 63+159+146=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9F92 is #C0606D. Grayscale: #808080. Windows color (decimal): -12607598 or 9609023. OLE color: 9609023.
HSL color Cylindrical-coordinate representation of color #3F9F92: hue angle of 171.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9F92 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 159 | 146 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.38 |
| HSL | 171.88º | 0.43% | 0.44% | - |
| HSV(B) | 171.88º | 0.6% | 0.62% | - |
| XYZ | 19.64 | 27.93 | 31.55 | - |
| YUV | 128.81 | 137.7 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 146 | 0.60 | 0 | 0.08 | 0.38 | 171.88 | 0.43 | 0.44 |
| Hex | 3F | 9F | 92 | 3C | 0 | 8 | 26 | AC | 2B | 2C |
| Octal | 77 | 237 | 222 | 74 | 0 | 10 | 46 | 254 | 53 | 54 |
| Binary | 111111 | 10011111 | 10010010 | 111100 | 0 | 1000 | 100110 | 10101100 | 101011 | 101100 |
Color Harmonies of #3F9F92
Complementary color
Monochromatic Colors of #3F9F92
Black with #3F9F92
Text Example
Text Example
White with #3F9F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9F92; }
p { color: rgb(63,159,146); }
H1.HeaderClassName
{
color: #3F9F92;
}
.AnyTagClassName
{
color: #3F9F92;
}
</style>
background-color css
<style>
a { background-color: #3F9F92; }
a { background-color: rgb(63,159,146); }
div.DivClassName
{
background-color: #3F9F92;
}
.BgClassName
{
background-color: #3F9F92;
}
</style>
border-color css
<style>
span { border-color: #3F9F92; }
span { border-color: rgb(63,159,146); }
td.TdClassName
{
border-color: #3F9F92;
}
.TagClassName
{
border-color: #3F9F92;
}
</style>