Shades of Gossamer #3FAD93
Tints of Gossamer #3FAD93
RGB
CMYK
RGB Variations
Color information
#3FAD93 (or 0x3FAD93) is known color: Gossamer. HEX triplet: 3F, AD and 93. RGB value is (63,173,147). Sum of RGB (Red+Green+Blue) = 63+173+147=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAD93 is #C0526C. Grayscale: #898989. Windows color (decimal): -12604013 or 9678143. OLE color: 9678143.
HSL color Cylindrical-coordinate representation of color #3FAD93: hue angle of 165.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAD93 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 147 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.32 |
| HSL | 165.82º | 0.47% | 0.46% | - |
| HSV(B) | 165.82º | 0.64% | 0.68% | - |
| XYZ | 22.26 | 33.05 | 32.81 | - |
| YUV | 137.15 | 133.56 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 147 | 0.64 | 0 | 0.15 | 0.32 | 165.82 | 0.47 | 0.46 |
| Hex | 3F | AD | 93 | 40 | 0 | F | 20 | A6 | 2F | 2E |
| Octal | 77 | 255 | 223 | 100 | 0 | 17 | 40 | 246 | 57 | 56 |
| Binary | 111111 | 10101101 | 10010011 | 1000000 | 0 | 1111 | 100000 | 10100110 | 101111 | 101110 |
Color Harmonies of #3FAD93
Complementary color
Monochromatic Colors of #3FAD93
Black with #3FAD93
Text Example
Text Example
White with #3FAD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAD93; }
p { color: rgb(63,173,147); }
H1.HeaderClassName
{
color: #3FAD93;
}
.AnyTagClassName
{
color: #3FAD93;
}
</style>
background-color css
<style>
a { background-color: #3FAD93; }
a { background-color: rgb(63,173,147); }
div.DivClassName
{
background-color: #3FAD93;
}
.BgClassName
{
background-color: #3FAD93;
}
</style>
border-color css
<style>
span { border-color: #3FAD93; }
span { border-color: rgb(63,173,147); }
td.TdClassName
{
border-color: #3FAD93;
}
.TagClassName
{
border-color: #3FAD93;
}
</style>