Shades of Gossamer #3DA87F
Tints of Gossamer #3DA87F
RGB
CMYK
RGB Variations
Color information
#3DA87F (or 0x3DA87F) is known color: Gossamer. HEX triplet: 3D, A8 and 7F. RGB value is (61,168,127). Sum of RGB (Red+Green+Blue) = 61+168+127=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA87F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA87F is #C25780. Grayscale: #838383. Windows color (decimal): -12736385 or 8366141. OLE color: 8366141.
HSL color Cylindrical-coordinate representation of color #3DA87F: hue angle of 157.01º 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 #3DA87F is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 168 | 127 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.34 |
| HSL | 157.01º | 0.47% | 0.45% | - |
| HSV(B) | 157.01º | 0.64% | 0.66% | - |
| XYZ | 19.76 | 30.53 | 24.93 | - |
| YUV | 131.33 | 125.55 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 127 | 0.64 | 0 | 0.24 | 0.34 | 157.01 | 0.47 | 0.45 |
| Hex | 3D | A8 | 7F | 40 | 0 | 18 | 22 | 9D | 2F | 2D |
| Octal | 75 | 250 | 177 | 100 | 0 | 30 | 42 | 235 | 57 | 55 |
| Binary | 111101 | 10101000 | 1111111 | 1000000 | 0 | 11000 | 100010 | 10011101 | 101111 | 101101 |
Color Harmonies of #3DA87F
Complementary color
Monochromatic Colors of #3DA87F
Black with #3DA87F
Text Example
Text Example
White with #3DA87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA87F; }
p { color: rgb(61,168,127); }
H1.HeaderClassName
{
color: #3DA87F;
}
.AnyTagClassName
{
color: #3DA87F;
}
</style>
background-color css
<style>
a { background-color: #3DA87F; }
a { background-color: rgb(61,168,127); }
div.DivClassName
{
background-color: #3DA87F;
}
.BgClassName
{
background-color: #3DA87F;
}
</style>
border-color css
<style>
span { border-color: #3DA87F; }
span { border-color: rgb(61,168,127); }
td.TdClassName
{
border-color: #3DA87F;
}
.TagClassName
{
border-color: #3DA87F;
}
</style>