Shades of Gossamer #3FA98F
Tints of Gossamer #3FA98F
RGB
CMYK
RGB Variations
Color information
#3FA98F (or 0x3FA98F) is known color: Gossamer. HEX triplet: 3F, A9 and 8F. RGB value is (63,169,143). Sum of RGB (Red+Green+Blue) = 63+169+143=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 169 - color contains mainly: green. Hex color #3FA98F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA98F is #C05670. Grayscale: #868686. Windows color (decimal): -12605041 or 9414975. OLE color: 9414975.
HSL color Cylindrical-coordinate representation of color #3FA98F: hue angle of 165.28º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FA98F is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 63 | 169 | 143 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.34 |
| HSL | 165.28º | 0.46% | 0.45% | - |
| HSV(B) | 165.28º | 0.63% | 0.66% | - |
| XYZ | 21.2 | 31.42 | 30.93 | - |
| YUV | 134.34 | 132.88 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 169 | 143 | 0.63 | 0 | 0.15 | 0.34 | 165.28 | 0.46 | 0.45 |
| Hex | 3F | A9 | 8F | 3F | 0 | F | 22 | A5 | 2E | 2D |
| Octal | 77 | 251 | 217 | 77 | 0 | 17 | 42 | 245 | 56 | 55 |
| Binary | 111111 | 10101001 | 10001111 | 111111 | 0 | 1111 | 100010 | 10100101 | 101110 | 101101 |
Color Harmonies of #3FA98F
Complementary color
Monochromatic Colors of #3FA98F
Black with #3FA98F
Text Example
Text Example
White with #3FA98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA98F; }
p { color: rgb(63,169,143); }
H1.HeaderClassName
{
color: #3FA98F;
}
.AnyTagClassName
{
color: #3FA98F;
}
</style>
background-color css
<style>
a { background-color: #3FA98F; }
a { background-color: rgb(63,169,143); }
div.DivClassName
{
background-color: #3FA98F;
}
.BgClassName
{
background-color: #3FA98F;
}
</style>
border-color css
<style>
span { border-color: #3FA98F; }
span { border-color: rgb(63,169,143); }
td.TdClassName
{
border-color: #3FA98F;
}
.TagClassName
{
border-color: #3FA98F;
}
</style>