Shades of Gossamer #3FAA80
Tints of Gossamer #3FAA80
RGB
CMYK
RGB Variations
Color information
#3FAA80 (or 0x3FAA80) is known color: Gossamer. HEX triplet: 3F, AA and 80. RGB value is (63,170,128). Sum of RGB (Red+Green+Blue) = 63+170+128=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAA80 is #C0557F. Grayscale: #858585. Windows color (decimal): -12604800 or 8432191. OLE color: 8432191.
HSL color Cylindrical-coordinate representation of color #3FAA80: hue angle of 156.45º 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 #3FAA80 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 170 | 128 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.33 |
| HSL | 156.45º | 0.46% | 0.46% | - |
| HSV(B) | 156.45º | 0.63% | 0.67% | - |
| XYZ | 20.32 | 31.36 | 25.41 | - |
| YUV | 133.22 | 125.05 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 128 | 0.63 | 0 | 0.25 | 0.33 | 156.45 | 0.46 | 0.46 |
| Hex | 3F | AA | 80 | 3F | 0 | 19 | 21 | 9C | 2E | 2E |
| Octal | 77 | 252 | 200 | 77 | 0 | 31 | 41 | 234 | 56 | 56 |
| Binary | 111111 | 10101010 | 10000000 | 111111 | 0 | 11001 | 100001 | 10011100 | 101110 | 101110 |
Color Harmonies of #3FAA80
Complementary color
Monochromatic Colors of #3FAA80
Black with #3FAA80
Text Example
Text Example
White with #3FAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAA80; }
p { color: rgb(63,170,128); }
H1.HeaderClassName
{
color: #3FAA80;
}
.AnyTagClassName
{
color: #3FAA80;
}
</style>
background-color css
<style>
a { background-color: #3FAA80; }
a { background-color: rgb(63,170,128); }
div.DivClassName
{
background-color: #3FAA80;
}
.BgClassName
{
background-color: #3FAA80;
}
</style>
border-color css
<style>
span { border-color: #3FAA80; }
span { border-color: rgb(63,170,128); }
td.TdClassName
{
border-color: #3FAA80;
}
.TagClassName
{
border-color: #3FAA80;
}
</style>