Shades of Gossamer #3FAA84
Tints of Gossamer #3FAA84
RGB
CMYK
RGB Variations
Color information
#3FAA84 (or 0x3FAA84) is known color: Gossamer. HEX triplet: 3F, AA and 84. RGB value is (63,170,132). Sum of RGB (Red+Green+Blue) = 63+170+132=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAA84 is #C0557B. Grayscale: #858585. Windows color (decimal): -12604796 or 8694335. OLE color: 8694335.
HSL color Cylindrical-coordinate representation of color #3FAA84: hue angle of 158.69º 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 #3FAA84 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 170 | 132 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.33 |
| HSL | 158.69º | 0.46% | 0.46% | - |
| HSV(B) | 158.69º | 0.63% | 0.67% | - |
| XYZ | 20.59 | 31.47 | 26.82 | - |
| YUV | 133.68 | 127.05 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 132 | 0.63 | 0 | 0.22 | 0.33 | 158.69 | 0.46 | 0.46 |
| Hex | 3F | AA | 84 | 3F | 0 | 16 | 21 | 9F | 2E | 2E |
| Octal | 77 | 252 | 204 | 77 | 0 | 26 | 41 | 237 | 56 | 56 |
| Binary | 111111 | 10101010 | 10000100 | 111111 | 0 | 10110 | 100001 | 10011111 | 101110 | 101110 |
Color Harmonies of #3FAA84
Complementary color
Monochromatic Colors of #3FAA84
Black with #3FAA84
Text Example
Text Example
White with #3FAA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAA84; }
p { color: rgb(63,170,132); }
H1.HeaderClassName
{
color: #3FAA84;
}
.AnyTagClassName
{
color: #3FAA84;
}
</style>
background-color css
<style>
a { background-color: #3FAA84; }
a { background-color: rgb(63,170,132); }
div.DivClassName
{
background-color: #3FAA84;
}
.BgClassName
{
background-color: #3FAA84;
}
</style>
border-color css
<style>
span { border-color: #3FAA84; }
span { border-color: rgb(63,170,132); }
td.TdClassName
{
border-color: #3FAA84;
}
.TagClassName
{
border-color: #3FAA84;
}
</style>