Shades of Gossamer #3FAC96
Tints of Gossamer #3FAC96
RGB
CMYK
RGB Variations
Color information
#3FAC96 (or 0x3FAC96) is known color: Gossamer. HEX triplet: 3F, AC and 96. RGB value is (63,172,150). Sum of RGB (Red+Green+Blue) = 63+172+150=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAC96 is #C05369. Grayscale: #888888. Windows color (decimal): -12604266 or 9874495. OLE color: 9874495.
HSL color Cylindrical-coordinate representation of color #3FAC96: hue angle of 167.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAC96 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 150 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.33 |
| HSL | 167.89º | 0.46% | 0.46% | - |
| HSV(B) | 167.89º | 0.63% | 0.67% | - |
| XYZ | 22.31 | 32.76 | 34 | - |
| YUV | 136.9 | 135.39 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 150 | 0.63 | 0 | 0.13 | 0.33 | 167.89 | 0.46 | 0.46 |
| Hex | 3F | AC | 96 | 3F | 0 | D | 21 | A8 | 2E | 2E |
| Octal | 77 | 254 | 226 | 77 | 0 | 15 | 41 | 250 | 56 | 56 |
| Binary | 111111 | 10101100 | 10010110 | 111111 | 0 | 1101 | 100001 | 10101000 | 101110 | 101110 |
Color Harmonies of #3FAC96
Complementary color
Monochromatic Colors of #3FAC96
Black with #3FAC96
Text Example
Text Example
White with #3FAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC96; }
p { color: rgb(63,172,150); }
H1.HeaderClassName
{
color: #3FAC96;
}
.AnyTagClassName
{
color: #3FAC96;
}
</style>
background-color css
<style>
a { background-color: #3FAC96; }
a { background-color: rgb(63,172,150); }
div.DivClassName
{
background-color: #3FAC96;
}
.BgClassName
{
background-color: #3FAC96;
}
</style>
border-color css
<style>
span { border-color: #3FAC96; }
span { border-color: rgb(63,172,150); }
td.TdClassName
{
border-color: #3FAC96;
}
.TagClassName
{
border-color: #3FAC96;
}
</style>