Shades of Gossamer #3FAC83
Tints of Gossamer #3FAC83
RGB
CMYK
RGB Variations
Color information
#3FAC83 (or 0x3FAC83) is known color: Gossamer. HEX triplet: 3F, AC and 83. RGB value is (63,172,131). Sum of RGB (Red+Green+Blue) = 63+172+131=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAC83 is #C0537C. Grayscale: #868686. Windows color (decimal): -12604285 or 8629311. OLE color: 8629311.
HSL color Cylindrical-coordinate representation of color #3FAC83: hue angle of 157.43º 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 #3FAC83 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 131 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.33 |
| HSL | 157.43º | 0.46% | 0.46% | - |
| HSV(B) | 157.43º | 0.63% | 0.67% | - |
| XYZ | 20.9 | 32.2 | 26.59 | - |
| YUV | 134.74 | 125.89 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 131 | 0.63 | 0 | 0.24 | 0.33 | 157.43 | 0.46 | 0.46 |
| Hex | 3F | AC | 83 | 3F | 0 | 18 | 21 | 9D | 2E | 2E |
| Octal | 77 | 254 | 203 | 77 | 0 | 30 | 41 | 235 | 56 | 56 |
| Binary | 111111 | 10101100 | 10000011 | 111111 | 0 | 11000 | 100001 | 10011101 | 101110 | 101110 |
Color Harmonies of #3FAC83
Complementary color
Monochromatic Colors of #3FAC83
Black with #3FAC83
Text Example
Text Example
White with #3FAC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC83; }
p { color: rgb(63,172,131); }
H1.HeaderClassName
{
color: #3FAC83;
}
.AnyTagClassName
{
color: #3FAC83;
}
</style>
background-color css
<style>
a { background-color: #3FAC83; }
a { background-color: rgb(63,172,131); }
div.DivClassName
{
background-color: #3FAC83;
}
.BgClassName
{
background-color: #3FAC83;
}
</style>
border-color css
<style>
span { border-color: #3FAC83; }
span { border-color: rgb(63,172,131); }
td.TdClassName
{
border-color: #3FAC83;
}
.TagClassName
{
border-color: #3FAC83;
}
</style>