Shades of Gossamer #3FA28F
Tints of Gossamer #3FA28F
RGB
CMYK
RGB Variations
Color information
#3FA28F (or 0x3FA28F) is known color: Gossamer. HEX triplet: 3F, A2 and 8F. RGB value is (63,162,143). Sum of RGB (Red+Green+Blue) = 63+162+143=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA28F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA28F is #C05D70. Grayscale: #828282. Windows color (decimal): -12606833 or 9413183. OLE color: 9413183.
HSL color Cylindrical-coordinate representation of color #3FA28F: hue angle of 168.48º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA28F is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 162 | 143 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.36 |
| HSL | 168.48º | 0.44% | 0.44% | - |
| HSV(B) | 168.48º | 0.61% | 0.64% | - |
| XYZ | 19.93 | 28.88 | 30.51 | - |
| YUV | 130.23 | 135.2 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 143 | 0.61 | 0 | 0.12 | 0.36 | 168.48 | 0.44 | 0.44 |
| Hex | 3F | A2 | 8F | 3D | 0 | C | 24 | A8 | 2C | 2C |
| Octal | 77 | 242 | 217 | 75 | 0 | 14 | 44 | 250 | 54 | 54 |
| Binary | 111111 | 10100010 | 10001111 | 111101 | 0 | 1100 | 100100 | 10101000 | 101100 | 101100 |
Color Harmonies of #3FA28F
Complementary color
Monochromatic Colors of #3FA28F
Black with #3FA28F
Text Example
Text Example
White with #3FA28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA28F; }
p { color: rgb(63,162,143); }
H1.HeaderClassName
{
color: #3FA28F;
}
.AnyTagClassName
{
color: #3FA28F;
}
</style>
background-color css
<style>
a { background-color: #3FA28F; }
a { background-color: rgb(63,162,143); }
div.DivClassName
{
background-color: #3FA28F;
}
.BgClassName
{
background-color: #3FA28F;
}
</style>
border-color css
<style>
span { border-color: #3FA28F; }
span { border-color: rgb(63,162,143); }
td.TdClassName
{
border-color: #3FA28F;
}
.TagClassName
{
border-color: #3FA28F;
}
</style>