Shades of Gossamer #3DA189
Tints of Gossamer #3DA189
RGB
CMYK
RGB Variations
Color information
#3DA189 (or 0x3DA189) is known color: Gossamer. HEX triplet: 3D, A1 and 89. RGB value is (61,161,137). Sum of RGB (Red+Green+Blue) = 61+161+137=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA189 is #C25E76. Grayscale: #808080. Windows color (decimal): -12738167 or 9019709. OLE color: 9019709.
HSL color Cylindrical-coordinate representation of color #3DA189: hue angle of 165.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 #3DA189 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 137 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.37 |
| HSL | 165.6º | 0.45% | 0.44% | - |
| HSV(B) | 165.6º | 0.62% | 0.63% | - |
| XYZ | 19.18 | 28.29 | 28.12 | - |
| YUV | 128.36 | 132.87 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 137 | 0.62 | 0 | 0.15 | 0.37 | 165.6 | 0.45 | 0.44 |
| Hex | 3D | A1 | 89 | 3E | 0 | F | 25 | A6 | 2D | 2C |
| Octal | 75 | 241 | 211 | 76 | 0 | 17 | 45 | 246 | 55 | 54 |
| Binary | 111101 | 10100001 | 10001001 | 111110 | 0 | 1111 | 100101 | 10100110 | 101101 | 101100 |
Color Harmonies of #3DA189
Complementary color
Monochromatic Colors of #3DA189
Black with #3DA189
Text Example
Text Example
White with #3DA189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA189; }
p { color: rgb(61,161,137); }
H1.HeaderClassName
{
color: #3DA189;
}
.AnyTagClassName
{
color: #3DA189;
}
</style>
background-color css
<style>
a { background-color: #3DA189; }
a { background-color: rgb(61,161,137); }
div.DivClassName
{
background-color: #3DA189;
}
.BgClassName
{
background-color: #3DA189;
}
</style>
border-color css
<style>
span { border-color: #3DA189; }
span { border-color: rgb(61,161,137); }
td.TdClassName
{
border-color: #3DA189;
}
.TagClassName
{
border-color: #3DA189;
}
</style>