Shades of Gossamer #3F9C8B
Tints of Gossamer #3F9C8B
RGB
CMYK
RGB Variations
Color information
#3F9C8B (or 0x3F9C8B) is known color: Gossamer. HEX triplet: 3F, 9C and 8B. RGB value is (63,156,139). Sum of RGB (Red+Green+Blue) = 63+156+139=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #3F9C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9C8B is #C06374. Grayscale: #7E7E7E. Windows color (decimal): -12608373 or 9149503. OLE color: 9149503.
HSL color Cylindrical-coordinate representation of color #3F9C8B: hue angle of 169.03º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9C8B is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 156 | 139 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.39 |
| HSL | 169.03º | 0.42% | 0.43% | - |
| HSV(B) | 169.03º | 0.6% | 0.61% | - |
| XYZ | 18.6 | 26.7 | 28.6 | - |
| YUV | 126.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 156 | 139 | 0.60 | 0 | 0.11 | 0.39 | 169.03 | 0.42 | 0.43 |
| Hex | 3F | 9C | 8B | 3C | 0 | B | 27 | A9 | 2A | 2B |
| Octal | 77 | 234 | 213 | 74 | 0 | 13 | 47 | 251 | 52 | 53 |
| Binary | 111111 | 10011100 | 10001011 | 111100 | 0 | 1011 | 100111 | 10101001 | 101010 | 101011 |
Color Harmonies of #3F9C8B
Complementary color
Monochromatic Colors of #3F9C8B
Black with #3F9C8B
Text Example
Text Example
White with #3F9C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9C8B; }
p { color: rgb(63,156,139); }
H1.HeaderClassName
{
color: #3F9C8B;
}
.AnyTagClassName
{
color: #3F9C8B;
}
</style>
background-color css
<style>
a { background-color: #3F9C8B; }
a { background-color: rgb(63,156,139); }
div.DivClassName
{
background-color: #3F9C8B;
}
.BgClassName
{
background-color: #3F9C8B;
}
</style>
border-color css
<style>
span { border-color: #3F9C8B; }
span { border-color: rgb(63,156,139); }
td.TdClassName
{
border-color: #3F9C8B;
}
.TagClassName
{
border-color: #3F9C8B;
}
</style>