Shades of Gossamer #3D9985
Tints of Gossamer #3D9985
RGB
CMYK
RGB Variations
Color information
#3D9985 (or 0x3D9985) is known color: Gossamer. HEX triplet: 3D, 99 and 85. RGB value is (61,153,133). Sum of RGB (Red+Green+Blue) = 61+153+133=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #3D9985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9985 is #C2667A. Grayscale: #7B7B7B. Windows color (decimal): -12740219 or 8755517. OLE color: 8755517.
HSL color Cylindrical-coordinate representation of color #3D9985: hue angle of 166.96º 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 #3D9985 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 61 | 153 | 133 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.4 |
| HSL | 166.96º | 0.43% | 0.42% | - |
| HSV(B) | 166.96º | 0.6% | 0.6% | - |
| XYZ | 17.55 | 25.47 | 26.18 | - |
| YUV | 123.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 153 | 133 | 0.60 | 0 | 0.13 | 0.4 | 166.96 | 0.43 | 0.42 |
| Hex | 3D | 99 | 85 | 3C | 0 | D | 28 | A7 | 2B | 2A |
| Octal | 75 | 231 | 205 | 74 | 0 | 15 | 50 | 247 | 53 | 52 |
| Binary | 111101 | 10011001 | 10000101 | 111100 | 0 | 1101 | 101000 | 10100111 | 101011 | 101010 |
Color Harmonies of #3D9985
Complementary color
Monochromatic Colors of #3D9985
Black with #3D9985
Text Example
Text Example
White with #3D9985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9985; }
p { color: rgb(61,153,133); }
H1.HeaderClassName
{
color: #3D9985;
}
.AnyTagClassName
{
color: #3D9985;
}
</style>
background-color css
<style>
a { background-color: #3D9985; }
a { background-color: rgb(61,153,133); }
div.DivClassName
{
background-color: #3D9985;
}
.BgClassName
{
background-color: #3D9985;
}
</style>
border-color css
<style>
span { border-color: #3D9985; }
span { border-color: rgb(61,153,133); }
td.TdClassName
{
border-color: #3D9985;
}
.TagClassName
{
border-color: #3D9985;
}
</style>