Shades of Gossamer #3FA17B
Tints of Gossamer #3FA17B
RGB
CMYK
RGB Variations
Color information
#3FA17B (or 0x3FA17B) is known color: Gossamer. HEX triplet: 3F, A1 and 7B. RGB value is (63,161,123). Sum of RGB (Red+Green+Blue) = 63+161+123=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #3FA17B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA17B is #C05E84. Grayscale: #7F7F7F. Windows color (decimal): -12607109 or 8102207. OLE color: 8102207.
HSL color Cylindrical-coordinate representation of color #3FA17B: hue angle of 156.73º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA17B is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 161 | 123 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.37 |
| HSL | 156.73º | 0.44% | 0.44% | - |
| HSV(B) | 156.73º | 0.61% | 0.63% | - |
| XYZ | 18.37 | 27.98 | 23.17 | - |
| YUV | 127.37 | 125.53 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 123 | 0.61 | 0 | 0.24 | 0.37 | 156.73 | 0.44 | 0.44 |
| Hex | 3F | A1 | 7B | 3D | 0 | 18 | 25 | 9D | 2C | 2C |
| Octal | 77 | 241 | 173 | 75 | 0 | 30 | 45 | 235 | 54 | 54 |
| Binary | 111111 | 10100001 | 1111011 | 111101 | 0 | 11000 | 100101 | 10011101 | 101100 | 101100 |
Color Harmonies of #3FA17B
Complementary color
Monochromatic Colors of #3FA17B
Black with #3FA17B
Text Example
Text Example
White with #3FA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA17B; }
p { color: rgb(63,161,123); }
H1.HeaderClassName
{
color: #3FA17B;
}
.AnyTagClassName
{
color: #3FA17B;
}
</style>
background-color css
<style>
a { background-color: #3FA17B; }
a { background-color: rgb(63,161,123); }
div.DivClassName
{
background-color: #3FA17B;
}
.BgClassName
{
background-color: #3FA17B;
}
</style>
border-color css
<style>
span { border-color: #3FA17B; }
span { border-color: rgb(63,161,123); }
td.TdClassName
{
border-color: #3FA17B;
}
.TagClassName
{
border-color: #3FA17B;
}
</style>