Shades of Gossamer #3FAB7F
Tints of Gossamer #3FAB7F
RGB
CMYK
RGB Variations
Color information
#3FAB7F (or 0x3FAB7F) is known color: Gossamer. HEX triplet: 3F, AB and 7F. RGB value is (63,171,127). Sum of RGB (Red+Green+Blue) = 63+171+127=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAB7F is #C05480. Grayscale: #858585. Windows color (decimal): -12604545 or 8366911. OLE color: 8366911.
HSL color Cylindrical-coordinate representation of color #3FAB7F: hue angle of 155.56º 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 #3FAB7F is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 171 | 127 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.33 |
| HSL | 155.56º | 0.46% | 0.46% | - |
| HSV(B) | 155.56º | 0.63% | 0.67% | - |
| XYZ | 20.44 | 31.71 | 25.12 | - |
| YUV | 133.69 | 124.22 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 127 | 0.63 | 0 | 0.26 | 0.33 | 155.56 | 0.46 | 0.46 |
| Hex | 3F | AB | 7F | 3F | 0 | 1A | 21 | 9C | 2E | 2E |
| Octal | 77 | 253 | 177 | 77 | 0 | 32 | 41 | 234 | 56 | 56 |
| Binary | 111111 | 10101011 | 1111111 | 111111 | 0 | 11010 | 100001 | 10011100 | 101110 | 101110 |
Color Harmonies of #3FAB7F
Complementary color
Monochromatic Colors of #3FAB7F
Black with #3FAB7F
Text Example
Text Example
White with #3FAB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAB7F; }
p { color: rgb(63,171,127); }
H1.HeaderClassName
{
color: #3FAB7F;
}
.AnyTagClassName
{
color: #3FAB7F;
}
</style>
background-color css
<style>
a { background-color: #3FAB7F; }
a { background-color: rgb(63,171,127); }
div.DivClassName
{
background-color: #3FAB7F;
}
.BgClassName
{
background-color: #3FAB7F;
}
</style>
border-color css
<style>
span { border-color: #3FAB7F; }
span { border-color: rgb(63,171,127); }
td.TdClassName
{
border-color: #3FAB7F;
}
.TagClassName
{
border-color: #3FAB7F;
}
</style>