Shades of Gossamer #3F9E8A
Tints of Gossamer #3F9E8A
RGB
CMYK
RGB Variations
Color information
#3F9E8A (or 0x3F9E8A) is known color: Gossamer. HEX triplet: 3F, 9E and 8A. RGB value is (63,158,138). Sum of RGB (Red+Green+Blue) = 63+158+138=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #3F9E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9E8A is #C06175. Grayscale: #7F7F7F. Windows color (decimal): -12607862 or 9084479. OLE color: 9084479.
HSL color Cylindrical-coordinate representation of color #3F9E8A: hue angle of 167.37º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9E8A is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 158 | 138 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.38 |
| HSL | 167.37º | 0.43% | 0.43% | - |
| HSV(B) | 167.37º | 0.6% | 0.62% | - |
| XYZ | 18.86 | 27.35 | 28.33 | - |
| YUV | 127.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 158 | 138 | 0.60 | 0 | 0.13 | 0.38 | 167.37 | 0.43 | 0.43 |
| Hex | 3F | 9E | 8A | 3C | 0 | D | 26 | A7 | 2B | 2B |
| Octal | 77 | 236 | 212 | 74 | 0 | 15 | 46 | 247 | 53 | 53 |
| Binary | 111111 | 10011110 | 10001010 | 111100 | 0 | 1101 | 100110 | 10100111 | 101011 | 101011 |
Color Harmonies of #3F9E8A
Complementary color
Monochromatic Colors of #3F9E8A
Black with #3F9E8A
Text Example
Text Example
White with #3F9E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9E8A; }
p { color: rgb(63,158,138); }
H1.HeaderClassName
{
color: #3F9E8A;
}
.AnyTagClassName
{
color: #3F9E8A;
}
</style>
background-color css
<style>
a { background-color: #3F9E8A; }
a { background-color: rgb(63,158,138); }
div.DivClassName
{
background-color: #3F9E8A;
}
.BgClassName
{
background-color: #3F9E8A;
}
</style>
border-color css
<style>
span { border-color: #3F9E8A; }
span { border-color: rgb(63,158,138); }
td.TdClassName
{
border-color: #3F9E8A;
}
.TagClassName
{
border-color: #3F9E8A;
}
</style>