Shades of Gossamer #3FAF87
Tints of Gossamer #3FAF87
RGB
CMYK
RGB Variations
Color information
#3FAF87 (or 0x3FAF87) is known color: Gossamer. HEX triplet: 3F, AF and 87. RGB value is (63,175,135). Sum of RGB (Red+Green+Blue) = 63+175+135=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAF87 is #C05078. Grayscale: #898989. Windows color (decimal): -12603513 or 8892223. OLE color: 8892223.
HSL color Cylindrical-coordinate representation of color #3FAF87: hue angle of 158.57º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAF87 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 135 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.31 |
| HSL | 158.57º | 0.47% | 0.47% | - |
| HSV(B) | 158.57º | 0.64% | 0.69% | - |
| XYZ | 21.75 | 33.47 | 28.23 | - |
| YUV | 136.95 | 126.89 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 135 | 0.64 | 0 | 0.23 | 0.31 | 158.57 | 0.47 | 0.47 |
| Hex | 3F | AF | 87 | 40 | 0 | 17 | 1F | 9F | 2F | 2F |
| Octal | 77 | 257 | 207 | 100 | 0 | 27 | 37 | 237 | 57 | 57 |
| Binary | 111111 | 10101111 | 10000111 | 1000000 | 0 | 10111 | 11111 | 10011111 | 101111 | 101111 |
Color Harmonies of #3FAF87
Complementary color
Monochromatic Colors of #3FAF87
Black with #3FAF87
Text Example
Text Example
White with #3FAF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAF87; }
p { color: rgb(63,175,135); }
H1.HeaderClassName
{
color: #3FAF87;
}
.AnyTagClassName
{
color: #3FAF87;
}
</style>
background-color css
<style>
a { background-color: #3FAF87; }
a { background-color: rgb(63,175,135); }
div.DivClassName
{
background-color: #3FAF87;
}
.BgClassName
{
background-color: #3FAF87;
}
</style>
border-color css
<style>
span { border-color: #3FAF87; }
span { border-color: rgb(63,175,135); }
td.TdClassName
{
border-color: #3FAF87;
}
.TagClassName
{
border-color: #3FAF87;
}
</style>