Shades of Gossamer #3FA98A
Tints of Gossamer #3FA98A
RGB
CMYK
RGB Variations
Color information
#3FA98A (or 0x3FA98A) is known color: Gossamer. HEX triplet: 3F, A9 and 8A. RGB value is (63,169,138). Sum of RGB (Red+Green+Blue) = 63+169+138=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 169 - color contains mainly: green. Hex color #3FA98A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA98A is #C05675. Grayscale: #858585. Windows color (decimal): -12605046 or 9087295. OLE color: 9087295.
HSL color Cylindrical-coordinate representation of color #3FA98A: hue angle of 162.45º 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 #3FA98A is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 63 | 169 | 138 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.34 |
| HSL | 162.45º | 0.46% | 0.45% | - |
| HSV(B) | 162.45º | 0.63% | 0.66% | - |
| XYZ | 20.83 | 31.27 | 28.98 | - |
| YUV | 133.77 | 130.38 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 169 | 138 | 0.63 | 0 | 0.18 | 0.34 | 162.45 | 0.46 | 0.45 |
| Hex | 3F | A9 | 8A | 3F | 0 | 12 | 22 | A2 | 2E | 2D |
| Octal | 77 | 251 | 212 | 77 | 0 | 22 | 42 | 242 | 56 | 55 |
| Binary | 111111 | 10101001 | 10001010 | 111111 | 0 | 10010 | 100010 | 10100010 | 101110 | 101101 |
Color Harmonies of #3FA98A
Complementary color
Monochromatic Colors of #3FA98A
Black with #3FA98A
Text Example
Text Example
White with #3FA98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA98A; }
p { color: rgb(63,169,138); }
H1.HeaderClassName
{
color: #3FA98A;
}
.AnyTagClassName
{
color: #3FA98A;
}
</style>
background-color css
<style>
a { background-color: #3FA98A; }
a { background-color: rgb(63,169,138); }
div.DivClassName
{
background-color: #3FA98A;
}
.BgClassName
{
background-color: #3FA98A;
}
</style>
border-color css
<style>
span { border-color: #3FA98A; }
span { border-color: rgb(63,169,138); }
td.TdClassName
{
border-color: #3FA98A;
}
.TagClassName
{
border-color: #3FA98A;
}
</style>