Shades of Gossamer #3D9883
Tints of Gossamer #3D9883
RGB
CMYK
RGB Variations
Color information
#3D9883 (or 0x3D9883) is known color: Gossamer. HEX triplet: 3D, 98 and 83. RGB value is (61,152,131). Sum of RGB (Red+Green+Blue) = 61+152+131=344 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.73% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #3D9883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9883 is #C2677C. Grayscale: #7A7A7A. Windows color (decimal): -12740477 or 8624189. OLE color: 8624189.
HSL color Cylindrical-coordinate representation of color #3D9883: hue angle of 166.15º 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 #3D9883 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 152 | 131 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.40 |
| HSL | 166.15º | 0.43% | 0.42% | - |
| HSV(B) | 166.15º | 0.6% | 0.6% | - |
| XYZ | 17.25 | 25.09 | 25.41 | - |
| YUV | 122.4 | 132.85 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 152 | 131 | 0.60 | 0 | 0.14 | 0.40 | 166.15 | 0.43 | 0.42 |
| Hex | 3D | 98 | 83 | 3C | 0 | E | 28 | A6 | 2B | 2A |
| Octal | 75 | 230 | 203 | 74 | 0 | 16 | 50 | 246 | 53 | 52 |
| Binary | 111101 | 10011000 | 10000011 | 111100 | 0 | 1110 | 101000 | 10100110 | 101011 | 101010 |
Color Harmonies of #3D9883
Complementary color
Monochromatic Colors of #3D9883
Black with #3D9883
Text Example
Text Example
White with #3D9883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9883; }
p { color: rgb(61,152,131); }
H1.HeaderClassName
{
color: #3D9883;
}
.AnyTagClassName
{
color: #3D9883;
}
</style>
background-color css
<style>
a { background-color: #3D9883; }
a { background-color: rgb(61,152,131); }
div.DivClassName
{
background-color: #3D9883;
}
.BgClassName
{
background-color: #3D9883;
}
</style>
border-color css
<style>
span { border-color: #3D9883; }
span { border-color: rgb(61,152,131); }
td.TdClassName
{
border-color: #3D9883;
}
.TagClassName
{
border-color: #3D9883;
}
</style>