Shades of Gossamer #3FA194
Tints of Gossamer #3FA194
RGB
CMYK
RGB Variations
Color information
#3FA194 (or 0x3FA194) is known color: Gossamer. HEX triplet: 3F, A1 and 94. RGB value is (63,161,148). Sum of RGB (Red+Green+Blue) = 63+161+148=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 161 - color contains mainly: green. Hex color #3FA194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA194 is #C05E6B. Grayscale: #828282. Windows color (decimal): -12607084 or 9740607. OLE color: 9740607.
HSL color Cylindrical-coordinate representation of color #3FA194: hue angle of 172.04º 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 #3FA194 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 161 | 148 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.37 |
| HSL | 172.04º | 0.44% | 0.44% | - |
| HSV(B) | 172.04º | 0.61% | 0.63% | - |
| XYZ | 20.14 | 28.68 | 32.49 | - |
| YUV | 130.22 | 138.03 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 148 | 0.61 | 0 | 0.08 | 0.37 | 172.04 | 0.44 | 0.44 |
| Hex | 3F | A1 | 94 | 3D | 0 | 8 | 25 | AC | 2C | 2C |
| Octal | 77 | 241 | 224 | 75 | 0 | 10 | 45 | 254 | 54 | 54 |
| Binary | 111111 | 10100001 | 10010100 | 111101 | 0 | 1000 | 100101 | 10101100 | 101100 | 101100 |
Color Harmonies of #3FA194
Complementary color
Monochromatic Colors of #3FA194
Black with #3FA194
Text Example
Text Example
White with #3FA194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA194; }
p { color: rgb(63,161,148); }
H1.HeaderClassName
{
color: #3FA194;
}
.AnyTagClassName
{
color: #3FA194;
}
</style>
background-color css
<style>
a { background-color: #3FA194; }
a { background-color: rgb(63,161,148); }
div.DivClassName
{
background-color: #3FA194;
}
.BgClassName
{
background-color: #3FA194;
}
</style>
border-color css
<style>
span { border-color: #3FA194; }
span { border-color: rgb(63,161,148); }
td.TdClassName
{
border-color: #3FA194;
}
.TagClassName
{
border-color: #3FA194;
}
</style>