Shades of Gossamer #3DA18B
Tints of Gossamer #3DA18B
RGB
CMYK
RGB Variations
Color information
#3DA18B (or 0x3DA18B) is known color: Gossamer. HEX triplet: 3D, A1 and 8B. RGB value is (61,161,139). Sum of RGB (Red+Green+Blue) = 61+161+139=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA18B is #C25E74. Grayscale: #808080. Windows color (decimal): -12738165 or 9150781. OLE color: 9150781.
HSL color Cylindrical-coordinate representation of color #3DA18B: hue angle of 166.8º 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 #3DA18B is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 139 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.37 |
| HSL | 166.8º | 0.45% | 0.44% | - |
| HSV(B) | 166.8º | 0.62% | 0.63% | - |
| XYZ | 19.33 | 28.35 | 28.88 | - |
| YUV | 128.59 | 133.87 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 139 | 0.62 | 0 | 0.14 | 0.37 | 166.8 | 0.45 | 0.44 |
| Hex | 3D | A1 | 8B | 3E | 0 | E | 25 | A7 | 2D | 2C |
| Octal | 75 | 241 | 213 | 76 | 0 | 16 | 45 | 247 | 55 | 54 |
| Binary | 111101 | 10100001 | 10001011 | 111110 | 0 | 1110 | 100101 | 10100111 | 101101 | 101100 |
Color Harmonies of #3DA18B
Complementary color
Monochromatic Colors of #3DA18B
Black with #3DA18B
Text Example
Text Example
White with #3DA18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA18B; }
p { color: rgb(61,161,139); }
H1.HeaderClassName
{
color: #3DA18B;
}
.AnyTagClassName
{
color: #3DA18B;
}
</style>
background-color css
<style>
a { background-color: #3DA18B; }
a { background-color: rgb(61,161,139); }
div.DivClassName
{
background-color: #3DA18B;
}
.BgClassName
{
background-color: #3DA18B;
}
</style>
border-color css
<style>
span { border-color: #3DA18B; }
span { border-color: rgb(61,161,139); }
td.TdClassName
{
border-color: #3DA18B;
}
.TagClassName
{
border-color: #3DA18B;
}
</style>