Shades of Gossamer #3FA094
Tints of Gossamer #3FA094
RGB
CMYK
RGB Variations
Color information
#3FA094 (or 0x3FA094) is known color: Gossamer. HEX triplet: 3F, A0 and 94. RGB value is (63,160,148). Sum of RGB (Red+Green+Blue) = 63+160+148=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA094 is #C05F6B. Grayscale: #818181. Windows color (decimal): -12607340 or 9740351. OLE color: 9740351.
HSL color Cylindrical-coordinate representation of color #3FA094: hue angle of 172.58º 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 #3FA094 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 148 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.37 |
| HSL | 172.58º | 0.43% | 0.44% | - |
| HSV(B) | 172.58º | 0.61% | 0.63% | - |
| XYZ | 19.97 | 28.34 | 32.43 | - |
| YUV | 129.63 | 138.36 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 148 | 0.61 | 0 | 0.07 | 0.37 | 172.58 | 0.43 | 0.44 |
| Hex | 3F | A0 | 94 | 3D | 0 | 7 | 25 | AD | 2B | 2C |
| Octal | 77 | 240 | 224 | 75 | 0 | 7 | 45 | 255 | 53 | 54 |
| Binary | 111111 | 10100000 | 10010100 | 111101 | 0 | 111 | 100101 | 10101101 | 101011 | 101100 |
Color Harmonies of #3FA094
Complementary color
Monochromatic Colors of #3FA094
Black with #3FA094
Text Example
Text Example
White with #3FA094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA094; }
p { color: rgb(63,160,148); }
H1.HeaderClassName
{
color: #3FA094;
}
.AnyTagClassName
{
color: #3FA094;
}
</style>
background-color css
<style>
a { background-color: #3FA094; }
a { background-color: rgb(63,160,148); }
div.DivClassName
{
background-color: #3FA094;
}
.BgClassName
{
background-color: #3FA094;
}
</style>
border-color css
<style>
span { border-color: #3FA094; }
span { border-color: rgb(63,160,148); }
td.TdClassName
{
border-color: #3FA094;
}
.TagClassName
{
border-color: #3FA094;
}
</style>