Shades of Gossamer #3FA07B
Tints of Gossamer #3FA07B
RGB
CMYK
RGB Variations
Color information
#3FA07B (or 0x3FA07B) is known color: Gossamer. HEX triplet: 3F, A0 and 7B. RGB value is (63,160,123). Sum of RGB (Red+Green+Blue) = 63+160+123=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA07B is #C05F84. Grayscale: #7E7E7E. Windows color (decimal): -12607365 or 8101951. OLE color: 8101951.
HSL color Cylindrical-coordinate representation of color #3FA07B: hue angle of 157.11º degrees, saturation: 0.43, 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 #3FA07B is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 123 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.37 |
| HSL | 157.11º | 0.43% | 0.44% | - |
| HSV(B) | 157.11º | 0.61% | 0.63% | - |
| XYZ | 18.2 | 27.63 | 23.11 | - |
| YUV | 126.78 | 125.86 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 123 | 0.61 | 0 | 0.23 | 0.37 | 157.11 | 0.43 | 0.44 |
| Hex | 3F | A0 | 7B | 3D | 0 | 17 | 25 | 9D | 2B | 2C |
| Octal | 77 | 240 | 173 | 75 | 0 | 27 | 45 | 235 | 53 | 54 |
| Binary | 111111 | 10100000 | 1111011 | 111101 | 0 | 10111 | 100101 | 10011101 | 101011 | 101100 |
Color Harmonies of #3FA07B
Complementary color
Monochromatic Colors of #3FA07B
Black with #3FA07B
Text Example
Text Example
White with #3FA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA07B; }
p { color: rgb(63,160,123); }
H1.HeaderClassName
{
color: #3FA07B;
}
.AnyTagClassName
{
color: #3FA07B;
}
</style>
background-color css
<style>
a { background-color: #3FA07B; }
a { background-color: rgb(63,160,123); }
div.DivClassName
{
background-color: #3FA07B;
}
.BgClassName
{
background-color: #3FA07B;
}
</style>
border-color css
<style>
span { border-color: #3FA07B; }
span { border-color: rgb(63,160,123); }
td.TdClassName
{
border-color: #3FA07B;
}
.TagClassName
{
border-color: #3FA07B;
}
</style>