Shades of Gossamer #3DA07C
Tints of Gossamer #3DA07C
RGB
CMYK
RGB Variations
Color information
#3DA07C (or 0x3DA07C) is known color: Gossamer. HEX triplet: 3D, A0 and 7C. RGB value is (61,160,124). Sum of RGB (Red+Green+Blue) = 61+160+124=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA07C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA07C is #C25F83. Grayscale: #7E7E7E. Windows color (decimal): -12738436 or 8167485. OLE color: 8167485.
HSL color Cylindrical-coordinate representation of color #3DA07C: hue angle of 158.18º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA07C is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 124 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.37 |
| HSL | 158.18º | 0.45% | 0.43% | - |
| HSV(B) | 158.18º | 0.62% | 0.63% | - |
| XYZ | 18.13 | 27.59 | 23.44 | - |
| YUV | 126.3 | 126.7 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 124 | 0.62 | 0 | 0.22 | 0.37 | 158.18 | 0.45 | 0.43 |
| Hex | 3D | A0 | 7C | 3E | 0 | 16 | 25 | 9E | 2D | 2B |
| Octal | 75 | 240 | 174 | 76 | 0 | 26 | 45 | 236 | 55 | 53 |
| Binary | 111101 | 10100000 | 1111100 | 111110 | 0 | 10110 | 100101 | 10011110 | 101101 | 101011 |
Color Harmonies of #3DA07C
Complementary color
Monochromatic Colors of #3DA07C
Black with #3DA07C
Text Example
Text Example
White with #3DA07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA07C; }
p { color: rgb(61,160,124); }
H1.HeaderClassName
{
color: #3DA07C;
}
.AnyTagClassName
{
color: #3DA07C;
}
</style>
background-color css
<style>
a { background-color: #3DA07C; }
a { background-color: rgb(61,160,124); }
div.DivClassName
{
background-color: #3DA07C;
}
.BgClassName
{
background-color: #3DA07C;
}
</style>
border-color css
<style>
span { border-color: #3DA07C; }
span { border-color: rgb(61,160,124); }
td.TdClassName
{
border-color: #3DA07C;
}
.TagClassName
{
border-color: #3DA07C;
}
</style>