Shades of Gossamer #3FA08B
Tints of Gossamer #3FA08B
RGB
CMYK
RGB Variations
Color information
#3FA08B (or 0x3FA08B) is known color: Gossamer. HEX triplet: 3F, A0 and 8B. RGB value is (63,160,139). Sum of RGB (Red+Green+Blue) = 63+160+139=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA08B is #C05F74. Grayscale: #808080. Windows color (decimal): -12607349 or 9150527. OLE color: 9150527.
HSL color Cylindrical-coordinate representation of color #3FA08B: hue angle of 167.01º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA08B is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 139 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.37 |
| HSL | 167.01º | 0.43% | 0.44% | - |
| HSV(B) | 167.01º | 0.61% | 0.63% | - |
| XYZ | 19.28 | 28.06 | 28.83 | - |
| YUV | 128.6 | 133.86 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 139 | 0.61 | 0 | 0.13 | 0.37 | 167.01 | 0.43 | 0.44 |
| Hex | 3F | A0 | 8B | 3D | 0 | D | 25 | A7 | 2B | 2C |
| Octal | 77 | 240 | 213 | 75 | 0 | 15 | 45 | 247 | 53 | 54 |
| Binary | 111111 | 10100000 | 10001011 | 111101 | 0 | 1101 | 100101 | 10100111 | 101011 | 101100 |
Color Harmonies of #3FA08B
Complementary color
Monochromatic Colors of #3FA08B
Black with #3FA08B
Text Example
Text Example
White with #3FA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA08B; }
p { color: rgb(63,160,139); }
H1.HeaderClassName
{
color: #3FA08B;
}
.AnyTagClassName
{
color: #3FA08B;
}
</style>
background-color css
<style>
a { background-color: #3FA08B; }
a { background-color: rgb(63,160,139); }
div.DivClassName
{
background-color: #3FA08B;
}
.BgClassName
{
background-color: #3FA08B;
}
</style>
border-color css
<style>
span { border-color: #3FA08B; }
span { border-color: rgb(63,160,139); }
td.TdClassName
{
border-color: #3FA08B;
}
.TagClassName
{
border-color: #3FA08B;
}
</style>