Shades of Gossamer #3FA68F
Tints of Gossamer #3FA68F
RGB
CMYK
RGB Variations
Color information
#3FA68F (or 0x3FA68F) is known color: Gossamer. HEX triplet: 3F, A6 and 8F. RGB value is (63,166,143). Sum of RGB (Red+Green+Blue) = 63+166+143=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA68F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA68F is #C05970. Grayscale: #848484. Windows color (decimal): -12605809 or 9414207. OLE color: 9414207.
HSL color Cylindrical-coordinate representation of color #3FA68F: hue angle of 166.6º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA68F is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 166 | 143 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.35 |
| HSL | 166.6º | 0.45% | 0.45% | - |
| HSV(B) | 166.6º | 0.62% | 0.65% | - |
| XYZ | 20.64 | 30.31 | 30.75 | - |
| YUV | 132.58 | 133.88 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 143 | 0.62 | 0 | 0.14 | 0.35 | 166.6 | 0.45 | 0.45 |
| Hex | 3F | A6 | 8F | 3E | 0 | E | 23 | A7 | 2D | 2D |
| Octal | 77 | 246 | 217 | 76 | 0 | 16 | 43 | 247 | 55 | 55 |
| Binary | 111111 | 10100110 | 10001111 | 111110 | 0 | 1110 | 100011 | 10100111 | 101101 | 101101 |
Color Harmonies of #3FA68F
Complementary color
Monochromatic Colors of #3FA68F
Black with #3FA68F
Text Example
Text Example
White with #3FA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA68F; }
p { color: rgb(63,166,143); }
H1.HeaderClassName
{
color: #3FA68F;
}
.AnyTagClassName
{
color: #3FA68F;
}
</style>
background-color css
<style>
a { background-color: #3FA68F; }
a { background-color: rgb(63,166,143); }
div.DivClassName
{
background-color: #3FA68F;
}
.BgClassName
{
background-color: #3FA68F;
}
</style>
border-color css
<style>
span { border-color: #3FA68F; }
span { border-color: rgb(63,166,143); }
td.TdClassName
{
border-color: #3FA68F;
}
.TagClassName
{
border-color: #3FA68F;
}
</style>