Shades of Gossamer #3DA18E
Tints of Gossamer #3DA18E
RGB
CMYK
RGB Variations
Color information
#3DA18E (or 0x3DA18E) is known color: Gossamer. HEX triplet: 3D, A1 and 8E. RGB value is (61,161,142). Sum of RGB (Red+Green+Blue) = 61+161+142=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA18E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA18E is #C25E71. Grayscale: #808080. Windows color (decimal): -12738162 or 9347389. OLE color: 9347389.
HSL color Cylindrical-coordinate representation of color #3DA18E: hue angle of 168.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA18E is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 142 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.37 |
| HSL | 168.6º | 0.45% | 0.44% | - |
| HSV(B) | 168.6º | 0.62% | 0.63% | - |
| XYZ | 19.55 | 28.43 | 30.05 | - |
| YUV | 128.93 | 135.37 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 142 | 0.62 | 0 | 0.12 | 0.37 | 168.6 | 0.45 | 0.44 |
| Hex | 3D | A1 | 8E | 3E | 0 | C | 25 | A9 | 2D | 2C |
| Octal | 75 | 241 | 216 | 76 | 0 | 14 | 45 | 251 | 55 | 54 |
| Binary | 111101 | 10100001 | 10001110 | 111110 | 0 | 1100 | 100101 | 10101001 | 101101 | 101100 |
Color Harmonies of #3DA18E
Complementary color
Monochromatic Colors of #3DA18E
Black with #3DA18E
Text Example
Text Example
White with #3DA18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA18E; }
p { color: rgb(61,161,142); }
H1.HeaderClassName
{
color: #3DA18E;
}
.AnyTagClassName
{
color: #3DA18E;
}
</style>
background-color css
<style>
a { background-color: #3DA18E; }
a { background-color: rgb(61,161,142); }
div.DivClassName
{
background-color: #3DA18E;
}
.BgClassName
{
background-color: #3DA18E;
}
</style>
border-color css
<style>
span { border-color: #3DA18E; }
span { border-color: rgb(61,161,142); }
td.TdClassName
{
border-color: #3DA18E;
}
.TagClassName
{
border-color: #3DA18E;
}
</style>