Shades of Gossamer #3FA282
Tints of Gossamer #3FA282
RGB
CMYK
RGB Variations
Color information
#3FA282 (or 0x3FA282) is known color: Gossamer. HEX triplet: 3F, A2 and 82. RGB value is (63,162,130). Sum of RGB (Red+Green+Blue) = 63+162+130=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA282 is #C05D7D. Grayscale: #808080. Windows color (decimal): -12606846 or 8561215. OLE color: 8561215.
HSL color Cylindrical-coordinate representation of color #3FA282: hue angle of 160.61º 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 #3FA282 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 162 | 130 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.36 |
| HSL | 160.61º | 0.44% | 0.44% | - |
| HSV(B) | 160.61º | 0.61% | 0.64% | - |
| XYZ | 19 | 28.51 | 25.62 | - |
| YUV | 128.75 | 128.7 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 130 | 0.61 | 0 | 0.20 | 0.36 | 160.61 | 0.44 | 0.44 |
| Hex | 3F | A2 | 82 | 3D | 0 | 14 | 24 | A1 | 2C | 2C |
| Octal | 77 | 242 | 202 | 75 | 0 | 24 | 44 | 241 | 54 | 54 |
| Binary | 111111 | 10100010 | 10000010 | 111101 | 0 | 10100 | 100100 | 10100001 | 101100 | 101100 |
Color Harmonies of #3FA282
Complementary color
Monochromatic Colors of #3FA282
Black with #3FA282
Text Example
Text Example
White with #3FA282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA282; }
p { color: rgb(63,162,130); }
H1.HeaderClassName
{
color: #3FA282;
}
.AnyTagClassName
{
color: #3FA282;
}
</style>
background-color css
<style>
a { background-color: #3FA282; }
a { background-color: rgb(63,162,130); }
div.DivClassName
{
background-color: #3FA282;
}
.BgClassName
{
background-color: #3FA282;
}
</style>
border-color css
<style>
span { border-color: #3FA282; }
span { border-color: rgb(63,162,130); }
td.TdClassName
{
border-color: #3FA282;
}
.TagClassName
{
border-color: #3FA282;
}
</style>