Shades of Gossamer #3D9A86
Tints of Gossamer #3D9A86
RGB
CMYK
RGB Variations
Color information
#3D9A86 (or 0x3D9A86) is known color: Gossamer. HEX triplet: 3D, 9A and 86. RGB value is (61,154,134). Sum of RGB (Red+Green+Blue) = 61+154+134=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 154 - color contains mainly: green. Hex color #3D9A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9A86 is #C26579. Grayscale: #7B7B7B. Windows color (decimal): -12739962 or 8821309. OLE color: 8821309.
HSL color Cylindrical-coordinate representation of color #3D9A86: hue angle of 167.1º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D9A86 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 154 | 134 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.40 |
| HSL | 167.1º | 0.43% | 0.42% | - |
| HSV(B) | 167.1º | 0.6% | 0.6% | - |
| XYZ | 17.78 | 25.82 | 26.6 | - |
| YUV | 123.91 | 133.69 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 154 | 134 | 0.60 | 0 | 0.13 | 0.40 | 167.1 | 0.43 | 0.42 |
| Hex | 3D | 9A | 86 | 3C | 0 | D | 28 | A7 | 2B | 2A |
| Octal | 75 | 232 | 206 | 74 | 0 | 15 | 50 | 247 | 53 | 52 |
| Binary | 111101 | 10011010 | 10000110 | 111100 | 0 | 1101 | 101000 | 10100111 | 101011 | 101010 |
Color Harmonies of #3D9A86
Complementary color
Monochromatic Colors of #3D9A86
Black with #3D9A86
Text Example
Text Example
White with #3D9A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9A86; }
p { color: rgb(61,154,134); }
H1.HeaderClassName
{
color: #3D9A86;
}
.AnyTagClassName
{
color: #3D9A86;
}
</style>
background-color css
<style>
a { background-color: #3D9A86; }
a { background-color: rgb(61,154,134); }
div.DivClassName
{
background-color: #3D9A86;
}
.BgClassName
{
background-color: #3D9A86;
}
</style>
border-color css
<style>
span { border-color: #3D9A86; }
span { border-color: rgb(61,154,134); }
td.TdClassName
{
border-color: #3D9A86;
}
.TagClassName
{
border-color: #3D9A86;
}
</style>