Shades of Gossamer #3FAF93
Tints of Gossamer #3FAF93
RGB
CMYK
RGB Variations
Color information
#3FAF93 (or 0x3FAF93) is known color: Gossamer. HEX triplet: 3F, AF and 93. RGB value is (63,175,147). Sum of RGB (Red+Green+Blue) = 63+175+147=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAF93 is #C0506C. Grayscale: #8A8A8A. Windows color (decimal): -12603501 or 9678655. OLE color: 9678655.
HSL color Cylindrical-coordinate representation of color #3FAF93: hue angle of 165º 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 #3FAF93 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 147 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.31 |
| HSL | 165º | 0.47% | 0.47% | - |
| HSV(B) | 165º | 0.64% | 0.69% | - |
| XYZ | 22.65 | 33.82 | 32.94 | - |
| YUV | 138.32 | 132.89 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 147 | 0.64 | 0 | 0.16 | 0.31 | 165 | 0.47 | 0.47 |
| Hex | 3F | AF | 93 | 40 | 0 | 10 | 1F | A5 | 2F | 2F |
| Octal | 77 | 257 | 223 | 100 | 0 | 20 | 37 | 245 | 57 | 57 |
| Binary | 111111 | 10101111 | 10010011 | 1000000 | 0 | 10000 | 11111 | 10100101 | 101111 | 101111 |
Color Harmonies of #3FAF93
Complementary color
Monochromatic Colors of #3FAF93
Black with #3FAF93
Text Example
Text Example
White with #3FAF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAF93; }
p { color: rgb(63,175,147); }
H1.HeaderClassName
{
color: #3FAF93;
}
.AnyTagClassName
{
color: #3FAF93;
}
</style>
background-color css
<style>
a { background-color: #3FAF93; }
a { background-color: rgb(63,175,147); }
div.DivClassName
{
background-color: #3FAF93;
}
.BgClassName
{
background-color: #3FAF93;
}
</style>
border-color css
<style>
span { border-color: #3FAF93; }
span { border-color: rgb(63,175,147); }
td.TdClassName
{
border-color: #3FAF93;
}
.TagClassName
{
border-color: #3FAF93;
}
</style>