Shades of Gossamer #3DA18A
Tints of Gossamer #3DA18A
RGB
CMYK
RGB Variations
Color information
#3DA18A (or 0x3DA18A) is known color: Gossamer. HEX triplet: 3D, A1 and 8A. RGB value is (61,161,138). Sum of RGB (Red+Green+Blue) = 61+161+138=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA18A is #C25E75. Grayscale: #808080. Windows color (decimal): -12738166 or 9085245. OLE color: 9085245.
HSL color Cylindrical-coordinate representation of color #3DA18A: hue angle of 166.2º 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 #3DA18A is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 138 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.37 |
| HSL | 166.2º | 0.45% | 0.44% | - |
| HSV(B) | 166.2º | 0.62% | 0.63% | - |
| XYZ | 19.26 | 28.32 | 28.5 | - |
| YUV | 128.48 | 133.37 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 138 | 0.62 | 0 | 0.14 | 0.37 | 166.2 | 0.45 | 0.44 |
| Hex | 3D | A1 | 8A | 3E | 0 | E | 25 | A6 | 2D | 2C |
| Octal | 75 | 241 | 212 | 76 | 0 | 16 | 45 | 246 | 55 | 54 |
| Binary | 111101 | 10100001 | 10001010 | 111110 | 0 | 1110 | 100101 | 10100110 | 101101 | 101100 |
Color Harmonies of #3DA18A
Complementary color
Monochromatic Colors of #3DA18A
Black with #3DA18A
Text Example
Text Example
White with #3DA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA18A; }
p { color: rgb(61,161,138); }
H1.HeaderClassName
{
color: #3DA18A;
}
.AnyTagClassName
{
color: #3DA18A;
}
</style>
background-color css
<style>
a { background-color: #3DA18A; }
a { background-color: rgb(61,161,138); }
div.DivClassName
{
background-color: #3DA18A;
}
.BgClassName
{
background-color: #3DA18A;
}
</style>
border-color css
<style>
span { border-color: #3DA18A; }
span { border-color: rgb(61,161,138); }
td.TdClassName
{
border-color: #3DA18A;
}
.TagClassName
{
border-color: #3DA18A;
}
</style>