Shades of Gossamer #3DA87E
Tints of Gossamer #3DA87E
RGB
CMYK
RGB Variations
Color information
#3DA87E (or 0x3DA87E) is known color: Gossamer. HEX triplet: 3D, A8 and 7E. RGB value is (61,168,126). Sum of RGB (Red+Green+Blue) = 61+168+126=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA87E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA87E is #C25781. Grayscale: #838383. Windows color (decimal): -12736386 or 8300605. OLE color: 8300605.
HSL color Cylindrical-coordinate representation of color #3DA87E: hue angle of 156.45º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA87E is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 168 | 126 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.34 |
| HSL | 156.45º | 0.47% | 0.45% | - |
| HSV(B) | 156.45º | 0.64% | 0.66% | - |
| XYZ | 19.69 | 30.5 | 24.59 | - |
| YUV | 131.22 | 125.05 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 126 | 0.64 | 0 | 0.25 | 0.34 | 156.45 | 0.47 | 0.45 |
| Hex | 3D | A8 | 7E | 40 | 0 | 19 | 22 | 9C | 2F | 2D |
| Octal | 75 | 250 | 176 | 100 | 0 | 31 | 42 | 234 | 57 | 55 |
| Binary | 111101 | 10101000 | 1111110 | 1000000 | 0 | 11001 | 100010 | 10011100 | 101111 | 101101 |
Color Harmonies of #3DA87E
Complementary color
Monochromatic Colors of #3DA87E
Black with #3DA87E
Text Example
Text Example
White with #3DA87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA87E; }
p { color: rgb(61,168,126); }
H1.HeaderClassName
{
color: #3DA87E;
}
.AnyTagClassName
{
color: #3DA87E;
}
</style>
background-color css
<style>
a { background-color: #3DA87E; }
a { background-color: rgb(61,168,126); }
div.DivClassName
{
background-color: #3DA87E;
}
.BgClassName
{
background-color: #3DA87E;
}
</style>
border-color css
<style>
span { border-color: #3DA87E; }
span { border-color: rgb(61,168,126); }
td.TdClassName
{
border-color: #3DA87E;
}
.TagClassName
{
border-color: #3DA87E;
}
</style>